From b75e88a33d67ae05ef9b5fa001d2a63a2effe377 Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Thu, 17 Oct 2019 21:56:39 +0200 Subject: 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 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 @@ true thrift.snk false + 0.13.0.0 -- cgit v1.2.1