Skip to content

Commit

Permalink
Fixed problem "Input string was not in a correct format" when used ve…
Browse files Browse the repository at this point in the history
…rsion with release type, e.g.: 1.2.3-alpha, 1.2.3-beta-2, 1.2.3-rc ...
  • Loading branch information
3F committed Aug 4, 2017
1 parent 4aaa6db commit c192964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic.targets
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
_err.WriteLine("The format of `{0}` is not correct.", ID);
return false; // throw new FormatException();
}
new Version(metadata[VER]); // check with System.Version
//new Version(metadata[VER]); // check with System.Version
// Format package
Expand Down

0 comments on commit c192964

Please sign in to comment.