SS.International 1.0.0
该类库扩展了.NET Standard / .NET Core 对全球化软件开发的支持。支持繁简转化、拼音转化。
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>SS.International</id>
<version>1.0.0</version>
<title>SS.International</title>
<authors>chenrensong</authors>
<projectUrl>http://songsong.org/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>该类库扩展了.NET Standard / .NET Core 对全球化软件开发的支持。支持繁简转化、拼音转化。</description>
<copyright>songsong.org</copyright>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Win32.Registry" version="4.4.0" />
<dependency id="System.Runtime.InteropServices" version="4.3.0" />
</group>
</dependencies>
</metadata>
</package>