Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 301 Bytes

publish-notes.md

File metadata and controls

8 lines (7 loc) · 301 Bytes
  1. Bump version in csproj
  2. Run dotnet pack -c Release to create nuget package
    • produces a "Pioneer.Pagination.x.x.x.nupkg" file
  3. Publish package

Projects settings now ouputs a nuget packed on build. Above command can still work but is no longer needed. Switch to release and build.