commit | f7e6c654bde5d9832bede2b48b460c3e1bbbbb92 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Tue Aug 03 22:21:05 2021 +0200 |
committer | Jens Geyer <jensg@apache.org> | Tue Aug 03 22:21:05 2021 +0200 |
tree | 0ea81a3df907866d7b24fde50ca9c439962f8b7d | |
parent | 2c78047fcbd2783e88cab0ebc7245598695477ae [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 807f767..b47017e 100644 --- a/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj +++ b/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj
@@ -22,7 +22,7 @@ <TargetFramework>net5.0</TargetFramework> <AssemblyName>Thrift.IntegrationTests</AssemblyName> <PackageId>Thrift.IntegrationTests</PackageId> - <Version>0.15.0.0</Version> + <Version>0.16.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 bb93894..126635d 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.15.0</ThriftVersion> + <ThriftVersion>0.16.0</ThriftVersion> <ThriftVersionOutput>Thrift version $(ThriftVersion)</ThriftVersionOutput> <TargetFramework>net5.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 4e21a26..97bd286 100644 --- a/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj +++ b/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj
@@ -19,7 +19,7 @@ --> <PropertyGroup> <TargetFramework>net5.0</TargetFramework> - <Version>0.15.0.0</Version> + <Version>0.16.0.0</Version> </PropertyGroup> <ItemGroup> <PackageReference Include="CompareNETObjects" Version="4.72.0" />