Skip to content

Commit

Permalink
Merge pull request irihitech#485 from irihitech/11.2.1-trial
Browse files Browse the repository at this point in the history
Upgrade demo to 11.2.1
  • Loading branch information
zdpcdt authored Nov 15, 2024
2 parents 8fe15b2 + 7f88cc6 commit 68d0061
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Nuget ReactiveUI Extension
run: dotnet pack ./src/Ursa.ReactiveUIExtension -o ./nugets

- name: Publish NuGet package
run: dotnet nuget push "./nugets/*.nupkg" --api-key ${{ secrets.NUGET_ORG_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion demo/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Nullable>enable</Nullable>
<AvaloniaVersion>11.2.0</AvaloniaVersion>
<AvaloniaVersion>11.2.1</AvaloniaVersion>
</PropertyGroup>
</Project>
Binary file not shown.

0 comments on commit 68d0061

Please sign in to comment.