Skip to content

Commit

Permalink
update verison to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sndnvaps committed Nov 28, 2019
1 parent 02ec692 commit 165797d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# It can download from Nuget.com now

Install-Package Phonedata -Version 1.0.2
Install-Package Phonedata -Version 1.1.0

# Test Platform:

Expand Down
8 changes: 4 additions & 4 deletions phonedata/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyCompany("sndnvaps.com")]
[assembly: AssemblyProduct("Phonedata info api Dynamic Link Library")]
[assembly: AssemblyCopyright("Copyright © Aiicy Team 2018")]
[assembly: AssemblyCopyright("Copyright © Aiicy Team 2018-2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,6 +31,6 @@
//
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.2")]
[assembly: AssemblyFileVersion("1.0.2")]
// [assembly: AssemblyVersion("1.1.*")]
[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]
6 changes: 3 additions & 3 deletions phonedata/phonedata.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<projectUrl>https://github.com/sndnvaps/Phonedata</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>First release.</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>v1.0.2</tags>
<releaseNotes>Third release.</releaseNotes>
<copyright>Copyright 2018 - 2019</copyright>
<tags>v1.0.0 v1.0.2 v1.1.0</tags>
</metadata>
</package>

0 comments on commit 165797d

Please sign in to comment.