Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
Bump to version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropaf committed Mar 7, 2015
1 parent 3dcc5d0 commit 794e482
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion SaasEcom.Core/NuGet/SaasEcom.Core.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>SaasEcom.Core</id>
<version>1.1.2</version>
<version>1.1.3</version>
<title>SaasEcom.Core</title>
<authors>Pedro Alonso</authors>
<owners>Comyoucom Ltd</owners>
Expand Down
4 changes: 2 additions & 2 deletions SaasEcom.Core/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
6 changes: 3 additions & 3 deletions SaasEcom.FrontEnd/SaasEcom.FrontEnd.nuspec
Expand Up @@ -2,19 +2,19 @@
<package >
<metadata>
<id>SaasEcom.FrontEnd</id>
<version>1.1.2</version>
<version>1.1.3</version>
<title>SaasEcom.FrontEnd</title>
<authors>Pedro Alonso</authors>
<owners>Comyoucom Ltd</owners>
<licenseUrl>https://github.com/pedropaf/saas-ecom/blob/master/LICENSE</licenseUrl>
<projectUrl>http://www.saasecom.org</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Billing software for your SAAS business. Front-end view helpers.</description>
<releaseNotes>Fixed to work with the new Stripe APIs</releaseNotes>
<releaseNotes>Added more functionality to support webs with no trial.</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>SAAS Software-as-a-service SaasEcom Billing Stripe</tags>
<dependencies>
<dependency id="SaasEcom.Core" version="1.1.2" />
<dependency id="SaasEcom.Core" version="1.1.3" />
</dependencies>
</metadata>
</package>

0 comments on commit 794e482

Please sign in to comment.