Skip to content

Commit

Permalink
Prepare 1.0.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorr committed Sep 12, 2016
1 parent b5aa883 commit 153c1ae
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -73,6 +73,14 @@ The following links may be useful to anyone migrating from VSS and/or to Git. If

## Release Notes ##

**1.0.11 (11 Sep 2016)**

* Option to ignore Git errors (thanks to David E. Smith)
* Allow and preserve empty commit messages (thanks to Maxim Degtyarev)
* Fix installer to also detect .NET 4.0 and later
* Upgrade project files to Visual Studio 2015
* Fix some URLs that still referred to old home on Google Code

**1.0.10 (6 Sep 2010)**

Bug fixes based on patches from Matthias Luescher:
Expand Down
10 changes: 10 additions & 0 deletions Vss2Git.html
Expand Up @@ -289,6 +289,16 @@ <h2>Resources</h2>

<h2>Release Notes</h2>

<p>1.0.11 &ndash; 11 Sep 2016</p>

<ul>
<li>Option to ignore Git errors (thanks to David E. Smith)</li>
<li>Allow and preserve empty commit messages (thanks to Maxim Degtyarev)</li>
<li>Fix installer to also detect .NET 4.0 and later</li>
<li>Upgrade project files to Visual Studio 2015</li>
<li>Fix some URLs that still referred to old home on Google Code</li>
</ul>

<p>1.0.10 &ndash; 6 Sep 2010 (Bug fixes based on patches from Matthias Luescher)</p>

<ul>
Expand Down
2 changes: 1 addition & 1 deletion Vss2Git.nsi
@@ -1,6 +1,6 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Vss2Git"
!define PRODUCT_VERSION "1.0.10"
!define PRODUCT_VERSION "1.0.11"
!define PRODUCT_PUBLISHER "Trevor Robinson"
!define PRODUCT_WEB_SITE "https://github.com/trevorr/vss2git"
!define PRODUCT_REGISTRY_KEY "Software\Vss2Git"
Expand Down
Binary file modified Vss2Git.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Vss2Git/Properties/AssemblyInfo.cs
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.0.10.0")]
[assembly: AssemblyFileVersion("1.0.10.0")]
[assembly: AssemblyVersion("1.0.11.0")]
[assembly: AssemblyFileVersion("1.0.11.0")]

0 comments on commit 153c1ae

Please sign in to comment.