diff --git a/.appveyor.yml b/.appveyor.yml index 08b93d3..b18e172 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -28,4 +28,4 @@ branches: #---------------------------------# cache: - Source\packages -> Source\**\packages.config -- tools -> setup.cake \ No newline at end of file +- tools -> recipe.cake, tools/packages.config \ No newline at end of file diff --git a/Source/Cake.Gitter.sln b/Source/Cake.Gitter.sln index 12c6662..0bcfe12 100644 --- a/Source/Cake.Gitter.sln +++ b/Source/Cake.Gitter.sln @@ -8,7 +8,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildScripts", "BuildScripts", "{92E2BE01-BDEE-44AB-8463-3A8203A8717E}" ProjectSection(SolutionItems) = preProject ..\build.ps1 = ..\build.ps1 - ..\setup.cake = ..\setup.cake + ..\recipe.cake = ..\recipe.cake EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppVeyor", "AppVeyor", "{26E8879A-6313-4C47-B646-DCDC96653F07}" diff --git a/Source/Cake.Gitter/Cake.Gitter.csproj b/Source/Cake.Gitter/Cake.Gitter.csproj index 001fe91..4b3fb89 100644 --- a/Source/Cake.Gitter/Cake.Gitter.csproj +++ b/Source/Cake.Gitter/Cake.Gitter.csproj @@ -10,7 +10,7 @@ - - + + diff --git a/Tools/packages.config b/Tools/packages.config index 84d0eb4..997c0e1 100644 --- a/Tools/packages.config +++ b/Tools/packages.config @@ -1,4 +1,4 @@ - + diff --git a/build.ps1 b/build.ps1 index bdfb32b..10f8241 100644 --- a/build.ps1 +++ b/build.ps1 @@ -35,7 +35,7 @@ http://cakebuild.net [CmdletBinding()] Param( - [string]$Script = "setup.cake", + [string]$Script = "recipe.cake", [string]$Target = "Default", [ValidateSet("Release", "Debug")] [string]$Configuration = "Release", diff --git a/build.sh b/build.sh index 01d34b4..7fc4599 100755 --- a/build.sh +++ b/build.sh @@ -27,7 +27,7 @@ else fi # Define default arguments. -SCRIPT="setup.cake" +SCRIPT="recipe.cake" CAKE_ARGUMENTS=() # Parse arguments. diff --git a/nuspec/nuget/Cake.Gitter.nuspec b/nuspec/nuget/Cake.Gitter.nuspec index f2dd311..82ec254 100644 --- a/nuspec/nuget/Cake.Gitter.nuspec +++ b/nuspec/nuget/Cake.Gitter.nuspec @@ -7,10 +7,11 @@ gep13, cake-contrib Cake Gitter AddIn. Cake AddIn that extends Cake with ability to send messages to Gitter. - https://github.com/cake-contrib/Cake.Gitter/blob/master/LICENSE + MIT + https://github.com/cake-contrib/Cake.Gitter/ false - https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png + https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png Copyright (c) Cake Contributions 2016 - Present Cake, Script, Build, Gitter diff --git a/setup.cake b/recipe.cake similarity index 93% rename from setup.cake rename to recipe.cake index 90cddb8..ccc566b 100644 --- a/setup.cake +++ b/recipe.cake @@ -1,4 +1,4 @@ -#load nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&prerelease +#load nuget:?package=Cake.Recipe&version=1.0.0 Environment.SetVariableNames();