- Rename license file.
This commit is contained in:
José Simões 2021-03-15 12:48:16 +00:00
Родитель 6743a5738e
Коммит c382a52fb0
2 изменённых файлов: 20 добавлений и 17 удалений

Просмотреть файл

Просмотреть файл

@ -1,35 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.System.Text</id>
<id>nanoFramework.System.Text.RegularExpressions</id>
<version>$version$</version>
<title>nanoFramework.System.Text</title>
<authors>nanoFramework project contributors</authors>
<owners>nanoFramework project contributors</owners>
<title>nanoFramework.System.Text.RegularExpressions</title>
<authors>.NET nanoFramework project contributors</authors>
<owners>.NET nanoFramework project contributors,dotnetfoundation</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<license type="file">LICENSE.md</license>
<releaseNotes>
</releaseNotes>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.System.Text</projectUrl>
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.System.Text.RegularExpressions</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
<repository type="git" url="https://github.com/nanoframework/lib-nanoFramework.System.Text" commit="$commit$" />
<icon>images\nf-logo.png</icon>
<repository type="git" url="https://github.com/nanoframework/lib-nanoFramework.System.Text.RegularExpressions" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the System.Text assembly for nanoFramework C# projects.
This package requires a target with nanoFramework.System.Text v$nativeVersion$.</description>
<summary>System.Text assembly for nanoFramework C# projects</summary>
<tags>nanoFramework C# csharp netmf netnf nanoFramework.System.Text</tags>
This package requires a target with nanoFramework.System.Text.RegularExpressions v$nativeVersion$.</description>
<summary>System.Text.RegularExpressions assembly for nanoFramework C# projects</summary>
<tags>nanoFramework C# csharp netmf netnf nanoFramework.System.Text.RegularExpressions</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.10.1-preview.11" />
</dependencies>
</metadata>
<files>
<file src="nanoFramework.System.Text\bin\Release\nanoFramework.System.Text.dll" target="lib\nanoFramework.System.Text.dll" />
<file src="nanoFramework.System.Text\bin\Release\nanoFramework.System.Text.pdb" target="lib\nanoFramework.System.Text.pdb" />
<file src="nanoFramework.System.Text\bin\Release\nanoFramework.System.Text.pdbx" target="lib\nanoFramework.System.Text.pdbx" />
<file src="nanoFramework.System.Text\bin\Release\nanoFramework.System.Text.pe" target="lib\nanoFramework.System.Text.pe" />
<file src="nanoFramework.System.Text\bin\Release\nanoFramework.System.Text.xml" target="lib\nanoFramework.System.Text.xml" />
<!-- readme -->
<file src="readme.txt" target="readme.txt" />
<file src="nanoFramework.System.Text.RegularExpressions\bin\Release\nanoFramework.System.Text.RegularExpressions.dll" target="lib\nanoFramework.System.Text.RegularExpressions.dll" />
<file src="nanoFramework.System.Text.RegularExpressions\bin\Release\nanoFramework.System.Text.RegularExpressions.pdb" target="lib\nanoFramework.System.Text.RegularExpressions.pdb" />
<file src="nanoFramework.System.Text.RegularExpressions\bin\Release\nanoFramework.System.Text.RegularExpressions.pdbx" target="lib\nanoFramework.System.Text.RegularExpressions.pdbx" />
<file src="nanoFramework.System.Text.RegularExpressions\bin\Release\nanoFramework.System.Text.RegularExpressions.pe" target="lib\nanoFramework.System.Text.RegularExpressions.pe" />
<file src="nanoFramework.System.Text.RegularExpressions\bin\Release\nanoFramework.System.Text.RegularExpressions.xml" target="lib\nanoFramework.System.Text.RegularExpressions.xml" />
<file src="assets\readme.txt" target="" />
<file src="assets\nf-logo.png" target="images" />
<file src="LICENSE.md" target="" />
</files>
</package>