summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2014-10-14 09:51:33 -0400
committerOren Novotny <oren@novotny.org>2014-10-14 09:51:33 -0400
commit4b9c6aec8d657587bb08e6405e7c952ba8448761 (patch)
treeb037472676e9080a76601359972b05a76b8062f5
parentMerge master-v12 into pcl. Includes 1.8-beta4 (diff)
downloadBouncyCastle.NET-ed25519-4b9c6aec8d657587bb08e6405e7c952ba8448761.tar.xz
Update nuspec for beta 4 and enable gitlink release-1.8.0-beta4-pcl
-rw-r--r--Portable.BouncyCastle.nuspec3
-rw-r--r--pack.cmd3
2 files changed, 3 insertions, 3 deletions
diff --git a/Portable.BouncyCastle.nuspec b/Portable.BouncyCastle.nuspec
index 8c3a99ee1..63683a128 100644
--- a/Portable.BouncyCastle.nuspec
+++ b/Portable.BouncyCastle.nuspec
@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
     <metadata>
         <id>Portable.BouncyCastle</id>
-        <version>1.8-beta3</version>
+        <version>1.8.0-beta4</version>
         <title>Bouncy Castle PCL</title>
         <authors>Oren Novotny</authors>
         <owners>onovotny</owners>
@@ -39,6 +39,5 @@
         <file src="Crypto\bin\Release\crypto.pdb" target="lib\portable-net4+sl5+wp8+win8+wpa81\crypto.pdb" />
         <file src="Crypto\bin\Release\crypto.dll" target="lib\portable-net4+sl5+wp8+win8+wpa81\crypto.dll" />
         <file src="Crypto\Readme.html" target="Readme.html" />
-        <file src="**\*.cs" target="src" exclude="_ReSharper.*\**\*.*;packages\**\*.*;**\Debug\**\*.*;" />
     </files>
 </package>
\ No newline at end of file
diff --git a/pack.cmd b/pack.cmd
index 0a0605ea0..92b82d80b 100644
--- a/pack.cmd
+++ b/pack.cmd
@@ -1 +1,2 @@
-.nuget\nuget.exe pack Portable.BouncyCastle.nuspec -Symbols
\ No newline at end of file
+Gitlink.exe . -u https://github.com/onovotny/BouncyCastle-PCL -b pcl
+.nuget\nuget.exe pack Portable.BouncyCastle.nuspec
\ No newline at end of file