diff options
author | Oren Novotny <oren@novotny.org> | 2015-10-18 17:46:55 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2015-10-18 17:46:55 -0400 |
commit | a71468c46b50d51bc6b8164fc376cb8321fb83ad (patch) | |
tree | 2ad503e29fcf452cf16439db4c6f671258c13e40 | |
parent | run thru cmd for env expansion (diff) | |
download | BouncyCastle.NET-ed25519-pcl-v1.8.0-rc4.tar.xz |
fix typo pcl-v1.8.0-rc4
-rw-r--r-- | Portable.BouncyCastle.nuspec | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Portable.BouncyCastle.nuspec b/Portable.BouncyCastle.nuspec index 2b6fb6d94..c58a23a80 100644 --- a/Portable.BouncyCastle.nuspec +++ b/Portable.BouncyCastle.nuspec @@ -93,17 +93,17 @@ </metadata> <files> <file src="Crypto\Readme.html" target="Readme.html" /> - <file src="Crypto\bin\pcl\Release\crypto.*" exclude="**\*.srvsrv" target="lib\portable-net4+sl5+wp8+win8+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srvsrv" target="lib\portable-net45+win8+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srvsrv" target="lib\net45" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srvsrv" target="lib\win8" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srvsrv" target="lib\wpa81" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srvsrv" target="lib\MonoTouch" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srvsrv" target="lib\MonoAndroid" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srvsrv" target="lib\XamarinMac" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srvsrv" target="lib\XamarinIos" /> - <file src="Crypto\bin\dotnet\Release\crypto.*" exclude="**\*.srvsrv" target="lib\dotnet" /> - <file src="Crypto\bin\dotnet\Release\crypto.*" exclude="**\*.srvsrv" target="lib\uap10.0" /> - <file src="Crypto\bin\dotnet\Release\crypto.*" exclude="**\*.srvsrv" target="lib\net46" /> + <file src="Crypto\bin\pcl\Release\crypto.*" exclude="**\*.srcsrv" target="lib\portable-net4+sl5+wp8+win8+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" /> + <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\portable-net45+win8+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" /> + <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\net45" /> + <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\win8" /> + <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\wpa81" /> + <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\MonoTouch" /> + <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\MonoAndroid" /> + <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\XamarinMac" /> + <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\XamarinIos" /> + <file src="Crypto\bin\dotnet\Release\crypto.*" exclude="**\*.srcsrv" target="lib\dotnet" /> + <file src="Crypto\bin\dotnet\Release\crypto.*" exclude="**\*.srcsrv" target="lib\uap10.0" /> + <file src="Crypto\bin\dotnet\Release\crypto.*" exclude="**\*.srcsrv" target="lib\net46" /> </files> </package> \ No newline at end of file |