diff options
Diffstat (limited to 'nuspec/SendGrid.nuspec')
-rw-r--r-- | nuspec/SendGrid.nuspec | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/nuspec/SendGrid.nuspec b/nuspec/SendGrid.nuspec new file mode 100644 index 0000000..6d2241c --- /dev/null +++ b/nuspec/SendGrid.nuspec @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> + <metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> + <id>SendGridv9beta</id> + <title>SendGridv9beta</title> + <version>0.0.0</version> + <authors>Elmer Thomas</authors> + <owners>SendGrid</owners> + <description>v9beta .NET Core and .NET 4.5.X and up support</description> + <summary>v9beta .NET Core and .NET 4.5.X and up support</summary> + <licenseUrl>https://github.com/sendgrid/sendgrid-csharp/blob/master/LICENSE.txt</licenseUrl> + <projectUrl>https://github.com/sendgrid/sendgrid-csharp</projectUrl> + <requireLicenseAcceptance>false</requireLicenseAcceptance> + <copyright>Copyright 2016 (c) SendGrid</copyright> + <language>en-US</language> + <tags>SendGrid</tags> + <dependencies> + <group targetFramework="net452"> + <dependency id="Newtonsoft.Json" version="9.0.1" /> + <dependency id="System.Net.Http" version="4.0.0" /> + </group> + <group targetFramework=".NETStandard1.3"> + <dependency id="NETStandard.Library" version="1.6.1" /> + <dependency id="Newtonsoft.Json" version="9.0.1" /> + <dependency id="System.ComponentModel.Primitives" version="4.1.0" /> + <dependency id="System.Reflection.TypeExtensions" version="4.1.0" /> + <dependency id="WinInsider.System.Net.Http.Formatting" version="1.0.1" /> + </group> + </dependencies> + </metadata> + <files> + <file src="SendGrid/bin/Release/net452/SendGrid.dll" target="lib/net452" /> + <file src="SendGrid/bin/Release/net452/SendGrid.pdb" target="lib/net452" /> + <file src="SendGrid/bin/Release/net452/SendGrid.xml" target="lib/net452" /> + <file src="SendGrid/bin/Release/netstandard1.3/SendGrid.dll" target="lib/netstandard1.3" /> + <file src="SendGrid/bin/Release/netstandard1.3/SendGrid.pdb" target="lib/netstandard1.3" /> + <file src="SendGrid/bin/Release/netstandard1.3/SendGrid.xml" target="lib/netstandard1.3" /> + </files> +</package>
\ No newline at end of file |