Bump version 2.3 → 2.4 with DB migration#666
Conversation
Agent-Logs-Url: https://github.com/grandnode/grandnode2/sessions/ddf8370b-a45e-433a-b3da-11898992fe25 Co-authored-by: KrzysztofPajak <16772986+KrzysztofPajak@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Advances the codebase to version 2.4 by bumping the shared build version and adding the corresponding database migration that updates the stored GrandNodeVersion DB version values.
Changes:
- Bump shared
<Version>from2.3.0to2.4.0in build props. - Add migration
MigrationUpgradeDbVersion_24targetingDbVersion(2, 4)to persist the updated DB version inGrandNodeVersion.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/Modules/Grand.Module.Migration/Migrations/2.4/MigrationUpgradeDbVersion_24.cs |
Adds the 2.4 DB version upgrade migration following the existing 2.3 pattern. |
src/Build/Grand.Common.props |
Updates the shared build/version property to 2.4.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot fix tests |
Agent-Logs-Url: https://github.com/grandnode/grandnode2/sessions/33c01318-25b2-4ea5-b333-84eaafaafb42 Co-authored-by: KrzysztofPajak <16772986+KrzysztofPajak@users.noreply.github.com>
Fixed in cd7382b. |
|



Grand.Common.propsMigrations/2.4/MigrationUpgradeDbVersion_24.csmigrationMigrationManagerTests.GetCurrentMigrationsTest— update baseline DbVersion from (2,3) to (2,4) to match the new version✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.