Skip to content

Commit ea3828a

Browse files
author
Jeff Treuting
committed
Updated AssemblyInfo so TeamCity can control the assembly version based on the build
1 parent 2ba0be1 commit ea3828a

File tree

35 files changed

+520
-74
lines changed

35 files changed

+520
-74
lines changed

SharpRepository.CacheRepository/Properties/AssemblyInfo.cs

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4+
[assembly: AssemblyCompany("SharpRepository")]
5+
[assembly: AssemblyProduct("SharpRepository")]
6+
[assembly: AssemblyCopyright("Copyright © SharpRepository 2013")]
7+
[assembly: AssemblyTrademark("")]
8+
[assembly: AssemblyCulture("")]
9+
10+
// Setting ComVisible to false makes the types in this assembly not visible
11+
// to COM components. If you need to access a type in this assembly from
12+
// COM, set the ComVisible attribute to true on that type.
13+
[assembly: ComVisible(false)]
14+
15+
// The AssemblyVersion is used by the CLR to bind to strongly named assemblies.
16+
// It is stored in the AssemblyDef manifest metadata table of the built assembly,
17+
// and in the AssemblyRef table of any assembly that references it.
18+
// Take care when changing the AssemblyVersion as it may impact referencing
19+
// assemblies.
20+
[assembly: AssemblyVersion("0.0")]
21+
22+
// The AssemblyFileVersion is intended to uniquely identify a build of the individual assembly
23+
// Ideally we would have the build server update this value. This version number is stored
24+
// in the Win32 version resource and can be seen when viewing the Windows Explorer property
25+
// pages for the assembly. The CLR does not care about nor examine the AssemblyFileVersion.
26+
[assembly: AssemblyFileVersion("0.0.0.0")]
27+
28+
// The AssemblyInformationalVersion is intended to represent the version of your entire product.
29+
// The CLR does not care about nor examine the AssemblyInformationalVersion. You will find this
30+
// value represented as the assembly's product version in Windows Explorer.
31+
[assembly: AssemblyInformationalVersion("0.0.0.0")]
32+
433
// General Information about an assembly is controlled through the following
534
// set of attributes. Change these attribute values to modify the information
635
// associated with an assembly.

SharpRepository.CacheRepository/SharpRepository.CacheRepository.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
<Reference Include="System.Runtime.Caching" />
3737
</ItemGroup>
3838
<ItemGroup>
39-
<Compile Include="..\CommonAssembly.cs">
40-
<Link>Properties\CommonAssembly.cs</Link>
41-
</Compile>
4239
<Compile Include="CacheRepositoryBase.cs" />
4340
<Compile Include="CacheRepository.cs" />
4441
<Compile Include="CacheCompoundKeyRepositoryBase.cs" />

SharpRepository.Caching.AppFabric/Properties/AssemblyInfo.cs

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4+
[assembly: AssemblyCompany("SharpRepository")]
5+
[assembly: AssemblyProduct("SharpRepository")]
6+
[assembly: AssemblyCopyright("Copyright © SharpRepository 2013")]
7+
[assembly: AssemblyTrademark("")]
8+
[assembly: AssemblyCulture("")]
9+
10+
// Setting ComVisible to false makes the types in this assembly not visible
11+
// to COM components. If you need to access a type in this assembly from
12+
// COM, set the ComVisible attribute to true on that type.
13+
[assembly: ComVisible(false)]
14+
15+
// The AssemblyVersion is used by the CLR to bind to strongly named assemblies.
16+
// It is stored in the AssemblyDef manifest metadata table of the built assembly,
17+
// and in the AssemblyRef table of any assembly that references it.
18+
// Take care when changing the AssemblyVersion as it may impact referencing
19+
// assemblies.
20+
[assembly: AssemblyVersion("0.0")]
21+
22+
// The AssemblyFileVersion is intended to uniquely identify a build of the individual assembly
23+
// Ideally we would have the build server update this value. This version number is stored
24+
// in the Win32 version resource and can be seen when viewing the Windows Explorer property
25+
// pages for the assembly. The CLR does not care about nor examine the AssemblyFileVersion.
26+
[assembly: AssemblyFileVersion("0.0.0.0")]
27+
28+
// The AssemblyInformationalVersion is intended to represent the version of your entire product.
29+
// The CLR does not care about nor examine the AssemblyInformationalVersion. You will find this
30+
// value represented as the assembly's product version in Windows Explorer.
31+
[assembly: AssemblyInformationalVersion("0.0.0.0")]
32+
433
// General Information about an assembly is controlled through the following
534
// set of attributes. Change these attribute values to modify the information
635
// associated with an assembly.

