Skip to content

Commit 47b083a

Browse files
committed
修改版本号
1 parent df9d796 commit 47b083a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("")]
1414
[assembly: AssemblyProduct("WeMusic")]
15-
[assembly: AssemblyCopyright("Copyright © 2020")]
15+
[assembly: AssemblyCopyright("Copyright © 2021")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818

@@ -51,5 +51,5 @@
5151
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
5252
//通过使用 "*",如下所示:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]
54+
[assembly: AssemblyVersion("1.1.0.0")]
55+
[assembly: AssemblyFileVersion("1.1.0.0")]

WeMusic.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<Deterministic>true</Deterministic>
1717
<NuGetPackageImportStamp>
1818
</NuGetPackageImportStamp>
19+
<IsWebBootstrapper>false</IsWebBootstrapper>
1920
<PublishUrl>publish\</PublishUrl>
2021
<Install>true</Install>
2122
<InstallFrom>Disk</InstallFrom>
@@ -27,8 +28,7 @@
2728
<UpdateRequired>false</UpdateRequired>
2829
<MapFileExtensions>true</MapFileExtensions>
2930
<ApplicationRevision>0</ApplicationRevision>
30-
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31-
<IsWebBootstrapper>false</IsWebBootstrapper>
31+
<ApplicationVersion>1.1.0.%2a</ApplicationVersion>
3232
<UseApplicationTrust>false</UseApplicationTrust>
3333
<BootstrapperEnabled>true</BootstrapperEnabled>
3434
</PropertyGroup>

0 commit comments

Comments
 (0)