Skip to content

Commit

Permalink
Continuous Integration Publish: 965aed9
Browse files Browse the repository at this point in the history
Merge pull request #58 from nils-a/release/3.0.0

Release/3.0.0
  • Loading branch information
web-flow authored Jul 16, 2024
1 parent b447c3f commit 2e16270
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions assets/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,42 +39,42 @@ var searchModule = function() {
a(
{
id:0,
title:"DiscordChatProvider",
content:"DiscordChatProvider",
title:"DiscordChatMessageSettings",
content:"DiscordChatMessageSettings",
description:'',
tags:''
},
{
url:'/Cake.Discord/api/Cake.Discord.Chat/DiscordChatProvider',
title:"DiscordChatProvider",
url:'/Cake.Discord/api/Cake.Discord.Chat/DiscordChatMessageSettings',
title:"DiscordChatMessageSettings",
description:""
}
);
a(
{
id:1,
title:"DiscordAliases",
content:"DiscordAliases",
title:"DiscordChatProvider",
content:"DiscordChatProvider",
description:'',
tags:''
},
{
url:'/Cake.Discord/api/Cake.Discord/DiscordAliases',
title:"DiscordAliases",
url:'/Cake.Discord/api/Cake.Discord.Chat/DiscordChatProvider',
title:"DiscordChatProvider",
description:""
}
);
a(
{
id:2,
title:"DiscordChatMessageSettings",
content:"DiscordChatMessageSettings",
title:"DiscordAliases",
content:"DiscordAliases",
description:'',
tags:''
},
{
url:'/Cake.Discord/api/Cake.Discord.Chat/DiscordChatMessageSettings',
title:"DiscordChatMessageSettings",
url:'/Cake.Discord/api/Cake.Discord/DiscordAliases',
title:"DiscordAliases",
description:""
}
);
Expand Down
2 changes: 1 addition & 1 deletion feed.atom
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<title>Cake.Discord</title>
<link rel="self" href="http://cake-contrib.github.io/Cake.Discord" />
<rights>2024</rights>
<updated>2024-07-16T11:56:05Z</updated>
<updated>2024-07-16T12:20:59Z</updated>
</feed>
4 changes: 2 additions & 2 deletions feed.rss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link>http://cake-contrib.github.io/Cake.Discord</link>
<description />
<copyright>2024</copyright>
<pubDate>Tue, 16 Jul 2024 11:56:05 GMT</pubDate>
<lastBuildDate>Tue, 16 Jul 2024 11:56:05 GMT</lastBuildDate>
<pubDate>Tue, 16 Jul 2024 12:20:59 GMT</pubDate>
<lastBuildDate>Tue, 16 Jul 2024 12:20:59 GMT</lastBuildDate>
</channel>
</rss>

0 comments on commit 2e16270

Please sign in to comment.