Skip to content

Commit

Permalink
build: update buildversion wrapper to only used properties
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Oct 7, 2020
1 parent 778b5ee commit 760cac1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .build/versioning.cake
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,8 @@ public class BuildVersionWrapper
{
public int Commits { get; set; }
public string FullSemVer { get; set; }
public int Major { get; set; }
public string MajorMinorPatch { get; set; }
public string Metadata { get; set; }
public int Minor { get; set; }
public int Patch { get; set; }
public string PreReleaseLable { get; set; }
public string PreReleaseTag { get; set; }
public string SemVer { get; set; }
public int Weight { get; set; }
}

public class BuildDataWrapper
Expand Down

0 comments on commit 760cac1

Please sign in to comment.