docs: retarget binding to the LadybugDB org repo (+ LICENSE)#2
Merged
Conversation
The binding was adopted into the LadybugDB org as LadybugDB/ladybug-dotnet. Replace all personal-repo (sergey-v9) references in the living notes, the release workflow header, and the nuget RepositoryUrl with the org repo, and document the new ci.yml native-test matrix plus the v0.17.0 ENGINE_VERSION pin.
Collaborator
Author
|
@adsharma would you mind giving me collaborator access (Write / Maintain) to that repo so I can commit it right away, or do you prefer to keep me posting changes as PRs? Next, I plan to set up NuGet native package builds separately for different platforms and configure publishing them to NuGet feed. |
Contributor
|
@sergey-v9 I've added you to this repo with write access. But let's use the PR process like all other repos. Yes, Nuget packages will be great. |
Collaborator
Author
|
@adsharma Great, thanks. Got it, I'll do all further work through PRs. |
Contributor
|
@sergey-v9 I've also setup LadybugDB org on nuget and added permissions to release.yml to publish packages via the trusted publishing path. |
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.
Summary
LadybugDB/ladybug-dotnet. This PR removes every remaining personal-repo (sergey-v9/...) reference and retargets the docs/config to the org repo:.agents/notes/DECISIONS.md,HANDOFF.md,ROADMAP.mdrelease.ymltrusted-publishing header comment (owner=LadybugDB)nuget/nuget-package.propsRepositoryUrlci.ymlnative-testmatrix (added in0a8d3d2) and pins the docs toENGINE_VERSION = v0.17.0, matchingrelease.yml.D17recording the org adoption + native CI matrix.Ladybug Contributors.Notes
ENGINE_VERSIONare unchanged.Test plan
build-test(both TFMs + ABI/struct-layout guards + pack smoke) stays green.native-testmatrix (linux-x64 + win-x64) still loads the native engine and runs the suite withLADYBUG_REQUIRE_NATIVE=1.