Skip to content

Commit

Permalink
bumped version, fixed xml comments for portable lib to copy to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedavis committed Nov 21, 2016
1 parent 39ca17f commit 725c3ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# build
[Bb]uild/
[Dd]ebug/
[Pp]ackages/
[Rr]elease/
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 6.11.0.{build}
version: 6.11.1.{build}

environment:
stripe_test_secret_key:
Expand All @@ -13,4 +13,4 @@ build:
assembly_info:
patch: true
file: src\SharedAssemblyInfo.cs
assembly_version: '6.11.0'
assembly_version: '6.11.1'
4 changes: 2 additions & 2 deletions build/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>6.11.0</version>
<version>6.11.1</version>
<authors>Jayme Davis</authors>
<owners>Jayme Davis</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -27,6 +27,6 @@
<file src="portable\Stripe.net.dll" target="lib\dotnet" />
<file src="portable\Stripe.net.xml" target="lib\dotnet" />
<file src="portable\Stripe.net.dll" target="lib\portable-net45+win8+wpa81" />
<file src="portable\Stripe.net.pdb" target="lib\portable-net45+win8+wpa81" />
<file src="portable\Stripe.net.xml" target="lib\portable-net45+win8+wpa81" />
</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 2016")]
[assembly: AssemblyVersion("6.11.0")]
[assembly: AssemblyVersion("6.11.1")]

0 comments on commit 725c3ce

Please sign in to comment.