release: rename to LakeSpeak.NET and prepare 0.1.0-preview.1 - #32
Merged
Conversation
Moves the Unreleased entries under a dated version heading, and replaces the README's "Not yet released" status with the published version and the --prerelease install line a preview needs. Does not tag. The tag is pushed separately, after the repository rename lands, because the trusted publishing policy validates the repository name in the OIDC token and a rename between packing and pushing would break the exchange.
The repository is now ivanvyd/LakeSpeak.NET. GitHub redirects the old URLs, but two of these are not links a browser follows: RepositoryUrl and PackageProjectUrl are written into the .nupkg permanently, and a published package cannot be edited -- only superseded. Doing this before the first tag is the only cheap moment. Twelve files: package metadata, the three issue templates, SECURITY, SUPPORT, CONTRIBUTING, RELEASING, README including the Scorecard badge path, and three docs. Deliberately unchanged: the lakespeak CLI command, the release artifact file names, and the LakeSpeak.Genie / LakeSpeak.Cli package ids. A repository name and a package id are independent -- LakeSpeak.NET is the project, the packages are its components, the same way Newtonsoft.Json ships from JamesNK/Newtonsoft.Json. Commands stay lowercase and dotless because that is what a shell wants.
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.
Repository rename
The repository is now
ivanvyd/LakeSpeak.NET. GitHub redirects old URLs, but two of these aren't links a browser follows:RepositoryUrlandPackageProjectUrlare written into the.nupkgpermanently, and a published package cannot be edited — only superseded by a new version. Before the first tag is the only cheap moment to do this.Twelve files updated: package metadata, three issue templates, SECURITY, SUPPORT, CONTRIBUTING, RELEASING, README (including the Scorecard badge path), and three docs.
Deliberately unchanged — the
lakespeakCLI command, release artifact file names, and theLakeSpeak.Genie/LakeSpeak.Clipackage IDs. A repo name and a package ID are independent;Newtonsoft.Jsonships fromJamesNK/Newtonsoft.Json. Commands stay lowercase and dotless because that's what a shell wants.Release prep
CHANGELOG rolled from
Unreleasedto## 0.1.0-preview.1 — 2026-08-01; README status now names the version and gives the--prereleaseinstall line.No tag is pushed by this PR. Nothing is released.
Gates
183 tests pass, 8 skip, build clean, format clean, all links and images resolve, no sensitive strings.