Skip to content

Commit 153c1ae

Browse files
committed
Prepare 1.0.11 release
1 parent b5aa883 commit 153c1ae

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ The following links may be useful to anyone migrating from VSS and/or to Git. If
7373

7474
## Release Notes ##
7575

76+
**1.0.11 (11 Sep 2016)**
77+
78+
* Option to ignore Git errors (thanks to David E. Smith)
79+
* Allow and preserve empty commit messages (thanks to Maxim Degtyarev)
80+
* Fix installer to also detect .NET 4.0 and later
81+
* Upgrade project files to Visual Studio 2015
82+
* Fix some URLs that still referred to old home on Google Code
83+
7684
**1.0.10 (6 Sep 2010)**
7785

7886
Bug fixes based on patches from Matthias Luescher:

Vss2Git.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,16 @@ <h2>Resources</h2>
289289

290290
<h2>Release Notes</h2>
291291

292+
<p>1.0.11 &ndash; 11 Sep 2016</p>
293+
294+
<ul>
295+
<li>Option to ignore Git errors (thanks to David E. Smith)</li>
296+
<li>Allow and preserve empty commit messages (thanks to Maxim Degtyarev)</li>
297+
<li>Fix installer to also detect .NET 4.0 and later</li>
298+
<li>Upgrade project files to Visual Studio 2015</li>
299+
<li>Fix some URLs that still referred to old home on Google Code</li>
300+
</ul>
301+
292302
<p>1.0.10 &ndash; 6 Sep 2010 (Bug fixes based on patches from Matthias Luescher)</p>
293303

294304
<ul>

Vss2Git.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; HM NIS Edit Wizard helper defines
22
!define PRODUCT_NAME "Vss2Git"
3-
!define PRODUCT_VERSION "1.0.10"
3+
!define PRODUCT_VERSION "1.0.11"
44
!define PRODUCT_PUBLISHER "Trevor Robinson"
55
!define PRODUCT_WEB_SITE "https://github.com/trevorr/vss2git"
66
!define PRODUCT_REGISTRY_KEY "Software\Vss2Git"

Vss2Git.png

-16.9 KB
Loading

Vss2Git/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.10.0")]
36-
[assembly: AssemblyFileVersion("1.0.10.0")]
35+
[assembly: AssemblyVersion("1.0.11.0")]
36+
[assembly: AssemblyFileVersion("1.0.11.0")]

0 commit comments

Comments
 (0)