Skip to content

Commit

Permalink
升级到 v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuLing-zhang committed Sep 25, 2024
1 parent 5a6771e commit ce87d06
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## [2.2.5] 2024-09-23
## [2.2.6] 2024-09-25
### 🔥 更新说明
* 🌈 全新的接口设计
* ⚡ 删除不再使用的代码
* 🌀 改了若干 bug
* ⚡ 新增流式配置
* 🌀 修改:显式指定图标路径为空时使用默认图标

### 💬 [历史更新](CHANGELOG_FULL.md)
5 changes: 5 additions & 0 deletions CHANGELOG_FULL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.2.6] 2024-09-25
### 🔥 更新说明
* ⚡ 新增流式配置
* 🌀 修改:显式指定图标路径为空时使用默认图标

## [2.2.5] 2024-09-23
### 🔥 更新说明
* 🌈 全新的接口设计
Expand Down
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.5</Version>
<Version>2.2.6</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.5.0")]
[assembly: AssemblyFileVersion("2.2.5.0")]
[assembly: AssemblyVersion("2.2.6.0")]
[assembly: AssemblyFileVersion("2.2.6.0")]

0 comments on commit ce87d06

Please sign in to comment.