We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e6115 commit 2fb0f6aCopy full SHA for 2fb0f6a
src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj
@@ -16,7 +16,7 @@
16
<PackageId>FluentAssertions.Analyzers</PackageId>
17
<Version>0.17.3</Version>
18
<Authors>Meir Blachman</Authors>
19
- <Copyright>Copyright Meir Blachman 2017-2023</Copyright>
+ <Copyright>Copyright Meir Blachman 2017-$([System.DateTime]::Now.ToString('yyyy'))</Copyright>
20
21
<Description>Analyzers to help writing fluentassertions the right way.</Description>
22
<PackageTags>FluentAssertions Analyzers</PackageTags>
0 commit comments