diff options
author | Derek Bailey <derekbailey@google.com> | 2023-01-04 15:22:46 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-04 15:22:46 -0800 |
commit | af9ceabeef1a10c1004e2741f8c0c090ca59e5af (patch) | |
tree | 8c397600113da5c0abf194e10849ae6de9120f28 /net | |
parent | 3b2eb775954e6d90f05e0aa5afaa2fb0acafec61 (diff) | |
download | flatbuffers-af9ceabeef1a10c1004e2741f8c0c090ca59e5af.tar.gz flatbuffers-af9ceabeef1a10c1004e2741f8c0c090ca59e5af.tar.bz2 flatbuffers-af9ceabeef1a10c1004e2741f8c0c090ca59e5af.zip |
FlatBuffers Version 23.1.4 (#7758)
Diffstat (limited to 'net')
-rw-r--r-- | net/FlatBuffers/FlatBufferConstants.cs | 2 | ||||
-rw-r--r-- | net/FlatBuffers/Google.FlatBuffers.csproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/FlatBuffers/FlatBufferConstants.cs b/net/FlatBuffers/FlatBufferConstants.cs index 0aedb3a1..aa7312e1 100644 --- a/net/FlatBuffers/FlatBufferConstants.cs +++ b/net/FlatBuffers/FlatBufferConstants.cs @@ -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_22_12_06() {} + public static void FLATBUFFERS_23_1_4() {} } } diff --git a/net/FlatBuffers/Google.FlatBuffers.csproj b/net/FlatBuffers/Google.FlatBuffers.csproj index 5a24f8ea..957b3cca 100644 --- a/net/FlatBuffers/Google.FlatBuffers.csproj +++ b/net/FlatBuffers/Google.FlatBuffers.csproj @@ -3,7 +3,7 @@ <PropertyGroup> <TargetFrameworks>netstandard2.1;netstandard2.0;net46</TargetFrameworks> <Description>A cross-platform memory efficient serialization library</Description> - <PackageVersion>22.12.06</PackageVersion> + <PackageVersion>23.1.4</PackageVersion> <Authors>Google LLC</Authors> <PackageProjectUrl>https://github.com/google/flatbuffers</PackageProjectUrl> <RepositoryUrl>https://github.com/google/flatbuffers</RepositoryUrl> |