SharpRepository.Caching.AppFabric/SharpRepository.Caching.AppFabric.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
<Reference Include="System.Runtime.Caching" />
4343
</ItemGroup>
4444
<ItemGroup>
45-
<Compile Include="..\CommonAssembly.cs">
46-
<Link>Properties\CommonAssembly.cs</Link>
47-
</Compile>
4845
<Compile Include="AppFabricCachingProvider.cs" />
4946
<Compile Include="Properties\AssemblyInfo.cs" />
5047
</ItemGroup>

SharpRepository.Caching.Memcached/Properties/AssemblyInfo.cs

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4+
[assembly: AssemblyCompany("SharpRepository")]
5+
[assembly: AssemblyProduct("SharpRepository")]
6+
[assembly: AssemblyCopyright("Copyright © SharpRepository 2013")]
7+
[assembly: AssemblyTrademark("")]
8+
[assembly: AssemblyCulture("")]
9+
10+
// Setting ComVisible to false makes the types in this assembly not visible
11+
// to COM components. If you need to access a type in this assembly from
12+
// COM, set the ComVisible attribute to true on that type.
13+
[assembly: ComVisible(false)]
14+
15+
// The AssemblyVersion is used by the CLR to bind to strongly named assemblies.
16+
// It is stored in the AssemblyDef manifest metadata table of the built assembly,
17+
// and in the AssemblyRef table of any assembly that references it.
18+
// Take care when changing the AssemblyVersion as it may impact referencing
19+
// assemblies.
20+
[assembly: AssemblyVersion("0.0")]
21+
22+
// The AssemblyFileVersion is intended to uniquely identify a build of the individual assembly
23+
// Ideally we would have the build server update this value. This version number is stored
24+
// in the Win32 version resource and can be seen when viewing the Windows Explorer property
25+
// pages for the assembly. The CLR does not care about nor examine the AssemblyFileVersion.
26+
[assembly: AssemblyFileVersion("0.0.0.0")]
27+
28+
// The AssemblyInformationalVersion is intended to represent the version of your entire product.
29+
// The CLR does not care about nor examine the AssemblyInformationalVersion. You will find this
30+
// value represented as the assembly's product version in Windows Explorer.
31+
[assembly: AssemblyInformationalVersion("0.0.0.0")]
32+
433
// General Information about an assembly is controlled through the following
534
// set of attributes. Change these attribute values to modify the information
635
// associated with an assembly.

SharpRepository.Caching.Memcached/SharpRepository.Caching.Memcached.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
<Reference Include="System.Runtime.Caching" />
4242
</ItemGroup>
4343
<ItemGroup>
44-
<Compile Include="..\CommonAssembly.cs">
45-
<Link>Properties\CommonAssembly.cs</Link>
46-
</Compile>
4744
<Compile Include="MemCachedCachingProvider.cs" />
4845
<Compile Include="MemCachedCachingProviderConfiguration.cs" />
4946
<Compile Include="MemCachedConfigCachingProviderFactory.cs" />

