Skip to content

Commit

Permalink
Merge branch 'release/0.5.0'
Browse files Browse the repository at this point in the history
* release/0.5.0:
  (doc) Added release blog post
  (GH-25) Added Wyam Documentation
  (GH-17) Added Cake.Recipe
  (GH-24) Corrected cache invalidation
  (GH-23) Removed appveyor regex
  (GH-22) Removed Gitter Config
  (GH-21) Added branch config
  (GH-20) Changed name of appveyor file
  Upgrade Cake to 0.17.0
  (doc) Corrected Repo Url
  (GH-14) Changed URL's to new location
  (GH-13) Added Coveralls publishing information
  (GH-13) Added Coveralls Badge
  • Loading branch information
gep13 committed Jan 31, 2017
2 parents 6833e33 + 1756629 commit 652e602
Show file tree
Hide file tree
Showing 19 changed files with 106 additions and 4,331 deletions.
21 changes: 3 additions & 18 deletions appveyor.yml → .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,12 @@ branches:
only:
- develop
- master

#---------------------------------#
# Notifications Configuration #
#---------------------------------#
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/592eec477e12726db2ee
on_build_success: true
on_build_failure: true
on_build_status_changed: true
- /release/.*/
- /hotfix/.*/

#---------------------------------#
# Build Cache #
#---------------------------------#
cache:
- Source\packages -> Source\**\packages.config
- Tools -> build.ps1

#---------------------------------#
# Skip builds for doc changes #
#---------------------------------#
skip_commits:
# Regex for matching commit message
message: /(doc).*/
- tools -> setup.cake
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Cake.Gitter is an Addin for [Cake](http://cakebuild.net/) which extends it by al

||Stable|Pre-release|
|:--:|:--:|:--:|
|Docs|[![Documentation Status](https://readthedocs.org/projects/cakegitter/badge/?version=stable)](http://cakegitter.readthedocs.org/en/stable/)|[![Documentation Status](https://readthedocs.org/projects/cakegitter/badge/?version=develop)](http://cakegitter.readthedocs.org/en/develop/)|
|GitHub Release|-|[![GitHub release](https://img.shields.io/github/release/cake-contrib/Cake.Gitter.svg)](https://github.com/cake-contrib/Cake.Gitter/releases/latest)|
|NuGet|[![NuGet](https://img.shields.io/nuget/v/Cake.Gitter.svg)](https://www.nuget.org/packages/Cake.Gitter)|[![NuGet](https://img.shields.io/nuget/vpre/Cake.Gitter.svg)](https://www.nuget.org/packages/Cake.Gitter)|

Expand All @@ -21,11 +20,13 @@ Cake.Gitter is an Addin for [Cake](http://cakebuild.net/) which extends it by al
|:--:|:--:|
|[![Build status](https://ci.appveyor.com/api/projects/status/gye76697ak6xffhg/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-gitter/branch/develop)|[![Build status](https://ci.appveyor.com/api/projects/status/gye76697ak6xffhg/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-gitter/branch/master)|

## Code Coverage

[![Coverage Status](https://coveralls.io/repos/github/cake-contrib/Cake.Gitter/badge.svg)](https://coveralls.io/github/cake-contrib/Cake.Gitter)

## Quick Links

- [Documentation](http://cakegitter.readthedocs.org/en/develop/)
- [Usage](http://cakegitter.readthedocs.org/en/develop/usage/)
- [Required Information](http://cakegitter.readthedocs.org/en/develop/requiredinformation/)
- [Documentation](https://cake-contrib.github.io/Cake.Gitter/))

## Chat Room
Come join in the conversation about Cake.Gitter in our Gitter Chat Room
Expand Down
17 changes: 4 additions & 13 deletions Source/Cake.Gitter/Cake.Gitter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
<DocumentationFile>bin\Release\Cake.Gitter.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Cake.Common, Version=0.15.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Cake.Common.0.15.2\lib\net45\Cake.Common.dll</HintPath>
<Reference Include="Cake.Common, Version=0.17.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Cake.Common.0.17.0\lib\net45\Cake.Common.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Cake.Core, Version=0.15.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Cake.Core.0.15.2\lib\net45\Cake.Core.dll</HintPath>
<Reference Include="Cake.Core, Version=0.17.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Cake.Core.0.17.0\lib\net45\Cake.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="GitterSharp.Configuration, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down Expand Up @@ -111,11 +111,6 @@
<Compile Include="GitterAliases.cs" />
<Compile Include="GitterProvider.cs" />
<Compile Include="GlobalSuppressions.cs" />
<Compile Include="Include_T4Include.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Include_T4Include.tt</DependentUpon>
</Compile>
<Compile Include="Properties\Namespaces.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
Expand All @@ -129,10 +124,6 @@
</ItemGroup>
<ItemGroup>
<Content Include="FodyWeavers.xml" />
<Content Include="Include_T4Include.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>Include_T4Include.cs</LastGenOutput>
</Content>
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
Expand Down
Loading

0 comments on commit 652e602

Please sign in to comment.