Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuLing-zhang committed Sep 22, 2024
1 parent e9275e1 commit ec3eadd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.2.1

### 🔥 更新说明 [English Version](./CHANGELOG_en.md)
* 🌀 测试自动构建是否可用

## 2.2.0

### 🔥 更新说明 [English Version](./CHANGELOG_en.md)
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG_en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 2.2.1

### 🔥 Changelog [中文版本](./CHANGELOG.md)
* 🌀 Tested if auto-build is functional

## 2.2.0

### 🔥 Changelog [中文版本](./CHANGELOG.md)
* 🌈 Brand new API design
* 🌈 Brand new API design
* 🌀 Fixed some bugs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<PackageId>JiuLing.AutoUpgrade</PackageId>
<Version>2.2.0</Version>
<Version>2.2.1</Version>
<Authors>九零</Authors>
<Product>JiuLing.AutoUpgrade</Product>
<Description>一个简单的.Net下的自动更新组件。</Description>
Expand Down
4 changes: 2 additions & 2 deletions src/JiuLing.AutoUpgrade/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyVersion("2.2.1.0")]
[assembly: AssemblyFileVersion("2.2.1.0")]

0 comments on commit ec3eadd

Please sign in to comment.