Parent Directory
|
Revision Log
|
Patch
--- trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl 2012/06/02 09:09:13 209 +++ trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl 2012/06/02 10:13:25 210 @@ -15,12 +15,13 @@ // Minor Version // Revision // Build -[assembly: AssemblyVersion("1.0.2.$WCREV$")] +// each has a max size of 6 digits +[assembly: AssemblyVersion("1.$WCNOW=%Y$.$WCNOW=%j$.$WCNOW=%H%M$")] #if DEBUG && !RELEASE [assembly: AssemblyConfiguration("Debug")] -[assembly: AssemblyFileVersion("1.0.2.$WCREV$-debug")] +[assembly: AssemblyFileVersion("1.$WCNOW=%Y$.$WCNOW=%j$.$WCNOW=%H%M$-r$WCREV$" + "-dev" + "-debug")] #endif #if RELEASE [assembly: AssemblyConfiguration("Release")] -[assembly: AssemblyFileVersion("1.0.2.$WCREV$-release")] +[assembly: AssemblyFileVersion("1.$WCNOW=%Y$.$WCNOW=%j$.$WCNOW=%H%M$-r$WCREV$" + "-dev" + "-release"] #endif
ViewVC Help | |
Powered by ViewVC 1.1.22 |