From 7ce2c3c9e02b42e2ef364f8d6ccfc4c243a64fe2 Mon Sep 17 00:00:00 2001 From: Amadeusz Wieczorek Date: Mon, 2 Mar 2020 09:49:22 -0800 Subject: [PATCH 1/3] Update to .net 4.7 and use publicly available Editor packages --- AsyncCompletion/nuget.config | 2 +- AsyncCompletion/src/AsyncCompletionSample.csproj | 13 +++++++------ AsyncCompletion/src/app.config | 8 ++++---- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/AsyncCompletion/nuget.config b/AsyncCompletion/nuget.config index 871901bd..3f0e0034 100644 --- a/AsyncCompletion/nuget.config +++ b/AsyncCompletion/nuget.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/AsyncCompletion/src/AsyncCompletionSample.csproj b/AsyncCompletion/src/AsyncCompletionSample.csproj index f4378826..3bd3207a 100644 --- a/AsyncCompletion/src/AsyncCompletionSample.csproj +++ b/AsyncCompletion/src/AsyncCompletionSample.csproj @@ -10,6 +10,7 @@ 15.0 + @@ -22,7 +23,7 @@ Properties AsyncCompletionSample AsyncCompletionSample - v4.6.1 + v4.7.2 false true false @@ -74,22 +75,22 @@ - 16.0.127 + 16.0.467 - 16.0.127 + 16.0.467 15.7.11 - 16.0.127 + 16.0.467 - 16.0.127 + 16.0.467 - 15.7.21 + 15.8.192 1.3.1 diff --git a/AsyncCompletion/src/app.config b/AsyncCompletion/src/app.config index 8460dd43..7d58b6f5 100644 --- a/AsyncCompletion/src/app.config +++ b/AsyncCompletion/src/app.config @@ -1,11 +1,11 @@ - + - - + + - \ No newline at end of file + From 745b0eb80eb01df240a6c08c56bcd30abada5deb Mon Sep 17 00:00:00 2001 From: Amadeusz Wieczorek Date: Mon, 2 Mar 2020 09:58:20 -0800 Subject: [PATCH 2/3] Update the VSIX Manifest and package prerequisites --- AsyncCompletion/src/source.extension.vsixmanifest | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AsyncCompletion/src/source.extension.vsixmanifest b/AsyncCompletion/src/source.extension.vsixmanifest index 2da1de84..4dd71a00 100644 --- a/AsyncCompletion/src/source.extension.vsixmanifest +++ b/AsyncCompletion/src/source.extension.vsixmanifest @@ -1,12 +1,12 @@ - + AsyncCompletionSample - Empty VSIX Project. + VSSDK AsyncCompletion sample - + @@ -15,6 +15,6 @@ - + From 7f43e01687518413f136ba1f34dc7e35cb114af6 Mon Sep 17 00:00:00 2001 From: Amadeusz Wieczorek Date: Mon, 2 Mar 2020 14:17:53 -0800 Subject: [PATCH 3/3] removes nuget.config --- AsyncCompletion/nuget.config | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 AsyncCompletion/nuget.config diff --git a/AsyncCompletion/nuget.config b/AsyncCompletion/nuget.config deleted file mode 100644 index 3f0e0034..00000000 --- a/AsyncCompletion/nuget.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file