Skip to content

Commit

Permalink
AppVeyor Publish: 7ab4509
Browse files Browse the repository at this point in the history
Merge branch 'release/0.2.0'

* release/0.2.0:
  (doc) Added release blog post
  (doc) Removed unnecessary lines
  (GH-13) Added Wyam Docs
  (GH-4) Added Cake.Recipe
  (GH-12) Corrected cache invalidation
  (GH-11) Remove appveyor regex
  (GH-10) Removed Gitter configuration
  (GH-9) Added missing packages.config file
  Upgrade Cake to 0.17.0
  Removing AppVeyor Test
  Testing AppVeyor
  • Loading branch information
gep13 committed Feb 2, 2017
1 parent a0037eb commit 7695398
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions assets/js/searchIndex.js
Expand Up @@ -42,8 +42,8 @@ var searchModule = function() {

a({
id:1,
title:"CakeMailResult",
content:"CakeMailResult",
title:"CakeMailProvider",
content:"CakeMailProvider",
description:'',
tags:''
});
Expand All @@ -58,8 +58,8 @@ var searchModule = function() {

a({
id:3,
title:"CakeMailProvider",
content:"CakeMailProvider",
title:"CakeMailResult",
content:"CakeMailResult",
description:'',
tags:''
});
Expand All @@ -71,8 +71,8 @@ var searchModule = function() {
});

y({
url:'/Cake.CakeMail/Cake.CakeMail/api/Cake.CakeMail/CakeMailResult',
title:"CakeMailResult",
url:'/Cake.CakeMail/Cake.CakeMail/api/Cake.CakeMail/CakeMailProvider',
title:"CakeMailProvider",
description:""
});

Expand All @@ -83,8 +83,8 @@ var searchModule = function() {
});

y({
url:'/Cake.CakeMail/Cake.CakeMail/api/Cake.CakeMail/CakeMailProvider',
title:"CakeMailProvider",
url:'/Cake.CakeMail/Cake.CakeMail/api/Cake.CakeMail/CakeMailResult',
title:"CakeMailResult",
description:""
});

Expand Down
2 changes: 1 addition & 1 deletion feed.atom
Expand Up @@ -4,7 +4,7 @@
<id>http://cake-contrib.github.io/Cake.CakeMail</id>
<title />
<rights>2017</rights>
<updated>2017-02-02T07:01:12Z</updated>
<updated>2017-02-02T07:06:20Z</updated>
<entry>
<author>
<name>gep13</name>
Expand Down
4 changes: 2 additions & 2 deletions feed.rss
Expand Up @@ -5,8 +5,8 @@
<link>http://cake-contrib.github.io/Cake.CakeMail</link>
<description />
<copyright>2017</copyright>
<pubDate>Thu, 02 Feb 2017 07:01:12 GMT</pubDate>
<lastBuildDate>Thu, 02 Feb 2017 07:01:12 GMT</lastBuildDate>
<pubDate>Thu, 02 Feb 2017 07:06:20 GMT</pubDate>
<lastBuildDate>Thu, 02 Feb 2017 07:06:20 GMT</lastBuildDate>
<item>
<title>New Release - 0.2.0</title>
<link>http://cake-contrib.github.io/Cake.CakeMail/blog/new-release-0.2.0</link>
Expand Down

0 comments on commit 7695398

Please sign in to comment.