commit | c6fd86d9f2f15665dd1f3b87e39ed7580d8b25dd | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Mon Feb 06 23:42:52 2023 +0100 |
committer | Jens Geyer <jensg@apache.org> | Mon Feb 06 23:42:52 2023 +0100 |
tree | b60156225f4e8793aee3c225c4ca7554d0da41fb | |
parent | 4eee6815276741a0381063b9e139a4938f808711 [diff] |
bump version number
diff --git a/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj b/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj index f21aa8b..d661f60 100644 --- a/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj +++ b/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj
@@ -22,7 +22,7 @@ <TargetFramework>net6.0</TargetFramework> <AssemblyName>Thrift.IntegrationTests</AssemblyName> <PackageId>Thrift.IntegrationTests</PackageId> - <Version>0.18.0.0</Version> + <Version>0.19.0.0</Version> <OutputType>Exe</OutputType> <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
diff --git a/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj b/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj index 54970b7..20f74e6 100644 --- a/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj +++ b/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj
@@ -19,7 +19,7 @@ --> <PropertyGroup> - <ThriftVersion>0.18.0</ThriftVersion> + <ThriftVersion>0.19.0</ThriftVersion> <ThriftVersionOutput>Thrift version $(ThriftVersion)</ThriftVersionOutput> <TargetFramework>net6.0</TargetFramework> <Version>$(ThriftVersion).0</Version>
diff --git a/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj b/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj index efd21f8..8a0e25d 100644 --- a/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj +++ b/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj
@@ -20,7 +20,7 @@ <PropertyGroup> <TargetFramework>net6.0</TargetFramework> - <Version>0.18.0.0</Version> + <Version>0.19.0.0</Version> <Nullable>enable</Nullable> </PropertyGroup>