Skip to content

Comments

Move common package references to build props; Update some packages#376

Merged
ManlyMarco merged 1 commit intomasterfrom
common-packages
Jan 24, 2026
Merged

Move common package references to build props; Update some packages#376
ManlyMarco merged 1 commit intomasterfrom
common-packages

Conversation

@ManlyMarco
Copy link
Contributor

@ManlyMarco ManlyMarco commented Jan 23, 2026

Required BepisPlugins bumped to v21.0. Always use the latest game assembly packages.

Copilot AI review requested due to automatic review settings January 23, 2026 23:10
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request centralizes common NuGet package references by moving them from individual project files to the centralized Directory.Build.props file, and updates several package versions from 19.4 to 21.0. The centralization uses regex-based conditional logic to automatically include the appropriate packages based on project naming conventions (e.g., projects starting with "KK", "KKS", "HS2", etc.).

Changes:

  • Centralized common package references (IllusionLibs, ExtensibleSaveFormat, KoikatuCompatibilityAnalyzer) in Directory.Build.props using regex pattern matching
  • Updated ExtensibleSaveFormat, Sideloader, and ScreenshotManager packages from version 19.4 to 21.0
  • Removed redundant package references from 134 individual .csproj files

Reviewed changes

Copilot reviewed 172 out of 172 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
Directory.Build.props Added regex-based conditional package references for PC, PH, HS, AI, HS2, EC, KK, and KKS game variants; includes IllusionLibs.AllPackages, ExtensibleSaveFormat, and KoikatuCompatibilityAnalyzer
src/MaterialEditor.API/API.MaterialEditor.csproj Updated package versions to use wildcard versioning (5.*, , 4.18.)
src/Autosave.SBPR/SBPR.Autosave.csproj Updated IllusionLibs.BepInEx from 5.4.22 to 5.*
All UncensorSelector./UncensorSelector..csproj Removed IllusionLibs.AllPackages references, updated Sideloader packages to 21.0
All MaterialEditor./MaterialEditor..csproj Removed IllusionLibs.AllPackages references, updated Sideloader packages to 21.0
All StudioCustomMasking./StudioCustomMasking..csproj Removed IllusionLibs.AllPackages and ExtensibleSaveFormat references, updated ScreenshotManager to 21.0
All other modified .csproj files Removed centralized package references that are now in Directory.Build.props

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ManlyMarco ManlyMarco merged commit f4b179c into master Jan 24, 2026
7 checks passed
@ManlyMarco ManlyMarco deleted the common-packages branch January 24, 2026 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant