Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara committed Jul 9, 2022
1 parent 563300a commit de90284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
if: success() && github.ref_name == 'master' && github.event.head_commit.message == 'Bump version'
run: |
dotnet pack ModernWpf.Controls\ModernWpf.Controls.csproj -c Release --no-build
dotnet nuget push "artifacts\*.nupkg" -k ${{ secrets.NUGET_API_KEY }}
dotnet nuget push "artifacts\*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.9.6</Version>
<Version>0.9.7-preview.1</Version>
<Authors>Yimeng Wu</Authors>
<Product>ModernWPF UI Library</Product>
<LangVersion>10.0</LangVersion>
Expand Down

0 comments on commit de90284

Please sign in to comment.