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 beffc2a commit 16f8be4Copy full SHA for 16f8be4
csharp/Directory.Build.props
@@ -7,10 +7,11 @@
7
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8
9
<Company>GitHub</Company>
10
+ <Product>CodeQL</Product>
11
<Copyright>Copyright © $([System.DateTime]::Now.Year) $(Company)</Copyright>
12
<Version>1.0.0.0</Version>
- <AssemblyVersion>1.0.0.0</AssemblyVersion>
13
- <FileVersion>1.0.0.0</FileVersion>
+ <AssemblyVersion>$(Version)</AssemblyVersion>
14
+ <FileVersion>$(Version)</FileVersion>
15
</PropertyGroup>
16
17
</Project>
0 commit comments