File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ Fixed for any bug fixes.
99Security to invite users to upgrade in case of vulnerabilities.
1010-->
1111
12+ ## [ 4.3.1] - 2017-12-11
13+
14+ ** Fixed:**
15+
16+ * Gulp update check.
17+
1218## [ 4.3.0] - 2017-12-07
1319
1420** Added:**
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <AssemblyName >HardHat</AssemblyName >
44 <PackageId >HardHat</PackageId >
5- <VersionPrefix >4.3.0 </VersionPrefix >
5+ <VersionPrefix >4.3.1 </VersionPrefix >
66
77 <Authors >Camilo Martinez</Authors >
88 <Company >dein Software</Company >
Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ public static void Check(){
542542 if ( Directory . Exists ( Paths . Combine ( dirPath , ".git" ) ) ) {
543543 Git . CmdFetch ( dirPath ) ;
544544 bool updated = Git . CmdStatus ( dirPath ) ;
545- if ( ! updated ) {
545+ if ( updated ) {
546546 StringBuilder msg = new StringBuilder ( ) ;
547547 msg . Append ( $ "There is a new Gulp project version available.") ;
548548 msg . Append ( Environment . NewLine ) ;
You can’t perform that action at this time.
0 commit comments