Skip to content

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
* release/0.2.0:
  (GH-4) Added Cake-Contrib Icon
  (doc) Corrected spelling mistake
  (doc) Correcting license URL
  (doc) Added blog post for 0.1.1
  • Loading branch information
gep13 committed Aug 20, 2017
2 parents 9f84083 + 48f3e31 commit 2a992be
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Cake.Chocolatey.Module is a Module for Cake, which extends it with a new IPackageInstaller for installing tools using the Chocolatey Application Package Manager

[![License](http://img.shields.io/:license-mit-blue.svg)](https://github.com/cake-contrib/Cake.Chocolatey.Module/blob/feature/build/LICENSE)
[![License](http://img.shields.io/:license-mit-blue.svg)](http://cake-contrib.mit-license.org)

## Information

Expand Down Expand Up @@ -39,4 +39,4 @@ On Windows PowerShell run:

```powershell
./build
```
```
16 changes: 16 additions & 0 deletions docs/input/blog/new-release-0.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
Title: New Release - 0.1.1
Published: 18/3/2017
Category: Release
Author: gep13
---

# Well, this is a little bit embarassing...

Looks like I missed an important step when committing everything for what I thought was going to be the 0.1.0 release! I forgot to include the Cake.Chocolatey.Module.nuspec file, which is used to package up the NuGet package, and which is ultimately used as a trigger for whether a deployment to nuget.org is actually required.

This problem has now been corrected, and you can find the 0.1.1 release of the Cake.Chocolatey.Module here:

https://www.nuget.org/packages/Cake.Chocolatey.Module/

Please do not hesitate to reach out in the [Gitter Channel](https://gitter.im/cake-contrib/Lobby) if you have any issues using this addin.
2 changes: 1 addition & 1 deletion docs/input/docs/index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Title: Documentation
---
<p>This user guide, like Cake.Chocolatey.Module itself, is under very active development. Some parts of it aren't
documented as completely as they need to be, but we glady accept your contributions.</p>
documented as completely as they need to be, but we gladly accept your contributions.</p>

<p>We need your help to improve the documentation for Cake.Chocolatey.Module, so if there is something that you
would like to add then you can edit the content directly on GitHub.</p>
Expand Down
1 change: 1 addition & 0 deletions nuspec/nuget/Cake.Chocolatey.Module.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<summary>Cake Module that extends Cake with ability to install tools using Chocolatey.</summary>
<licenseUrl>https://github.com/cake-contrib/Cake.Chocolatey.Module/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/cake-contrib/Cake.Chocolatey.Module/</projectUrl>
<iconUrl>https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright (c) Cake Contributions 2016 - Present</copyright>
<tags>Cake, Script, Build, Chocolatey, Module</tags>
Expand Down

0 comments on commit 2a992be

Please sign in to comment.