Skip to content

Commit

Permalink
release 1.1.7 (stable)
Browse files Browse the repository at this point in the history
1.1.6 was already released, however the assembly info was not updated
correctly.
  • Loading branch information
cbarton committed Dec 19, 2014
1 parent 1fcef0d commit d85106e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
Unreleased
==================

1.1.6 (stable) / 2014-12-19
1.1.7 (stable) / 2014-12-19
==================

* added; entity use code on accounts
* added; invoice previews
* added; subscription address on previews

1.1.6 (stable) / 2014-09-18
==================

* added; entity use code on accounts
* added; amazon and paypal billing agreement id support


1.1.5 (stable) / 2014-07-30
==================

Expand Down
4 changes: 2 additions & 2 deletions Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.6.0")]
[assembly: AssemblyFileVersion("1.1.6.0")]
[assembly: AssemblyVersion("1.1.7.0")]
[assembly: AssemblyFileVersion("1.1.7.0")]

0 comments on commit d85106e

Please sign in to comment.