Skip to content

Commit

Permalink
feat: 更改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
uyoufu committed Jul 22, 2024
1 parent cfc93f5 commit 97440e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend-src/UZonMailService/UZonMailService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ServerGarbageCollection>false</ServerGarbageCollection>
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
<Platforms>x64</Platforms>
<FileVersion>0.8.6.0</FileVersion>
<FileVersion>0.8.7.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions backend-src/UzonMailDesktop/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("0.8.6.0")]
[assembly: AssemblyFileVersion("0.8.6.0")]
[assembly: AssemblyVersion("0.8.7.0")]
[assembly: AssemblyFileVersion("0.8.7.0")]

0 comments on commit 97440e5

Please sign in to comment.