commit | 423ab3997d3c3879d95fcd00e816f226b0f396d4 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Wed Feb 15 22:12:19 2023 +0100 |
committer | Jens Geyer <jensg@apache.org> | Wed Feb 15 22:20:10 2023 +0100 |
tree | 64030a04071d110cfa194fcdc1891f258c26e377 | |
parent | c30ee69ef671a9fd4b86f19b38e0b10964c0d4bc [diff] |
bump version
diff --git a/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj b/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj index f21aa8b..c353da3 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.18.1.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..4597d53 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.18.1</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..c412fa0 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.18.1.0</Version> <Nullable>enable</Nullable> </PropertyGroup>