summaryrefslogtreecommitdiff
path: root/ApacheThrift.nuspec
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-25 00:41:17 -0500
committerJames E. King III <jking@apache.org>2019-01-25 23:33:54 -0500
commit8935c98046dbbdd36ede73c1525f1be9df8da5cd (patch)
tree478212d599d7d7bdb0404bf4b1a86b75be305ea7 /ApacheThrift.nuspec
parent129bb3e10d7bf1a1965d31cb8f30c7ccd3f96ecb (diff)
downloadthrift-8935c98046dbbdd36ede73c1525f1be9df8da5cd.tar.gz
THRIFT-4753: re-version master to next release 0.13.0
Diffstat (limited to 'ApacheThrift.nuspec')
-rw-r--r--ApacheThrift.nuspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/ApacheThrift.nuspec b/ApacheThrift.nuspec
index 54ed2c64a..8ed92361f 100644
--- a/ApacheThrift.nuspec
+++ b/ApacheThrift.nuspec
@@ -21,14 +21,14 @@
the "Thrift" project.
3. nuget setApiKey <your-api-key>
3. nuget pack ApacheThrift.nuspec -Symbols -SymbolPackageFormat snupkg
- 4. nuget push ApacheThrift.1.0.0.nupkg -Source https://api.nuget.org/v3/index.json
+ 4. nuget push ApacheThrift.0.13.0.nupkg -Source https://api.nuget.org/v3/index.json
-->
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>ApacheThrift</id>
- <version>1.0.0</version>
- <title>Apache Thrift 1.0.0</title>
+ <version>0.13.0</version>
+ <title>Apache Thrift 0.13.0</title>
<authors>Apache Thrift Developers</authors>
<owners>Apache Software Foundation</owners>
<license type="expression">Apache-2.0</license>
@@ -39,7 +39,7 @@
Contains runtime libraries from lib/csharp for net35 and net45 frameworks,
and from lib/netcore for netstandard2.0 framework development.
</description>
- <repository type="GitHub" url="https://github.com/apache/thrift" branch="release/1.0.0" />
+ <repository type="GitHub" url="https://github.com/apache/thrift" branch="release/0.13.0" />
<tags>Apache Thrift RPC</tags>
</metadata>
<files>