From 2fb0f6a7428fe9088f0237e93be4810ffde01b94 Mon Sep 17 00:00:00 2001 From: Meir Blachman Date: Sun, 24 Nov 2024 10:44:36 +0200 Subject: [PATCH] chore: use current year in copyright --- .../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