Skip to content
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

Merged

Conversation

bjorkstromm
Copy link
Member

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.

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" />
Copy link
Member Author

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"
Copy link
Member Author

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.

@@ -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>
Copy link
Member Author

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" />
Copy link
Member Author

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.

@filipw filipw added the cake label Dec 12, 2017
@DustinCampbell
Copy link
Contributor

Could you fetch the latest and add a line to CHANGELOG.md for this PR?

@bjorkstromm bjorkstromm force-pushed the feature/cake-scripting-0.2.x branch from 3c11604 to 942b4b4 Compare December 12, 2017 21:20
@bjorkstromm bjorkstromm changed the title [WIP] Update Cake.Scripting to 0.2.x Update Cake.Scripting dependencies to 0.2.0 Dec 12, 2017
@bjorkstromm
Copy link
Member Author

@DustinCampbell done!

@david-driscoll
Copy link
Member

managed the conflict through the UI, merging because the final change was just the changelog.

@david-driscoll david-driscoll merged commit 1dfe658 into OmniSharp:master Dec 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants