Skip to content

Commit

Permalink
ci: Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
real-zony committed Nov 29, 2024
1 parent 21f25ee commit 8aac9e1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>5.0.0.0</Version>
<Version>4.0.1</Version>
<Authors>Zony(real-zony)</Authors>
<RepositoryUrl>https://github.com/real-zony/ZonyLrcToolsX</RepositoryUrl>
</PropertyGroup>
Expand Down
8 changes: 0 additions & 8 deletions versions/release.bak.md

This file was deleted.

2 changes: 1 addition & 1 deletion versions/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Enhancement: None

Fixed Bugs:

- 修复了酷我音乐下载歌词失败的问题。- [fea5e11](https://github.com/real-zony/ZonyLrcToolsX/commit/fea5e1124ffde5f6cfe0b993e96fdfe04e1b7892)
- 修复了 #159/#155 的问题。

0 comments on commit 8aac9e1

Please sign in to comment.