Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 376 Bytes

File metadata and controls

12 lines (12 loc) · 376 Bytes

Release instructions

1. Run Semantic Release (updates release in GitHub)

px semantic-release --no-ci

2. NuGet Package

Take the version from the package.json (generated by semantic-release).

dotnet build -c Release -p:PackageVersion=1.1.0 src/Problem.Details

3. Upload NuGet package (manual process for now)

upload both .nupkg, .snupkg