Skip to content

Commit 2fb0f6a

Browse files
committed
chore: use current year in copyright
1 parent 86e6115 commit 2fb0f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageId>FluentAssertions.Analyzers</PackageId>
1717
<Version>0.17.3</Version>
1818
<Authors>Meir Blachman</Authors>
19-
<Copyright>Copyright Meir Blachman 2017-2023</Copyright>
19+
<Copyright>Copyright Meir Blachman 2017-$([System.DateTime]::Now.ToString('yyyy'))</Copyright>
2020

2121
<Description>Analyzers to help writing fluentassertions the right way.</Description>
2222
<PackageTags>FluentAssertions Analyzers</PackageTags>

0 commit comments

Comments
 (0)