Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ec171f1

Browse files
committed
Version stamp assemblies for "Essentials" extension
1 parent 4c0cc35 commit ec171f1

File tree

6 files changed

+13
-116
lines changed

6 files changed

+13
-116
lines changed

src/GitHub.VisualStudio.16/GitHub.VisualStudio.16.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
<WarningLevel>4</WarningLevel>
4747
</PropertyGroup>
4848
<ItemGroup>
49+
<Compile Include="..\common\SolutionInfo.cs">
50+
<Link>Properties\SolutionInfo.cs</Link>
51+
</Compile>
4952
<Compile Include="CompositionServices.cs" />
5053
<Compile Include="ExtensionServicesFactory.cs" />
5154
<Compile Include="IExtensionServices.cs" />
Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
3-
using System.Runtime.InteropServices;
42

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
8-
[assembly: AssemblyTitle("GitHubCore")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("GitHubCore")]
13-
[assembly: AssemblyCopyright("")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
16-
17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
19-
// COM, set the ComVisible attribute to true on that type.
20-
[assembly: ComVisible(false)]
21-
22-
// Version information for an assembly consists of the following four values:
23-
//
24-
// Major Version
25-
// Minor Version
26-
// Build Number
27-
// Revision
28-
//
29-
// You can specify all the values or you can default the Build and Revision Numbers
30-
// by using the '*' as shown below:
31-
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("1.0.0.0")]
33-
[assembly: AssemblyFileVersion("1.0.0.0")]
3+
[assembly: AssemblyTitle("GitHub.VisualStudio.16")]
4+
[assembly: AssemblyDescription("GitHub Extension for Visual Studio 2019")]

src/GitHub.VisualStudio.TestApp/GitHub.VisualStudio.TestApp.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@
9797
<Generator>MSBuild:Compile</Generator>
9898
<SubType>Designer</SubType>
9999
</ApplicationDefinition>
100+
<Compile Include="..\common\SolutionInfo.cs">
101+
<Link>Properties\SolutionInfo.cs</Link>
102+
</Compile>
100103
<Compile Include="Services\ShowDialogService.cs" />
101104
<Compile Include="ThemeControl.xaml.cs">
102105
<DependentUpon>ThemeControl.xaml</DependentUpon>
Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,8 @@
11
using System.Reflection;
2-
using System.Resources;
3-
using System.Runtime.CompilerServices;
4-
using System.Runtime.InteropServices;
52
using System.Windows;
63

7-
// General Information about an assembly is controlled through the following
8-
// set of attributes. Change these attribute values to modify the information
9-
// associated with an assembly.
104
[assembly: AssemblyTitle("GitHub.VisualStudio.TestApp")]
11-
[assembly: AssemblyDescription("")]
12-
[assembly: AssemblyConfiguration("")]
13-
[assembly: AssemblyCompany("")]
14-
[assembly: AssemblyProduct("GitHub.VisualStudio.TestApp")]
15-
[assembly: AssemblyCopyright("Copyright © 2019")]
16-
[assembly: AssemblyTrademark("")]
17-
[assembly: AssemblyCulture("")]
18-
19-
// Setting ComVisible to false makes the types in this assembly not visible
20-
// to COM components. If you need to access a type in this assembly from
21-
// COM, set the ComVisible attribute to true on that type.
22-
[assembly: ComVisible(false)]
5+
[assembly: AssemblyDescription("GitHub Extension Test Application")]
236

247
//In order to begin building localizable applications, set
258
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
@@ -30,7 +13,6 @@
3013

3114
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
3215

33-
3416
[assembly: ThemeInfo(
3517
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
3618
//(used if a resource is not found in the page,
@@ -39,17 +21,3 @@
3921
//(used if a resource is not found in the page,
4022
// app, or any theme specific resource dictionaries)
4123
)]
42-
43-
44-
// Version information for an assembly consists of the following four values:
45-
//
46-
// Major Version
47-
// Minor Version
48-
// Build Number
49-
// Revision
50-
//
51-
// You can specify all the values or you can default the Build and Revision Numbers
52-
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]

src/GitHub.VisualStudio.UI.16/GitHub.VisualStudio.UI.16.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
</Page>
6161
</ItemGroup>
6262
<ItemGroup>
63+
<Compile Include="..\common\SolutionInfo.cs">
64+
<Link>Properties\SolutionInfo.cs</Link>
65+
</Compile>
6366
<Compile Include="Properties\AssemblyInfo.cs">
6467
<SubType>Code</SubType>
6568
</Compile>
Lines changed: 1 addition & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,4 @@
11
using System.Reflection;
2-
using System.Resources;
3-
using System.Runtime.CompilerServices;
4-
using System.Runtime.InteropServices;
5-
using System.Windows;
62

7-
// General Information about an assembly is controlled through the following
8-
// set of attributes. Change these attribute values to modify the information
9-
// associated with an assembly.
103
[assembly: AssemblyTitle("GitHub.VisualStudio.UI.16")]
11-
[assembly: AssemblyDescription("")]
12-
[assembly: AssemblyConfiguration("")]
13-
[assembly: AssemblyCompany("")]
14-
[assembly: AssemblyProduct("GitHub.VisualStudio.UI.16")]
15-
[assembly: AssemblyCopyright("Copyright © 2019")]
16-
[assembly: AssemblyTrademark("")]
17-
[assembly: AssemblyCulture("")]
18-
19-
// Setting ComVisible to false makes the types in this assembly not visible
20-
// to COM components. If you need to access a type in this assembly from
21-
// COM, set the ComVisible attribute to true on that type.
22-
[assembly: ComVisible(false)]
23-
24-
//In order to begin building localizable applications, set
25-
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
26-
//inside a <PropertyGroup>. For example, if you are using US english
27-
//in your source files, set the <UICulture> to en-US. Then uncomment
28-
//the NeutralResourceLanguage attribute below. Update the "en-US" in
29-
//the line below to match the UICulture setting in the project file.
30-
31-
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
32-
33-
34-
[assembly: ThemeInfo(
35-
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
36-
//(used if a resource is not found in the page,
37-
// or application resource dictionaries)
38-
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
39-
//(used if a resource is not found in the page,
40-
// app, or any theme specific resource dictionaries)
41-
)]
42-
43-
44-
// Version information for an assembly consists of the following four values:
45-
//
46-
// Major Version
47-
// Minor Version
48-
// Build Number
49-
// Revision
50-
//
51-
// You can specify all the values or you can default the Build and Revision Numbers
52-
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]
4+
[assembly: AssemblyDescription("GitHub Extension UI for Visual Studio 2019")]

0 commit comments

Comments
 (0)