Skip to content

Commit

Permalink
bumping release to 2.6.0 - caught up with stripe api changes, uses la…
Browse files Browse the repository at this point in the history
…test version of api now
  • Loading branch information
jaymedavis committed Feb 14, 2015
1 parent 8e856f1 commit 7f46326
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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>2.5.1</version>
<version>2.6.0</version>
<authors>Jayme Davis</authors>
<owners>Jayme Davis</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'albacore'

VERSION = "2.5.1"
VERSION = "2.6.0"

task :default => [:build35, :build40, :output35, :output40]

Expand Down
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
[assembly: AssemblyCompany("Jayme Davis")]
[assembly: AssemblyProduct("Stripe.net")]
[assembly: AssemblyCopyright("Copyright (C) Jayme Davis 2015")]
[assembly: AssemblyVersion("2.5.1")]
[assembly: AssemblyVersion("2.6.0")]
1 change: 1 addition & 0 deletions src/Stripe/Stripe3.5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<Compile Include="Entities\StripeBankAccount.cs" />
<Compile Include="Entities\StripeFee.cs" />
<Compile Include="Entities\StripeInvoiceLineItem.cs" />
<Compile Include="Entities\StripeList.cs" />
<Compile Include="Entities\StripeObject.cs" />
<Compile Include="Entities\StripePageableList.cs" />
<Compile Include="Entities\StripeRecipientActiveAccount.cs" />
Expand Down

0 comments on commit 7f46326

Please sign in to comment.