23 lines
1.2 KiB
XML
23 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>Cake.FileHelpers</id>
|
|
<version>5.0.0</version>
|
|
<title>Cake.FileHelpers</title>
|
|
<authors>Redth</authors>
|
|
<license type="expression">Apache-2.0</license>
|
|
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
|
<icon>icon.png</icon>
|
|
<projectUrl>https://github.com/cake-contrib/Cake.FileHelpers</projectUrl>
|
|
<iconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/addin/cake-contrib-addin-medium.png</iconUrl>
|
|
<description>Cake Build addon to provide Aliases for common File operations (Reading, Writing, Replacing Text).</description>
|
|
<copyright>Copyright 2017-2021 - Cake Contributions</copyright>
|
|
<tags>cake script build cake-addin cake-build addin</tags>
|
|
<repository type="git" url="https://github.com/cake-contrib/Cake.FileHelpers.git" commit="78168ae4638ee64cf358737b800ecea677f1ea94" />
|
|
<dependencies>
|
|
<group targetFramework=".NETCoreApp3.1" />
|
|
<group targetFramework="net5.0" />
|
|
<group targetFramework="net6.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |