blob: 5a20f6286f71d844b36741d1d49228233462c074 [file] [log] [blame]
James E. King III4c716602019-01-01 19:28:23 -05001<?xml version="1.0"?>
2
3<!--
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15
16 Instructions for building a nuget package:
17
Jens Geyer56700e42020-02-22 16:51:51 +010018 1. Open Thrift.sln in lib\netstd and build the release version of
James E. King III4c716602019-01-01 19:28:23 -050019 the "Thrift" project.
Jens Geyer56700e42020-02-22 16:51:51 +010020 2. nuget setApiKey <your-api-key>
James E. King III4c716602019-01-01 19:28:23 -050021 3. nuget pack ApacheThrift.nuspec -Symbols -SymbolPackageFormat snupkg
Jens Geyeref199cc2024-09-03 01:28:31 +020022 4. nuget push ApacheThrift.0.22.0.nupkg -Source https://api.nuget.org/v3/index.json
James E. King III4c716602019-01-01 19:28:23 -050023 -->
24
25<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
26 <metadata>
27 <id>ApacheThrift</id>
Jens Geyeref199cc2024-09-03 01:28:31 +020028 <version>0.22.0</version>
29 <title>Apache Thrift 0.22.0</title>
James E. King III4c716602019-01-01 19:28:23 -050030 <authors>Apache Thrift Developers</authors>
31 <owners>Apache Software Foundation</owners>
32 <license type="expression">Apache-2.0</license>
33 <projectUrl>http://thrift.apache.org/</projectUrl>
34 <requireLicenseAcceptance>true</requireLicenseAcceptance>
35 <summary>Apache Thrift .NET Library</summary>
36 <description>
Jens Geyer56700e42020-02-22 16:51:51 +010037 Contains runtime libraries from lib/netstd for netstandard2.0 framework development.
James E. King III4c716602019-01-01 19:28:23 -050038 </description>
Jens Geyeref199cc2024-09-03 01:28:31 +020039 <repository type="GitHub" url="https://github.com/apache/thrift" branch="release/0.22.0" />
James E. King III4c716602019-01-01 19:28:23 -050040 <tags>Apache Thrift RPC</tags>
41 </metadata>
42 <files>
Jens Geyera304b7c2019-06-30 15:32:00 +020043 <file src="lib\netstd\Thrift\bin\Release\netstandard2.0\*.*" target="lib\netstandard2.0" />
James E. King III4c716602019-01-01 19:28:23 -050044 </files>
45</package>