37 строки
2.3 KiB
XML
37 строки
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>nanoFramework.System.Text.RegularExpressions</id>
|
|
<version>$version$</version>
|
|
<title>nanoFramework.System.Text.RegularExpressions</title>
|
|
<authors>nanoframework</authors>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<license type="file">LICENSE.md</license>
|
|
<releaseNotes>
|
|
</releaseNotes>
|
|
<readme>docs\README.md</readme>
|
|
<developmentDependency>false</developmentDependency>
|
|
<projectUrl>https://github.com/nanoframework/System.Text.RegularExpressions</projectUrl>
|
|
<icon>images\nf-logo.png</icon>
|
|
<repository type="git" url="https://github.com/nanoframework/System.Text.RegularExpressions" commit="$commit$" />
|
|
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
|
|
<description>This package includes the System.Text assembly for .NET nanoFramework C# projects.</description>
|
|
<tags>nanoFramework C# csharp netmf netnf regex</tags>
|
|
<dependencies>
|
|
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
|
|
<dependency id="nanoFramework.System.Collections" version="1.5.45" />
|
|
<dependency id="nanoFramework.System.Text" version="1.2.54" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="nanoFramework.System.Text.RegularExpressions\bin\Release\System.Text.RegularExpressions.dll" target="lib\System.Text.RegularExpressions.dll" />
|
|
<file src="nanoFramework.System.Text.RegularExpressions\bin\Release\System.Text.RegularExpressions.pdb" target="lib\System.Text.RegularExpressions.pdb" />
|
|
<file src="nanoFramework.System.Text.RegularExpressions\bin\Release\System.Text.RegularExpressions.pdbx" target="lib\System.Text.RegularExpressions.pdbx" />
|
|
<file src="nanoFramework.System.Text.RegularExpressions\bin\Release\System.Text.RegularExpressions.pe" target="lib\System.Text.RegularExpressions.pe" />
|
|
<file src="nanoFramework.System.Text.RegularExpressions\bin\Release\System.Text.RegularExpressions.xml" target="lib\System.Text.RegularExpressions.xml" />
|
|
<file src="assets\readme.txt" target="" />
|
|
<file src="README.md" target="docs\" />
|
|
<file src="assets\nf-logo.png" target="images" />
|
|
<file src="LICENSE.md" target="" />
|
|
</files>
|
|
</package> |