File tree Expand file tree Collapse file tree 5 files changed +31
-33
lines changed
SRCDS RCON.Tests/Properties Expand file tree Collapse file tree 5 files changed +31
-33
lines changed Original file line number Diff line number Diff line change 1414[ assembly: ComVisible ( false ) ]
1515
1616[ assembly: Guid ( "2afff555-6dad-490c-a30f-dbfac5d6f9fd" ) ]
17+
18+ // Version information for an assembly consists of the following four values:
19+ //
20+ // Major Version
21+ // Minor Version
22+ // Build Number
23+ // Revision
24+ //
25+ // You can specify all the values or you can default the Build and Revision Numbers
26+ // by using the '*' as shown below:
27+ // [assembly: AssemblyVersion("1.0.*")]
28+
29+ // is the version for the test assembly really important? no?
30+ // I didn't think so.
31+ [ assembly: AssemblyVersion ( "1.0.*" ) ]
32+ //[assembly: AssemblyFileVersion("1.0.0.0")]
33+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2222// The following GUID is for the ID of the typelib if this project is exposed to COM
2323[ assembly: Guid ( "e0cc93a5-f2e0-49dc-8078-25066c050867" ) ]
2424
25+ // Version information for an assembly consists of the following four values:
26+ //
27+ // Major Version
28+ // Minor Version
29+ // Build Number
30+ // Revision
31+ //
32+ // You can specify all the values or you can default the Build and Revision Numbers
33+ // by using the '*' as shown below:
34+ // [assembly: AssemblyVersion("1.0.*")]
35+
36+
37+ [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
38+ //[assembly: AssemblyFileVersion("1.0.0.0")]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5151 <Compile Include =" Net\Packet.cs" />
5252 <Compile Include =" Net\Protocol.cs" />
5353 <Compile Include =" Net\Server.cs" />
54- <Compile Include =" Properties\AssemblyVersionInfo.cs" />
5554 <Compile Include =" Properties\Resources.Designer.cs" >
5655 <AutoGen >True</AutoGen >
5756 <DesignTime >True</DesignTime >
You can’t perform that action at this time.
0 commit comments