commit | 3fc0b8d061fb1adcae49862e0c63ce94f0a0ee0f | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Thu Feb 11 23:17:45 2021 +0100 |
committer | Jens Geyer <jensg@apache.org> | Thu Feb 11 23:17:45 2021 +0100 |
tree | 2373cb9dd0136f0054257eaa10041a20de2a2052 | |
parent | b5fe1dbc0cac81ab99ec5d71de70f4389b234888 [diff] |
Version number aligned to 0.15.0
diff --git a/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj b/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj index 7c5639b..1726ddb 100644 --- a/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj +++ b/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj
@@ -22,6 +22,7 @@ <TargetFramework>netcoreapp3.1</TargetFramework> <AssemblyName>Thrift.IntegrationTests</AssemblyName> <PackageId>Thrift.IntegrationTests</PackageId> + <Version>0.15.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 c43c71c..af28cd9 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
@@ -20,6 +20,7 @@ <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> + <Version>0.15.0.0</Version> <AssemblyName>Thrift.PublicInterfaces.Compile.Tests</AssemblyName> <PackageId>Thrift.PublicInterfaces.Compile.Tests</PackageId> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
diff --git a/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj b/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj index 4b39e7d..a03e646 100644 --- a/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj +++ b/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj
@@ -19,6 +19,7 @@ --> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> + <Version>0.15.0.0</Version> </PropertyGroup> <ItemGroup> <PackageReference Include="CompareNETObjects" Version="4.64.0" />