From 2eae82980c0dac8591fa3e2d23d002049bc370c5 Mon Sep 17 00:00:00 2001 From: Meir Blachman Date: Sun, 24 Nov 2024 11:03:17 +0200 Subject: [PATCH] chore: use current year in copyright (#399) --- .../FluentAssertions.Analyzers.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj b/src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj index 781fab3..7bef5f5 100644 --- a/src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj +++ b/src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj @@ -16,7 +16,7 @@ FluentAssertions.Analyzers 0.17.3 Meir Blachman - Copyright Meir Blachman 2017-2023 + Copyright Meir Blachman 2017-$([System.DateTime]::Now.ToString('yyyy')) Analyzers to help writing fluentassertions the right way. FluentAssertions Analyzers