Skip to content

Commit e6a1eb0

Browse files
lets just use normal assembly versions
1 parent aec8a1b commit e6a1eb0

File tree

5 files changed

+31
-33
lines changed

5 files changed

+31
-33
lines changed

SRCDS RCON.Tests/Properties/AssemblyInfo.cs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,20 @@
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+

SRCDS RCON.Tests/Properties/AssemblyVersionInfo.cs

Lines changed: 0 additions & 16 deletions
This file was deleted.

SRCDS RCON/Properties/AssemblyInfo.cs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,17 @@
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")]

SRCDS RCON/Properties/AssemblyVersionInfo.cs

Lines changed: 0 additions & 16 deletions
This file was deleted.

SRCDS RCON/SRCDS RCON.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
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>

0 commit comments

Comments
 (0)