Skip to content

Commit

Permalink
## 2024-01-24 v2.5.9
Browse files Browse the repository at this point in the history
- add net8.0 as target framework in deploy script to
  • Loading branch information
belucha committed Jan 24, 2024
1 parent aae6dd8 commit 0edd356
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-oxyplotblazor-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Pack nuget package
run: |
dotnet build -c Release /p:AssemblyVersion=${{ needs.get-version.outputs.VERSION }} /p:Version=${{ needs.get-version.outputs.VERSION }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2024-01-24 v2.5.9

- add net8.0 as target framework in deploy script to

## 2024-01-24 v2.5.8

- add MIT license file (closes #17)
Expand Down

0 comments on commit 0edd356

Please sign in to comment.