SharpRepository.Caching.Redis/Properties/AssemblyInfo.cs

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4+
[assembly: AssemblyCompany("SharpRepository")]
5+
[assembly: AssemblyProduct("SharpRepository")]
6+
[assembly: AssemblyCopyright("Copyright © SharpRepository 2013")]
7+
[assembly: AssemblyTrademark("")]
8+
[assembly: AssemblyCulture("")]
9+
10+
// Setting ComVisible to false makes the types in this assembly not visible
11+
// to COM components. If you need to access a type in this assembly from
12+
// COM, set the ComVisible attribute to true on that type.
13+
[assembly: ComVisible(false)]
14+
15+
// The AssemblyVersion is used by the CLR to bind to strongly named assemblies.
16+
// It is stored in the AssemblyDef manifest metadata table of the built assembly,
17+
// and in the AssemblyRef table of any assembly that references it.
18+
// Take care when changing the AssemblyVersion as it may impact referencing
19+
// assemblies.
20+
[assembly: AssemblyVersion("0.0")]
21+
22+
// The AssemblyFileVersion is intended to uniquely identify a build of the individual assembly
23+
// Ideally we would have the build server update this value. This version number is stored
24+
// in the Win32 version resource and can be seen when viewing the Windows Explorer property
25+
// pages for the assembly. The CLR does not care about nor examine the AssemblyFileVersion.
26+
[assembly: AssemblyFileVersion("0.0.0.0")]
27+
28+
// The AssemblyInformationalVersion is intended to represent the version of your entire product.
29+
// The CLR does not care about nor examine the AssemblyInformationalVersion. You will find this
30+
// value represented as the assembly's product version in Windows Explorer.
31+
[assembly: AssemblyInformationalVersion("0.0.0.0")]
32+
433
// General Information about an assembly is controlled through the following
534
// set of attributes. Change these attribute values to modify the information
635
// associated with an assembly.

SharpRepository.Caching.Redis/SharpRepository.Caching.Redis.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@
4949
<Reference Include="System.Runtime.Caching" />
5050
</ItemGroup>
5151
<ItemGroup>
52-
<Compile Include="..\CommonAssembly.cs">
53-
<Link>Properties\CommonAssembly.cs</Link>
54-
</Compile>
5552
<Compile Include="Properties\AssemblyInfo.cs" />
5653
<Compile Include="RedisCachingProvider.cs" />
5754
<Compile Include="RedisCachingProviderConfiguration.cs" />

SharpRepository.Caching.WindowsAzure/Properties/AssemblyInfo.cs

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4+
[assembly: AssemblyCompany("SharpRepository")]
5+
[assembly: AssemblyProduct("SharpRepository")]
6+
[assembly: AssemblyCopyright("Copyright © SharpRepository 2013")]
7+
[assembly: AssemblyTrademark("")]
8+
[assembly: AssemblyCulture("")]
9+
10+
// Setting ComVisible to false makes the types in this assembly not visible
11+
// to COM components. If you need to access a type in this assembly from
12+
// COM, set the ComVisible attribute to true on that type.
13+
[assembly: ComVisible(false)]
14+
15+
// The AssemblyVersion is used by the CLR to bind to strongly named assemblies.
16+
// It is stored in the AssemblyDef manifest metadata table of the built assembly,
17+
// and in the AssemblyRef table of any assembly that references it.
18+
// Take care when changing the AssemblyVersion as it may impact referencing
19+
// assemblies.
20+
[assembly: AssemblyVersion("0.0")]
21+
22+
// The AssemblyFileVersion is intended to uniquely identify a build of the individual assembly
23+
// Ideally we would have the build server update this value. This version number is stored
24+
// in the Win32 version resource and can be seen when viewing the Windows Explorer property
25+
// pages for the assembly. The CLR does not care about nor examine the AssemblyFileVersion.
26+
[assembly: AssemblyFileVersion("0.0.0.0")]
27+
28+
// The AssemblyInformationalVersion is intended to represent the version of your entire product.
29+
// The CLR does not care about nor examine the AssemblyInformationalVersion. You will find this
30+
// value represented as the assembly's product version in Windows Explorer.
31+
[assembly: AssemblyInformationalVersion("0.0.0.0")]
32+
433
// General Information about an assembly is controlled through the following
534
// set of attributes. Change these attribute values to modify the information
635
// associated with an assembly.

SharpRepository.Caching.WindowsAzure/SharpRepository.Caching.WindowsAzure.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@
5151
<Reference Include="System.Runtime.Caching" />
5252
</ItemGroup>
5353
<ItemGroup>
54-
<Compile Include="..\CommonAssembly.cs">
55-
<Link>Properties\CommonAssembly.cs</Link>
56-
</Compile>
5754
<Compile Include="Properties\AssemblyInfo.cs" />
5855
<Compile Include="WindowsAzureCachingProvider.cs" />
5956
</ItemGroup>

0 commit comments

Comments
 (0)