diff options
author | Jeffrey Stedfast <fejj@gnome.org> | 2015-06-27 16:24:31 -0400 |
---|---|---|
committer | Jeffrey Stedfast <fejj@gnome.org> | 2015-06-27 16:24:31 -0400 |
commit | b7b1edfe7d2991ea7044a8ef0831629e951bc8e0 (patch) | |
tree | c78bcd3a499ca2b136af1b9ed8a321d8920a576f | |
parent | Added a nuspec file (diff) | |
download | BouncyCastle.NET-ed25519-b7b1edfe7d2991ea7044a8ef0831629e951bc8e0.tar.xz |
Updated MimeKit.BouncyCastle.nuspec
-rw-r--r-- | MimeKit.BouncyCastle.nuspec | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/MimeKit.BouncyCastle.nuspec b/MimeKit.BouncyCastle.nuspec index c264e84f2..c3e20c330 100644 --- a/MimeKit.BouncyCastle.nuspec +++ b/MimeKit.BouncyCastle.nuspec @@ -1,8 +1,8 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> <id>MimeKit.BouncyCastle</id> - <version>1.8.0-RC1</version> + <version>1.7.90.1</version> <title>Bouncy Castle for MimeKit</title> <authors>Jeffrey Stedfast</authors> <owners>jstedfast</owners> @@ -29,19 +29,17 @@ -Time Stamp Protocol (TSP, RFC 3161). -TLS/SSL Client with support for client side authentication. - Support for .NET 2, .NET 3.5, .NET 4.0, .NET 4.5, Xamarin.Android and Xamarin.iOS. - </description> + Support for .NET 2, .NET 3.5, .NET 4.0, .NET 4.5, Xamarin.Android and Xamarin.iOS.</description> + <summary>BouncyCastle is a portable cryptography framework.</summary> <language>en-US</language> <tags>bouncycastle, cryptography, encryption, security, net20, net35, net40, net45, xamarin, xamarin.android, xamarin.ios</tags> </metadata> <files> - <file src="crypto\bin\Release\lib\MonoAndroid\BouncyCastle.dll" target="lib\MonoAndroid\BouncyCastle.dll" /> - <file src="crypto\doc\BouncyCastle.xml" target="lib\MonoAndroid\BouncyCastle.xml" /> - - <file src="crypto\bin\Release\lib\Xamarin.iOS\BouncyCastle.dll" target="lib\xamarinios\BouncyCastle.dll" /> - <file src="crypto\doc\BouncyCastle.xml" target="lib\xamarinios\BouncyCastle.xml" /> - - <file src="crypto\bin\Release\lib\net20\BouncyCastle.dll" target="lib\net20\BouncyCastle.dll" /> - <file src="crypto\doc\BouncyCastle.xml" target="lib\net20\BouncyCastle.xml" /> + <file src="crypto\bin\Release\lib\MonoAndroid\BouncyCastle.dll" target="lib\MonoAndroid10\BouncyCastle.dll" /> + <file src="crypto\doc\BouncyCastle.xml" target="lib\MonoAndroid10\BouncyCastle.xml" /> + <file src="crypto\bin\Release\lib\net20\BouncyCastle.dll" target="lib\net20\BouncyCastle.dll" /> + <file src="crypto\doc\BouncyCastle.xml" target="lib\net20\BouncyCastle.xml" /> + <file src="crypto\bin\Release\lib\Xamarin.iOS\BouncyCastle.dll" target="lib\xamarinios10\BouncyCastle.dll" /> + <file src="crypto\doc\BouncyCastle.xml" target="lib\xamarinios10\BouncyCastle.xml" /> </files> -</package> +</package> \ No newline at end of file |