Skip to content

Commit

Permalink
Merge pull request #1365 from justinjstark/master
Browse files Browse the repository at this point in the history
Make GitVersionHelper PreReleaseNumber Nullable
  • Loading branch information
forki authored Aug 23, 2016
2 parents bf0b3d9 + bf23d86 commit 72fed84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/FakeLib/GitVersionHelper.fs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type GitVersionProperties = {
PreReleaseTag : string;
PreReleaseTagWithDash : string;
PreReleaseLabel : string;
PreReleaseNumber : int;
PreReleaseNumber : Nullable<int>;
BuildMetaData : string;
BuildMetaDataPadded : string;
FullBuildMetaData : string;
Expand Down

0 comments on commit 72fed84

Please sign in to comment.