commit | 6868ebbb31cf32dbde018b03831d167565ba51d8 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Thu Jan 20 21:02:02 2022 +0100 |
committer | Jens Geyer <jensg@apache.org> | Thu Jan 20 21:02:02 2022 +0100 |
tree | bb4538c411b8f91e73529979584d0b819b23c16d | |
parent | 7a6829531f00f7e95f904d5794d632acee62ddf0 [diff] |
Release 0.16.0
diff --git a/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj b/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj index 56123dd..8c1b6a9 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.16.0.0</Version> + <Version>0.17.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 0d2770d..176e734 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.16.0</ThriftVersion> + <ThriftVersion>0.17.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 38a6a5c..27edf7b 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.16.0.0</Version> + <Version>0.17.0.0</Version> <Nullable>enable</Nullable> </PropertyGroup>