Skip to content

Commit 2eae829

Browse files
authored
chore: use current year in copyright (#399)
1 parent 86e6115 commit 2eae829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj

+1-1
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)