Skip to content

Commit 16f8be4

Browse files
committed
C#: Add product name to assemblies
1 parent beffc2a commit 16f8be4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

csharp/Directory.Build.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88

99
<Company>GitHub</Company>
10+
<Product>CodeQL</Product>
1011
<Copyright>Copyright © $([System.DateTime]::Now.Year) $(Company)</Copyright>
1112
<Version>1.0.0.0</Version>
12-
<AssemblyVersion>1.0.0.0</AssemblyVersion>
13-
<FileVersion>1.0.0.0</FileVersion>
13+
<AssemblyVersion>$(Version)</AssemblyVersion>
14+
<FileVersion>$(Version)</FileVersion>
1415
</PropertyGroup>
1516

1617
</Project>

0 commit comments

Comments
 (0)