summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2019-10-17 21:56:39 +0200
committerJens Geyer <jensg@apache.org>2019-10-17 23:47:40 +0200
commitb75e88a33d67ae05ef9b5fa001d2a63a2effe377 (patch)
tree35bc294188bf84b7efa6d9cae24f9e32057c37bf
parentcecee50308fc7e6f77f55b3fd906c1c6c471fa2f (diff)
downloadthrift-0.13.0.tar.gz
FIX netstd assembly version0.13.0
-rwxr-xr-xbuild/veralign.sh1
-rw-r--r--lib/netstd/Thrift/Properties/AssemblyInfo.cs5
-rw-r--r--lib/netstd/Thrift/Thrift.csproj1
3 files changed, 5 insertions, 2 deletions
diff --git a/build/veralign.sh b/build/veralign.sh
index 56c436a81..1dd1e6f4a 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 e3118ab23..597290de5 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 46d530e30..ceb4409c0 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>