You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2019/10/17 21:48:12 UTC

[thrift] branch 0.13.0 updated: FIX netstd assembly version

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch 0.13.0
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/0.13.0 by this push:
     new b75e88a  FIX netstd assembly version
b75e88a is described below

commit b75e88a33d67ae05ef9b5fa001d2a63a2effe377
Author: Jens Geyer <je...@apache.org>
AuthorDate: Thu Oct 17 21:56:39 2019 +0200

    FIX netstd assembly version
---
 build/veralign.sh                            | 1 +
 lib/netstd/Thrift/Properties/AssemblyInfo.cs | 5 +++--
 lib/netstd/Thrift/Thrift.csproj              | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/build/veralign.sh b/build/veralign.sh
index 56c436a..1dd1e6f 100755
--- a/build/veralign.sh
+++ b/build/veralign.sh
@@ -80,6 +80,7 @@ FILES[lib/netcore/Thrift/Properties/AssemblyInfo.cs]=simpleReplace
 FILES[lib/netcore/Thrift/Transports/Client/THttpClientTransport.cs]=simpleReplace
 FILES[lib/netstd/Thrift/Properties/AssemblyInfo.cs]=simpleReplace
 FILES[lib/netstd/Thrift/Transports/Client/THttpClientTransport.cs]=simpleReplace
+FILES[lib/netstd/Thrift/Thrift.csproj]=simpleReplace
 FILES[lib/ocaml/_oasis]=simpleReplace
 FILES[lib/perl/lib/Thrift.pm]=simpleReplace
 FILES[lib/py/setup.py]=simpleReplace
diff --git a/lib/netstd/Thrift/Properties/AssemblyInfo.cs b/lib/netstd/Thrift/Properties/AssemblyInfo.cs
index e3118ab..597290d 100644
--- a/lib/netstd/Thrift/Properties/AssemblyInfo.cs
+++ b/lib/netstd/Thrift/Properties/AssemblyInfo.cs
@@ -52,5 +52,6 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("1.0.0.1")]
-[assembly: AssemblyFileVersion("1.0.0.1")]
\ No newline at end of file
+[assembly: AssemblyVersion("0.13.0.0")]
+[assembly: AssemblyFileVersion("0.13.0.0")]
+
diff --git a/lib/netstd/Thrift/Thrift.csproj b/lib/netstd/Thrift/Thrift.csproj
index 46d530e..ceb4409 100644
--- a/lib/netstd/Thrift/Thrift.csproj
+++ b/lib/netstd/Thrift/Thrift.csproj
@@ -39,6 +39,7 @@
     <SignAssembly>true</SignAssembly>
     <AssemblyOriginatorKeyFile>thrift.snk</AssemblyOriginatorKeyFile>
     <DelaySign>false</DelaySign>
+    <Version>0.13.0.0</Version>
   </PropertyGroup>
 
   <ItemGroup>