Skip to content

Commit cda70c3

Browse files
committed
Pre-Package-Update
1 parent b6ffcf9 commit cda70c3

File tree

64 files changed

+526
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+526
-118
lines changed
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>Cake.FileHelpers</id>
5+
<version>3.2.0</version>
6+
<title>Cake.FileHelpers</title>
7+
<authors>Redth</authors>
8+
<owners>Redth</owners>
9+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<licenseUrl>https://raw.githubusercontent.com/cake-contrib/Cake.FileHelpers/master/LICENSE.md</licenseUrl>
11+
<projectUrl>https://github.com/cake-contrib/Cake.FileHelpers</projectUrl>
12+
<iconUrl>https://raw.githubusercontent.com/cake-contrib/Cake.FileHelpers/master/icon.png</iconUrl>
13+
<description>Cake Build addon to provide Aliases for common File operations (Reading, Writing, Replacing Text).</description>
14+
<tags>Cake Script Build</tags>
15+
<dependencies>
16+
<group targetFramework=".NETFramework4.6" />
17+
<group targetFramework=".NETStandard2.0" />
18+
</dependencies>
19+
</metadata>
20+
</package>
Binary file not shown.

build/tools/Addins/Cake.FileHelpers.3.2.0/lib/net46/Cake.FileHelpers.xml

+194
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)