File tree Expand file tree Collapse file tree 5 files changed +21
-3
lines changed Expand file tree Collapse file tree 5 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,14 @@ The following links may be useful to anyone migrating from VSS and/or to Git. If
73
73
74
74
## Release Notes ##
75
75
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
+
76
84
** 1.0.10 (6 Sep 2010)**
77
85
78
86
Bug fixes based on patches from Matthias Luescher:
Original file line number Diff line number Diff line change @@ -289,6 +289,16 @@ <h2>Resources</h2>
289
289
290
290
< h2 > Release Notes</ h2 >
291
291
292
+ < p > 1.0.11 – 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
+
292
302
< p > 1.0.10 – 6 Sep 2010 (Bug fixes based on patches from Matthias Luescher)</ p >
293
303
294
304
< ul >
Original file line number Diff line number Diff line change 1
1
; HM NIS Edit Wizard helper defines
2
2
!define PRODUCT_NAME " Vss2Git"
3
- !define PRODUCT_VERSION " 1.0.10 "
3
+ !define PRODUCT_VERSION " 1.0.11 "
4
4
!define PRODUCT_PUBLISHER " Trevor Robinson"
5
5
!define PRODUCT_WEB_SITE " https://github.com/trevorr/vss2git"
6
6
!define PRODUCT_REGISTRY_KEY " Software\Vss2Git"
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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" ) ]
You can’t perform that action at this time.
0 commit comments