We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56300da commit 500293dCopy full SHA for 500293d
Directory.Build.props
@@ -10,7 +10,7 @@
10
<PropertyGroup Label="Copyright Info">
11
<ProductName>IKVM.ReferenceAssemblies</ProductName>
12
<Authors>@(Authors, ',')</Authors>
13
- <CurrentYear Condition=" '$(CurrentYear)' == '' ">$([System.DateTime]::UtcNow.Year.ToString())</CurrentYear>
+ <CurrentYear Condition=" '$(CurrentYear)' == '' ">$([System.DateTime]::UtcNow.Year.ToString())</CurrentYear>
14
<Copyright>Copyright © $(CurrentYear) @(Authors, ', ')</Copyright>
15
</PropertyGroup>
16
0 commit comments