ci: Release new version.
Some checks failed
.NET / build (push) Has been cancelled
.NET / release (push) Has been cancelled

This commit is contained in:
real-zony 2024-11-29 23:20:04 +08:00
parent 21f25ee500
commit 8aac9e16a6
4 changed files with 3 additions and 11 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup .NET - name: Setup .NET
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:
dotnet-version: 7.0.x dotnet-version: 8.0.x
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore
- name: Publish - name: Publish

View File

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<Version>5.0.0.0</Version> <Version>4.0.1</Version>
<Authors>Zony(real-zony)</Authors> <Authors>Zony(real-zony)</Authors>
<RepositoryUrl>https://github.com/real-zony/ZonyLrcToolsX</RepositoryUrl> <RepositoryUrl>https://github.com/real-zony/ZonyLrcToolsX</RepositoryUrl>
</PropertyGroup> </PropertyGroup>

View File

@ -1,8 +0,0 @@
New Features: NONE
Breaking Changes: None
Enhancement:
- 支持 UTF-8 BOM 编码,以解决部分设备乱码的问题。
Fixed Bugs:
- None

View File

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