Skip to content

Commit

Permalink
Update build number (#12793)
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang authored Apr 12, 2022
1 parent 8deae9f commit 2da9244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ using System.Runtime.InteropServices;
<#+
int MajorVersion = 2;
int MinorVersion = 6;
int BuildNumber = 1;
int BuildNumber = 2;
// The datetime baseline we choose using this algorithm will affect build number and all nuget packages uploaded
// Please only change when major or minor version got incremented
int RevisionNumber = ((int)(DateTime.UtcNow - new DateTime(2018,1,1)).TotalDays)*10+((int)DateTime.UtcNow.Hour)/3;
Expand Down

0 comments on commit 2da9244

Please sign in to comment.