Skip to content

Commit 85059ba

Browse files
committed
Update CHANGELOG.md
[ci skip]
1 parent 5655d03 commit 85059ba

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Push to GitHub package registry
8585
run: nuget push packages\*.nupkg -ApiKey ${{ secrets.GITHUB_TOKEN }} -Source github
8686
- name: Push to NuGet.org
87-
run: nuget push packages\*.nupkg -ApiKey ${{ secrets.NUGET_API_KEY }} -Source https://nuget.org
87+
run: nuget push packages\*.nupkg -ApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json
8888
- name: Create GitHub release
8989
uses: softprops/action-gh-release@v1
9090
env:

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
11
# Changelog
22

3-
[Unreleased changes](https://github.com/natemcmaster/CommandLineUtils/compare/v3.1.0...HEAD):
3+
[Unreleased changes](https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.0-beta.56...HEAD):
44

5+
## [v4.0.0-beta.56](https://github.com/natemcmaster/CommandLineUtils/compare/v3.1.0...v4.0.0-beta.56)
6+
7+
### Features
58
* [@scott-xu] and [@natemcmaster]: feature: add API for setting default value on options and arguments, and display them in help text ([#389] and [#420])
9+
* [@natemcmaster]: cleanup: make .Values read-only on CommandArgument/Option ([#406])
10+
* [@natemcmaster]: Make options, arguments, and commands read-only collections on CommandLineApplication ([#407])
11+
12+
### Fixes
13+
* [@natemcmaster]: fix: pass the generic argument version in callback on .Option() and Argument() ([#405])
14+
* [@natemcmaster]: add .NET Standard 2.1 and fix nullable type references ([#424] and [#425])
15+
16+
### Other
17+
* [@natemcmaster]: change from Azure DevOps to GitHub workflows
618

719
[#389]: https://github.com/natemcmaster/CommandLineUtils/pull/389
20+
[#405]: https://github.com/natemcmaster/CommandLineUtils/pull/405
21+
[#406]: https://github.com/natemcmaster/CommandLineUtils/pull/406
22+
[#407]: https://github.com/natemcmaster/CommandLineUtils/pull/407
823
[#420]: https://github.com/natemcmaster/CommandLineUtils/pull/420
24+
[#424]: https://github.com/natemcmaster/CommandLineUtils/pull/424
25+
[#425]: https://github.com/natemcmaster/CommandLineUtils/pull/425
926

1027
## [v3.1.0](https://github.com/natemcmaster/CommandLineUtils/compare/v3.0.0...v3.1.0)
1128

0 commit comments

Comments
 (0)