FlatBuffers Version 23.3.3 (#7852)

This commit is contained in:
Derek Bailey
2023-03-03 11:46:55 -08:00
committed by GitHub
parent 6f9ea7c23c
commit 01834de25e
173 changed files with 257 additions and 251 deletions

View File

@@ -32,6 +32,6 @@ namespace Google.FlatBuffers
Changes to the C# implementation need to be sure to change
the version here and in the code generator on every possible
incompatible change */
public static void FLATBUFFERS_23_1_21() {}
public static void FLATBUFFERS_23_3_3() {}
}
}

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0;net46</TargetFrameworks>
<Description>A cross-platform memory efficient serialization library</Description>
<PackageVersion>23.1.21</PackageVersion>
<PackageVersion>23.3.3</PackageVersion>
<Authors>Google LLC</Authors>
<PackageProjectUrl>https://github.com/google/flatbuffers</PackageProjectUrl>
<RepositoryUrl>https://github.com/google/flatbuffers</RepositoryUrl>