From 1db0f18ab3dedca44df4587accbc7ef76a3a653d Mon Sep 17 00:00:00 2001 From: Anton Piskunov Date: Tue, 23 Oct 2018 15:37:04 -0700 Subject: [PATCH 1/2] Update CPS packages with breaking changes --- .../Microsoft.VisualStudio.SecretManager.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tooling/Microsoft.VisualStudio.SecretManager/Microsoft.VisualStudio.SecretManager.csproj b/tooling/Microsoft.VisualStudio.SecretManager/Microsoft.VisualStudio.SecretManager.csproj index b178075251..8cd9e0e314 100644 --- a/tooling/Microsoft.VisualStudio.SecretManager/Microsoft.VisualStudio.SecretManager.csproj +++ b/tooling/Microsoft.VisualStudio.SecretManager/Microsoft.VisualStudio.SecretManager.csproj @@ -79,10 +79,10 @@ - - - - + + + + From c556be949de6be508f33798e8f2ae94521cf26d5 Mon Sep 17 00:00:00 2001 From: Anton Piskunov Date: Tue, 23 Oct 2018 16:21:11 -0700 Subject: [PATCH 2/2] Change vsix version to 16 and add CPS feed --- build/sources.props | 1 + version.props | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/sources.props b/build/sources.props index cada42ba91..4c4748d85a 100644 --- a/build/sources.props +++ b/build/sources.props @@ -9,6 +9,7 @@ https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json; https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json; https://vside.myget.org/F/vssdk/api/v3/index.json; + https://vside.myget.org/F/devcore/api/v3/index.json $(RestoreSources); diff --git a/version.props b/version.props index 0b4b9416cf..4a7d610604 100644 --- a/version.props +++ b/version.props @@ -1,7 +1,7 @@  3.0.0 - 15.6 + 16.0 alpha1 $(VersionPrefix) $(VersionPrefix)-$(VersionSuffix)-final