diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b43ddf6..8c2061c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" groups: actions-deps: patterns: @@ -19,7 +19,7 @@ updates: - package-ecosystem: "nuget" directory: "/" schedule: - interval: "daily" + interval: "weekly" target-branch: "develop" open-pull-requests-limit: 1 groups: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c486296..fabe067 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Create packages run: dotnet pack --configuration Release --output ./packages - name: Upload a Build Artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: NuGet packages path: packages/*.* @@ -44,7 +44,7 @@ jobs: fetch-depth: 0 - name: Setup .NET uses: actions/setup-dotnet@v5 - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: NuGet packages path: packages diff --git a/Directory.Build.props b/Directory.Build.props index e0cce4f..bfdb784 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ EaW Modinfo - Copyright © 2025 Alamo Engine Tools and contributors. All rights reserved. + Copyright © 2026 Alamo Engine Tools and contributors. All rights reserved. Alamo Engine Tools and Contributors Alamo Engine Tools petroglyph, alamo, glyphx, foc, eaw @@ -24,8 +24,7 @@ 3.9.50 - - runtime; build; native; contentfiles; analyzers; buildtransitive + all diff --git a/LICENSE b/LICENSE index 10fdbec..23fe869 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Alamo Engine Tools +Copyright (c) 2026 Alamo Engine Tools Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/EawModinfo.Tests/EawModinfo.Tests.csproj b/src/EawModinfo.Tests/EawModinfo.Tests.csproj index dc94741..ab6e827 100644 --- a/src/EawModinfo.Tests/EawModinfo.Tests.csproj +++ b/src/EawModinfo.Tests/EawModinfo.Tests.csproj @@ -1,4 +1,4 @@ - + AET.Modinfo.Tests @@ -19,7 +19,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/src/EawModinfo/EawModinfo.csproj b/src/EawModinfo/EawModinfo.csproj index 5b06bfe..46d652b 100644 --- a/src/EawModinfo/EawModinfo.csproj +++ b/src/EawModinfo/EawModinfo.csproj @@ -1,4 +1,4 @@ - + AlamoEngineTools.Modinfo @@ -40,7 +40,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -51,11 +51,11 @@ - + - +