diff options
-rw-r--r-- | Portable.BouncyCastle.nuspec | 3 | ||||
-rw-r--r-- | pack.cmd | 3 |
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 |