Skip to content

Commit

Permalink
fixing nuget package to target correct json version, bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedavis committed Nov 29, 2015
1 parent be4e996 commit 81d7694
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Stripe.net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Stripe.net</id>
<version>5.1.0</version>
<version>5.1.1</version>
<authors>Jayme Davis</authors>
<owners>Jayme Davis</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -13,10 +13,10 @@
<description>Stripe.net is a full service .net api for http://stripe.com. For documentation, visit https://github.com/jaymedavis/stripe.net.</description>
<tags>stripe, payment, credit cards, money</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.6" />
<dependency id="Newtonsoft.Json" version="7.0.1" />
</dependencies>
</metadata>
<files>
<file src="working40\Stripe.net.dll" target="lib\net40" />
<file src="working40\Stripe.net.dll" target="lib" />
</files>
</package>
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
[assembly: AssemblyCompany("Jayme Davis")]
[assembly: AssemblyProduct("Stripe.net")]
[assembly: AssemblyCopyright("Copyright (C) Jayme Davis 2015")]
[assembly: AssemblyVersion("5.1.0")]
[assembly: AssemblyVersion("5.1.1")]

0 comments on commit 81d7694

Please sign in to comment.