Release/v1.0 - #7
Merged
Merged
Conversation
--- updated-dependencies: - dependency-name: log4net dependency-version: 3.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: mdickson <1160883+mdickson@users.noreply.github.com>
…/log4net-3.3.0 Bump log4net from 2.0.14 to 3.3.0
…ging so the CI token can already write.
--- updated-dependencies: - dependency-name: MessagePack dependency-version: 3.1.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…/MessagePack-3.1.7 Bump MessagePack from 3.1.4 to 3.1.7
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the first v1.0 release of the NGC variant of libomv by updating Nerdbank.GitVersioning (NBGV) release settings, refreshing key NuGet dependencies, and documenting/reworking release + publish mechanics.
Changes:
- Adjust NBGV configuration in
version.jsonforrelease/*branches and add a release branch naming rule. - Upgrade MessagePack (and test tooling) packages in library and test projects.
- Add release engineering documentation and tweak NuGet publishing workflow/configuration.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
version.json |
Updates NBGV version/release configuration for the v1.0 release branch. |
OpenMetaverse/OpenMetaverse.csproj |
Upgrades MessagePack dependency used by the core library. |
OpenMetaverse/Inventory.cs |
Changes accessibility of a MessagePack-annotated cache entry type. |
OpenMetaverse.Tests/OpenMetaverse.Tests.csproj |
Updates test SDK + MessagePack and runner packages. |
nuget.config |
Updates GitHub Packages credential placeholders for restores. |
docs/ReleaseEngineering.md |
Adds NBGV/GitFlow/GitHub Actions release process documentation. |
.github/workflows/publish-nuget.yml |
Modifies the publish pipeline (including enabling NBGV in the workflow). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First release of NGC variant of libomv.