Skip to content

Commit

Permalink
bumped version to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedavis committed Feb 14, 2016
1 parent 9a24113 commit e279c31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Stripe.net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<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.2.0</version>
<version>5.3.0</version>
<authors>Jayme Davis</authors>
<owners>Jayme Davis</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/jaymedavis/stripe.net</projectUrl>
<iconUrl>https://pbs.twimg.com/profile_images/497432038492733440/eW6tXeq3.png</iconUrl>
<licenseUrl>https://raw.github.com/jaymedavis/stripe.net/master/LICENSE</licenseUrl>
<title>Stripe.net</title>
<description>Stripe.net is a full service .net api for http://stripe.com. For documentation, visit https://github.com/jaymedavis/stripe.net.</description>
<description>A .net client for http://stripe.com</description>
<tags>stripe, payment, credit cards, money</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="7.0.1" />
Expand Down
4 changes: 2 additions & 2 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Reflection;
[assembly: AssemblyTitle("Stripe.net")]
[assembly: AssemblyDescription("A .net client api for http://stripe.com")]
[assembly: AssemblyDescription("A .net client for http://stripe.com")]
[assembly: AssemblyCompany("Jayme Davis")]
[assembly: AssemblyProduct("Stripe.net")]
[assembly: AssemblyCopyright("Copyright (C) Jayme Davis 2016")]
[assembly: AssemblyVersion("5.2.0")]
[assembly: AssemblyVersion("5.3.0")]

0 comments on commit e279c31

Please sign in to comment.