summaryrefslogtreecommitdiff
path: root/ApacheThrift.nuspec
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2020-02-22 16:51:51 +0100
committerJens Geyer <jensg@apache.org>2020-02-28 19:18:34 +0100
commit56700e469d5d0659994a3963ad5a111740cf8277 (patch)
treedb903818e332aa6887f2efd2797163ffa4268d67 /ApacheThrift.nuspec
parent4903d18fca988871bcedce3b420fef2cd9682ca1 (diff)
downloadthrift-56700e469d5d0659994a3963ad5a111740cf8277.tar.gz
THRIFT-4982 Remove deprecated C# bindings from the code base
Client: csharp Patch: Jens Geyer This closes #2027
Diffstat (limited to 'ApacheThrift.nuspec')
-rw-r--r--ApacheThrift.nuspec11
1 files changed, 3 insertions, 8 deletions
diff --git a/ApacheThrift.nuspec b/ApacheThrift.nuspec
index 6dc3225f2..61caf5753 100644
--- a/ApacheThrift.nuspec
+++ b/ApacheThrift.nuspec
@@ -15,11 +15,9 @@
Instructions for building a nuget package:
- 1. Open Thrift.sln in lib\csharp\src and build the release version
- of the "Thrift" and "Thrift.45" projects.
- 2. Open Thrift.sln in lib\netstd and build the release version of
+ 1. Open Thrift.sln in lib\netstd and build the release version of
the "Thrift" project.
- 3. nuget setApiKey <your-api-key>
+ 2. nuget setApiKey <your-api-key>
3. nuget pack ApacheThrift.nuspec -Symbols -SymbolPackageFormat snupkg
4. nuget push ApacheThrift.0.14.0.nupkg -Source https://api.nuget.org/v3/index.json
-->
@@ -36,15 +34,12 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>Apache Thrift .NET Library</summary>
<description>
- Contains runtime libraries from lib/csharp for net35 and net45 frameworks,
- and from lib/netstd for netstandard2.0 framework development.
+ Contains runtime libraries from lib/netstd for netstandard2.0 framework development.
</description>
<repository type="GitHub" url="https://github.com/apache/thrift" branch="release/0.14.0" />
<tags>Apache Thrift RPC</tags>
</metadata>
<files>
- <file src="lib\csharp\src\bin\Release\Thrift.*" target="lib\net35" />
- <file src="lib\csharp\src\bin\Release\Thrift45.*" target="lib\net45" />
<file src="lib\netstd\Thrift\bin\Release\netstandard2.0\*.*" target="lib\netstandard2.0" />
</files>
</package> \ No newline at end of file