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

Commit c2ec33d

Browse files
committed
Added assembly info to GitHub.Services.Vssdk
1 parent 8c1e9ab commit c2ec33d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/GitHub.Services.Vssdk/GitHub.Services.Vssdk.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,13 @@
136136
<None Include="packages.config" />
137137
</ItemGroup>
138138
<ItemGroup>
139+
<Compile Include="..\common\SolutionInfo.cs">
140+
<Link>Properties\SolutionInfo.cs</Link>
141+
</Compile>
139142
<Compile Include="Commands\MenuCommandServiceExtensions.cs" />
140143
<Compile Include="Commands\VsCommand.cs" />
141144
<Compile Include="Commands\VsCommandBase.cs" />
145+
<Compile Include="Properties\AssemblyInfo.cs" />
142146
</ItemGroup>
143147
<ItemGroup>
144148
<ProjectReference Include="..\GitHub.Exports\GitHub.Exports.csproj">
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
using System.Reflection;
2+
3+
[assembly: AssemblyTitle("GitHub.Services.Vssdk")]
4+
[assembly: AssemblyDescription("Abstractions for the VSSDK")]

0 commit comments

Comments
 (0)