diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..c25d99f --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,7 @@ +Copyright © 2018-2023 Jimes Yang + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 763583c..e67858e 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ # It can download from Nuget.com use Powershell - Install-Package Phonedata -Version 1.1.0 + Install-Package Phonedata -Version 1.2.1 # Test Platform: - Windows 7 x64 - vs 2017 + Windows 7 x64/Widnwos 10 x64 Net Framework v4.6.1 + dotnet core 6.0 -------------------------------------------- diff --git a/phonedata/Properties/AssemblyInfo.cs b/phonedata/Properties/AssemblyInfo.cs index 2a33410..8d11850 100644 --- a/phonedata/Properties/AssemblyInfo.cs +++ b/phonedata/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 // 方法是按如下所示使用“*”: : // [assembly: AssemblyVersion("1.1.*")] -[assembly: AssemblyVersion("1.2.0")] -[assembly: AssemblyFileVersion("1.2.0")] +[assembly: AssemblyVersion("1.2.1")] +[assembly: AssemblyFileVersion("1.2.1")] diff --git a/phonedata/phonedata.dotnet.1.2.1.nupkg b/phonedata/phonedata.dotnet.1.2.1.nupkg new file mode 100644 index 0000000..29ff7cb Binary files /dev/null and b/phonedata/phonedata.dotnet.1.2.1.nupkg differ diff --git a/phonedata/phonedata.dotnet.csproj b/phonedata/phonedata.dotnet.csproj index 7cc9c86..d240da8 100644 --- a/phonedata/phonedata.dotnet.csproj +++ b/phonedata/phonedata.dotnet.csproj @@ -2,9 +2,10 @@ netstandard2.0 - - false + README.md + LICENSE.txt + @@ -14,5 +15,7 @@ PreserveNewest PreserveNewest + + \ No newline at end of file diff --git a/phonedata/phonedata.dotnet.nuspec b/phonedata/phonedata.dotnet.nuspec new file mode 100644 index 0000000..372fbf3 --- /dev/null +++ b/phonedata/phonedata.dotnet.nuspec @@ -0,0 +1,22 @@ + + + + phonedata.dotnet + $version$ + $title$ + $author$ + $author$ + https://sndnvaps.mit-license.org/2018 + https://github.com/sndnvaps/Phonedata + Forth release. + Copyright 2018 - 2023 + v1.0.0 v1.0.2 v1.1.0 v1.2.1 + false + + + + + + + + \ No newline at end of file diff --git a/phonedata/phonedata.nuspec b/phonedata/phonedata.nuspec index aded809..adb9592 100644 --- a/phonedata/phonedata.nuspec +++ b/phonedata/phonedata.nuspec @@ -10,8 +10,8 @@ https://github.com/sndnvaps/Phonedata false $description$ - Third release. - Copyright 2018 - 2019 - v1.0.0 v1.0.2 v1.1.0 + Forth release. + Copyright 2018 - 2023 + v1.0.0 v1.0.2 v1.1.0 v1.2.0 \ No newline at end of file diff --git a/phonedatacmd/phonedatacmd.dotnet.csproj b/phonedatacmd/phonedatacmd.dotnet.csproj index 4a51a60..120b378 100644 --- a/phonedatacmd/phonedatacmd.dotnet.csproj +++ b/phonedatacmd/phonedatacmd.dotnet.csproj @@ -3,15 +3,14 @@ Exe net6.0 + false + README.md - - false - @@ -25,5 +24,6 @@ PreserveNewest PreserveNewest + \ No newline at end of file