Skip to content

Commit 4484d56

Browse files
committed
New Year: 2025
1 parent 325ff30 commit 4484d56

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2024 Josh Keegan
3+
Copyright (c) 2019-2025 Josh Keegan
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/xRetry.Reqnroll/xRetry.Reqnroll.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<license type="expression">MIT</license>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>Allows for a @retry(n) tag to be placed above scenarios in Reqnroll.xUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated.</description>
12-
<copyright>Copyright Josh Keegan 2019-2024</copyright>
12+
<copyright>Copyright Josh Keegan 2019-2025</copyright>
1313
<tags>Reqnroll XUnit Retry Test-Automation</tags>
1414
<readme>docs\README.md</readme>
1515

src/xRetry.SpecFlow/xRetry.SpecFlow.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<license type="expression">MIT</license>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>Allows for a @retry(n) tag to be placed above scenarios in SpecFlow.XUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated.</description>
12-
<copyright>Copyright Josh Keegan 2019-2024</copyright>
12+
<copyright>Copyright Josh Keegan 2019-2025</copyright>
1313
<tags>SpecFlow XUnit Retry Test-Automation</tags>
1414
<readme>docs\README.md</readme>
1515

src/xRetry/xRetry.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<license type="expression">MIT</license>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>Allows for a [RetryFact(n)] or [RetryTheory(n)] attributes to be placed above tests in XUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated.</description>
12-
<copyright>Copyright Josh Keegan 2019-2024</copyright>
12+
<copyright>Copyright Josh Keegan 2019-2025</copyright>
1313
<tags>XUnit Retry Test-Automation</tags>
1414
<readme>docs\README.md</readme>
1515

0 commit comments

Comments
 (0)