Skip to content

Commit

Permalink
#2: add release-search capability
Browse files Browse the repository at this point in the history
  • Loading branch information
andycmaj committed Dec 6, 2018
1 parent a8024d2 commit ffc9ea7
Show file tree
Hide file tree
Showing 45 changed files with 14,578 additions and 119 deletions.
Binary file added .tools/Addins/Cake.Git.0.19.0/.signature.p7s
Binary file not shown.
20 changes: 20 additions & 0 deletions .tools/Addins/Cake.Git.0.19.0/cake.git.nuspec
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.
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .tools/Addins/Cake.Yaml.2.1.0/.signature.p7s
Binary file not shown.
26 changes: 26 additions & 0 deletions .tools/Addins/Cake.Yaml.2.1.0/cake.yaml.nuspec
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.
51 changes: 51 additions & 0 deletions .tools/Addins/Cake.Yaml.2.1.0/lib/net46/Cake.Yaml.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
51 changes: 51 additions & 0 deletions .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.

Binary file added .tools/Addins/YamlDotNet.4.2.1/.signature.p7s
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit ffc9ea7

Please sign in to comment.