-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
14,578 additions
and
119 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>Cake.Git</id> | ||
<version>0.19.0</version> | ||
<title>Cake.Git</title> | ||
<authors>WCOM AB</authors> | ||
<owners>WCOM AB,cake-contrib</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<licenseUrl>https://github.com/cake-contrib/Cake_Git/blob/master/LICENSE.md</licenseUrl> | ||
<projectUrl>https://github.com/cake-contrib/Cake_Git</projectUrl> | ||
<iconUrl>https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</iconUrl> | ||
<description>Cake Git AddIn</description> | ||
<summary>Cake AddIn that extends Cake with Git SCM features</summary> | ||
<releaseNotes>Ported to .NET Standard 2.0 | ||
Updated to LibGit2Sharp 0.25.2</releaseNotes> | ||
<copyright>Copyright © WCOM AB 2018</copyright> | ||
<tags>Cake Script Build Git</tags> | ||
</metadata> | ||
</package> |
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
.tools/Addins/Cake.Git.0.19.0/lib/net461/LibGit2Sharp.dll.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<configuration> | ||
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-6311e88" target="lib/linux/x86_64/libgit2-6311e88.so" /> | ||
<dllmap os="osx" cpu="x86,x86-64" dll="git2-6311e88" target="lib/osx/libgit2-6311e88.dylib" /> | ||
</configuration> |
Binary file added
BIN
+1.18 MB
.tools/Addins/Cake.Git.0.19.0/lib/net461/lib/linux/x86_64/libgit2-6311e88.so
Binary file not shown.
Binary file added
BIN
+1.68 MB
.tools/Addins/Cake.Git.0.19.0/lib/net461/lib/osx/libgit2-6311e88.dylib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.68 MB
.tools/Addins/Cake.Git.0.19.0/lib/netstandard2.0/libgit2-6311e88.dylib
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata> | ||
<id>Cake.Yaml</id> | ||
<version>2.1.0</version> | ||
<title>Cake.Yaml</title> | ||
<authors>Redth</authors> | ||
<owners>Redth</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<licenseUrl>https://raw.githubusercontent.com/redth/Cake.Yaml/master/LICENSE.md</licenseUrl> | ||
<projectUrl>https://github.com/redth/Cake.Yaml</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/redth/Cake.Yaml/master/icon.png</iconUrl> | ||
<description>Cake Build addon for YAML Serialization.</description> | ||
<tags>Cake Script Build YAML</tags> | ||
<dependencies> | ||
<group targetFramework=".NETFramework4.6"> | ||
<dependency id="Cake.Core" version="0.26.0" exclude="Build,Analyzers" /> | ||
<dependency id="YamlDotNet" version="4.2.1" exclude="Build,Analyzers" /> | ||
</group> | ||
<group targetFramework=".NETStandard2.0"> | ||
<dependency id="Cake.Core" version="0.26.0" exclude="Build,Analyzers" /> | ||
<dependency id="YamlDotNet" version="4.2.1" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
</package> |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
51 changes: 51 additions & 0 deletions
51
.tools/Addins/Cake.Yaml.2.1.0/lib/netstandard2.0/Cake.Yaml.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.