Prepare v1.0.0: MIT license, centralized NuGet metadata, .NET 11 CI#3
Merged
Prepare v1.0.0: MIT license, centralized NuGet metadata, .NET 11 CI#3
Conversation
- Replace BSD-3-Clause with MIT license - Add Directory.Build.props to centralize version (1.0.0), authors, license, and repo URL - Clean up 42 .csproj files: remove duplicated NuGet metadata now inherited from props - Add IsPackable=false to all non-library projects (endpoints, tests, lambdas, samples) - Update all repo references to osisdie/dotnet-nwpie-foundation-sdk - Add .NET 11 preview to CI matrix (continue-on-error, prerelease) - Add NuGet publish workflow (.github/workflows/nuget-publish.yml) - Enhance README: NuGet/netstandard/modules badges, Installation section - Add CODE_OF_CONDUCT.md and SECURITY.md - Update CONTRIBUTING.md with current repo name and multi-target info
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
Directory.Build.propsto centralize NuGet metadata (version 1.0.0, authors, license, repo URL).csprojfiles — remove duplicated properties now inherited from propsIsPackable=falseto all non-library projects (endpoints, tests, lambdas, samples)osisdie/dotnet-nwpie-foundation-sdkcontinue-on-error,include-prerelease).github/workflows/nuget-publish.yml)CODE_OF_CONDUCT.mdandSECURITY.mdTest plan
dotnet build --configuration Release— 0 errorsdotnet pack --configuration Release— 39 packages at v1.0.0