Skip to content

Commit 1cb2c24

Browse files
committed
Update notes for 4.0.0 release
1 parent a360087 commit 1cb2c24

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Configure GitHub NuGet registry
7878
run: nuget sources add -name github -source https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json -username ${{ github.repository_owner }} -password ${{ secrets.GITHUB_TOKEN }}
7979
- name: Push to GitHub package registry
80-
run: nuget push packages\*.nupkg -ApiKey ${{ secrets.GITHUB_TOKEN }} -Source github
80+
run: nuget push packages\*.nupkg -ApiKey ${{ secrets.GITHUB_TOKEN }} -Source github -SkipDuplicate
8181
- name: Push to NuGet.org
8282
run: nuget push packages\*.nupkg -ApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json
8383
- name: Create GitHub release

src/Hosting.CommandLine/releasenotes.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<Project>
22
<PropertyGroup>
3+
<PackageReleaseNotes Condition="$(VersionPrefix.StartsWith('4.0.'))">
4+
Changes:
5+
* Update dependencies to latest .NET 6 libraries.
6+
</PackageReleaseNotes>
37
<PackageReleaseNotes Condition="$(VersionPrefix.StartsWith('3.1.'))">
48
Improvements:
59
* @scott-xu: feature: add overload of RunCommandLineApplicationAsync to support configuring of CommandLineApplication (#363)

0 commit comments

Comments
 (0)