Skip to content

Commit 8ab28f1

Browse files
committed
v0.4.2
1 parent 8ef88d5 commit 8ab28f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>0.4.1</Version>
4+
<Version>0.4.2</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>
@@ -22,7 +22,7 @@
2222
<PropertyGroup>
2323
<Authors>Lucas Trzesniewski</Authors>
2424
<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>
25+
<Copyright>Copyright © Lucas Trzesniewski 2022-$([System.DateTime]::Now.ToString('yyyy'))</Copyright>
2626
<PackageTags>Razor;Template</PackageTags>
2727
<PackageProjectUrl>https://github.com/ltrzesniewski/RazorBlade</PackageProjectUrl>
2828
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)