Skip to content

Commit 2ba65db

Browse files
committed
chore: Bump year to 2025 in copyrights
1 parent 8b6b718 commit 2ba65db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>NUnit Framework Analyzers</Description>
66
<Company>NUnit Project</Company>
77
<Product>NUnit Analyzers</Product>
8-
<Copyright>Copyright © 2018-2025 NUnit project</Copyright>
8+
<Copyright>Copyright © 2018-2026 NUnit project</Copyright>
99
<!-- https://docs.microsoft.com/en-us/nuget/reference/nuspec#developmentdependency -->
1010
<developmentDependency>true</developmentDependency>
1111
</PropertyGroup>

src/nunit.analyzers.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This package includes analyzers and code fixes for test projects using NUnit 3+.
2020
Version 3.0 and upwards works in Visual Studio 2019 (version 16.3) or newer and also enables supression of compiler errors such as errors arising from nullable reference types. For Visual Studio 2017 one must use versions below 3.0 - note that these versions are no longer updated, so version 2.10.0 is the last version that works in Visual Studio 2017.
2121
</description>
2222
<releaseNotes>See the release notes on https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md.</releaseNotes>
23-
<copyright>Copyright (c) 2018-2025 NUnit project</copyright>
23+
<copyright>Copyright (c) 2018-2026 NUnit project</copyright>
2424
<tags>nunit, analyzers, roslyn-analyzers</tags>
2525
</metadata>
2626
<!-- The convention for analyzers is to put language agnostic dlls in analyzers\portable50 and language specific analyzers in either analyzers\portable50\cs or analyzers\portable50\vb -->

0 commit comments

Comments
 (0)