Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ using System.Runtime.InteropServices;
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyFileVersion("<#= this.MajorVersion #>.<#= this.MinorVersion #>.<#= this.BuildNumber #>.<#= this.RevisionNumber #>")]
<#+
int MajorVersion = 28;
int MinorVersion = 0;
int BuildNumber = 0;
int MajorVersion = 0;
int MinorVersion = 8;
int BuildNumber = 3;
int RevisionNumber = ((int)(DateTime.UtcNow - new DateTime(2026,1,1)).TotalDays)*10+((int)DateTime.UtcNow.Hour)/3;
#>