Skip to content

Commit 4272593

Browse files
authored
Merge pull request #829 from nunit/chore/update-year
chore: Bump year to 2025 in copyrights
2 parents 4f69653 + 113a122 commit 4272593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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-2024 NUnit project</Copyright>
8+
<Copyright>Copyright © 2018-2025 NUnit project</Copyright>
99
</PropertyGroup>
1010

1111
<PropertyGroup>

src/nunit.analyzers/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-2024 NUnit project</copyright>
23+
<copyright>Copyright (c) 2018-2025 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)