We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef88d5 commit 8ab28f1Copy full SHA for 8ab28f1
1 file changed
src/Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <Version>0.4.1</Version>
+ <Version>0.4.2</Version>
5
</PropertyGroup>
6
7
@@ -22,7 +22,7 @@
22
23
<Authors>Lucas Trzesniewski</Authors>
24
<Description>Compile Razor templates at build-time without a dependency on ASP.NET.</Description>
25
- <Copyright>Copyright © Lucas Trzesniewski $([System.DateTime]::Now.ToString('yyyy'))</Copyright>
+ <Copyright>Copyright © Lucas Trzesniewski 2022-$([System.DateTime]::Now.ToString('yyyy'))</Copyright>
26
<PackageTags>Razor;Template</PackageTags>
27
<PackageProjectUrl>https://github.com/ltrzesniewski/RazorBlade</PackageProjectUrl>
28
<PackageLicenseExpression>MIT</PackageLicenseExpression>
0 commit comments