1 parent 934fcbf commit f9b23a4Copy full SHA for f9b23a4
1 file changed
NamBlog.API/NamBlog.API.csproj
@@ -6,10 +6,10 @@
6
<Nullable>enable</Nullable> <!-- 可选,但推荐 -->
7
8
<!-- 版本信息 -->
9
- <Version>0.8.2</Version>
10
- <AssemblyVersion>0.8.2</AssemblyVersion>
11
- <FileVersion>0.8.2</FileVersion>
12
- <InformationalVersion>0.8.2</InformationalVersion>
+ <Version>0.8.3</Version>
+ <AssemblyVersion>0.8.3</AssemblyVersion>
+ <FileVersion>0.8.3</FileVersion>
+ <InformationalVersion>0.8.3</InformationalVersion>
13
14
<!-- 产品信息 -->
15
<Product>NamBlog</Product>
@@ -53,3 +53,4 @@
53
</ItemGroup>
54
55
</Project>
56
+
0 commit comments