ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl
(Generate patch)

Comparing trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl (file contents):
Revision 194 by william, Mon May 28 10:35:28 2012 UTC vs.
Revision 195 by william, Mon May 28 10:37:53 2012 UTC

# Line 15 | Line 15 | using System.Runtime.InteropServices;
15   //      Minor Version
16   //      Revision
17   //      Build
18 < [assembly: AssemblyVersion("1.0.0.$WCREV$")]
19 < //[assembly: AssemblyFileVersion("1.0.0.$WCREV$")]
18 > [assembly: AssemblyVersion("1.0.1.$WCREV$")]
19   #if DEBUG && !RELEASE
20   [assembly: AssemblyConfiguration("Debug")]
21 < [assembly: AssemblyFileVersion("1.0.0.$WCREV$-debug")]
21 > [assembly: AssemblyFileVersion("1.0.1.$WCREV$-debug")]
22   #endif
23   #if RELEASE
24   [assembly: AssemblyConfiguration("Release")]
25 < [assembly: AssemblyFileVersion("1.0.0.$WCREV$-release")]
25 > [assembly: AssemblyFileVersion("1.0.1.$WCREV$-release")]
26   #endif
27   //[assembly: ProcessorAssemblyArchitecture(ProcessorAssemblyArchitecture.x86)]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines