Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 0b2f6e8

Browse files
committed
Merge pull request #220 from medianick/master
Switched to GlobalAssemblyInfo.cs for AssemblyVersion attributes.
2 parents a4ed4d7 + 99443cf commit 0b2f6e8

File tree

34 files changed

+54
-170
lines changed

34 files changed

+54
-170
lines changed

src/GlobalAssemblyInfo.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
using System.Reflection;
2+
3+
[assembly: AssemblyVersion("3.9.43.0")]

src/MySqlExpressionsTest/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,3 @@
2222
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
2323
[assembly: ComVisible(false)]
2424

25-
// The assembly version has following format :
26-
//
27-
// Major.Minor.Build.Revision
28-
//
29-
// You can specify all the values or you can use the default the Revision and
30-
// Build Numbers by using the '*' as shown below:
31-
[assembly: AssemblyVersion("1.0.*")]

src/ServiceStack.OrmLite.Firebird/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

16-
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
17-
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18-
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19-
20-
[assembly: AssemblyVersion("1.0.*")]
21-
2216
// The following attributes are used to specify the signing key for the assembly,
2317
// if desired. See the Mono documentation for more information about signing.
2418

src/ServiceStack.OrmLite.Firebird/ServiceStack.OrmLite.Firebird.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
</Reference>
4545
</ItemGroup>
4646
<ItemGroup>
47+
<Compile Include="..\GlobalAssemblyInfo.cs">
48+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
49+
</Compile>
4750
<Compile Include="DbSchema\IColumn.cs" />
4851
<Compile Include="DbSchema\IParameter.cs" />
4952
<Compile Include="DbSchema\IProcedure.cs" />

src/ServiceStack.OrmLite.MySql.Tests/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,3 @@
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("6753faeb-f6c3-4aa1-bca0-2a15d2bf1522")]
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-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]

src/ServiceStack.OrmLite.MySql.Tests/ServiceStack.OrmLite.MySql.Tests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
</Reference>
6363
</ItemGroup>
6464
<ItemGroup>
65+
<Compile Include="..\GlobalAssemblyInfo.cs">
66+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
67+
</Compile>
6568
<Compile Include="BooleanTests.cs" />
6669
<Compile Include="DateTimeColumnTest.cs" />
6770
<Compile Include="EnumTests.cs" />

src/ServiceStack.OrmLite.MySql/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,3 @@
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("a47c24c1-27c2-443c-a1bf-b88d25aa3fc9")]
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-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]

src/ServiceStack.OrmLite.MySql/ServiceStack.OrmLite.MySql.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
</Reference>
5151
</ItemGroup>
5252
<ItemGroup>
53+
<Compile Include="..\GlobalAssemblyInfo.cs">
54+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
55+
</Compile>
5356
<Compile Include="MySqlDialect.cs" />
5457
<Compile Include="MySqlDialectProvider.cs" />
5558
<Compile Include="Properties\AssemblyInfo.cs" />

src/ServiceStack.OrmLite.Oracle.Tests/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,3 @@
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("98a76291-26c2-4012-aeef-ab688752d30b")]
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-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]

src/ServiceStack.OrmLite.Oracle.Tests/ServiceStack.OrmLite.Oracle.Tests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
<Reference Include="System.Xml" />
5151
</ItemGroup>
5252
<ItemGroup>
53+
<Compile Include="..\GlobalAssemblyInfo.cs">
54+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
55+
</Compile>
5356
<Compile Include="OracleParamTests.cs" />
5457
<Compile Include="OracleSyntaxTests.cs" />
5558
<Compile Include="OracleTestBase.cs">

0 commit comments

Comments
 (0)