# | Line 8 | Line 8 | using System.Runtime.InteropServices; | |
---|---|---|
8 | public static class AssemblyConfig | |
9 | { | |
10 | private const string Major = "4"; | |
11 | < | private const string Minor = $WCNOW=%#y$ << 9 | $WCNOW=%#m$ << 5 | $WCNOW=%#d$ |
11 | > | private const string Minor = $WCNOW=%#y$ << 9 | $WCNOW=%#m$ << 5 | $WCNOW=%#d$; |
12 | private const string Build = "$WCNOW=%H%M$"; | |
13 | private const string Revision = "$WCREV$"; | |
14 | public const string AssemblyVersion = Major + "." + Minor + "." + Build + "." + Revision; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |