-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Cake.Scripting dependencies to 0.2.0 #1057
Update Cake.Scripting dependencies to 0.2.0 #1057
Conversation
NuGet.Config
Outdated
@@ -5,5 +5,6 @@ | |||
<add key="NuGet" value="https://api.nuget.org/v3/index.json" /> | |||
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" /> | |||
<add key="dotnet-cli" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" /> | |||
<add key="cake-nightly" value="https://www.myget.org/F/cake/api/v3/index.json" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove once 0.2.x is released.
build.cake
Outdated
@@ -433,7 +433,8 @@ Task("PrepareTestAssets") | |||
Prerelease = true, | |||
Verbosity = NuGetVerbosity.Quiet, | |||
Source = new[] { | |||
"https://api.nuget.org/v3/index.json" | |||
"https://api.nuget.org/v3/index.json", | |||
"https://www.myget.org/F/cake/api/v3/index.json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove once 0.2.x is released.
build/Packages.props
Outdated
@@ -2,7 +2,7 @@ | |||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
|
|||
<PropertyGroup> | |||
<CakeScriptinTransportVersion>0.1.0</CakeScriptinTransportVersion> | |||
<CakeScriptinTransportVersion>0.2.0-unstable0015</CakeScriptinTransportVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to 0.2.0
once it is released.
@@ -1,4 +1,4 @@ | |||
<packages> | |||
<package id="Cake" version="0.23.0" /> | |||
<package id="Cake.Bakery" version="0.1.0" /> | |||
<package id="Cake.Bakery" version="0.2.0-unstable0015" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to 0.2.0
once it is released.
Could you fetch the latest and add a line to CHANGELOG.md for this PR? |
3c11604
to
942b4b4
Compare
@DustinCampbell done! |
managed the conflict through the UI, merging because the final change was just the changelog. |
Just leaving this here as a reminder that it would be good to get
Cake.Scripting
0.2.x into next OmniSharp-Roslyn release as it will bring significant performance improvements to Cake.0.2.x is not released yet (therefore the beta reference), but I'll make sure to create a release right before you'll start preparing the OmniSharp-Roslyn release.