We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a68426 commit 1f34a0fCopy full SHA for 1f34a0f
Gerrit.csproj
@@ -88,6 +88,7 @@
88
<Compile Include="..\..\CommonAssemblyInfo.cs">
89
<Link>Properties\CommonAssemblyInfo.cs</Link>
90
</Compile>
91
+ <Compile Include="Properties\AssemblyInfo.cs" />
92
<Compile Include="Properties\Resources.Designer.cs">
93
<AutoGen>True</AutoGen>
94
<DesignTime>True</DesignTime>
Properties/AssemblyInfo.cs
@@ -0,0 +1,3 @@
1
+using System.Reflection;
2
+
3
+[assembly: AssemblyDescription("GitExtensions plugin for integration with Gerrit")]
0 commit comments