FlatBuffers Version v24.3.7

This commit is contained in:
Derek Bailey
2024-03-07 15:16:33 -08:00
parent 5b32e8f5c2
commit 6ff9e90e7e
183 changed files with 245 additions and 241 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_24_3_6() {}
public static void FLATBUFFERS_24_3_7() {}
}
}

View File

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