Skip to content

Commit 2a8afd1

Browse files
committed
update PackageValidationBaselineVersion
1 parent 6f3dc2a commit 2a8afd1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/LocalStack.Client.Extensions/LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 LocalStack.NET
3+
Copyright (c) 2019-2025 LocalStack.NET
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
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

src/LocalStack.Client.Extensions/LocalStack.Client.Extensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
<EnablePackageValidation>true</EnablePackageValidation>
17-
<PackageValidationBaselineVersion>1.2.2</PackageValidationBaselineVersion>
17+
<PackageValidationBaselineVersion>1.3.0</PackageValidationBaselineVersion>
1818
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1919
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2020
<NoWarn>$(NoWarn);CA1510</NoWarn>

src/LocalStack.Client/LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 LocalStack.NET
3+
Copyright (c) 2019-2025 LocalStack.NET
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
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

src/LocalStack.Client/LocalStack.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
<EnablePackageValidation>true</EnablePackageValidation>
17-
<PackageValidationBaselineVersion>1.4.1</PackageValidationBaselineVersion>
17+
<PackageValidationBaselineVersion>1.5.0</PackageValidationBaselineVersion>
1818
<!-- <GenerateCompatibilitySuppressionFile>true</GenerateCompatibilitySuppressionFile> -->
1919
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2020
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)