From a789eedd8266cce6602bc698762f543850f66788 Mon Sep 17 00:00:00 2001 From: Steve Cadwallader Date: Wed, 6 Nov 2019 11:44:30 +0000 Subject: [PATCH 1/2] Fix installation target version. I was using a full build version per https://devblogs.microsoft.com/visualstudio/visual-studio-extensions-and-version-ranges-demystified/ but this seems to be incorrect and be based on version (vs. build version). --- CodeMaid/source.extension.vsixmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeMaid/source.extension.vsixmanifest b/CodeMaid/source.extension.vsixmanifest index 8c826f59..11f80f3d 100644 --- a/CodeMaid/source.extension.vsixmanifest +++ b/CodeMaid/source.extension.vsixmanifest @@ -11,7 +11,7 @@ build, code, c#, beautify, cleanup, cleaning, digging, reorganizing, formatting - + From 8900ad54c14da1a82a6335caf9d48473262e460d Mon Sep 17 00:00:00 2001 From: Steve Cadwallader Date: Wed, 6 Nov 2019 11:54:07 +0000 Subject: [PATCH 2/2] Remove build version requirement, it isn't working as expected. --- CodeMaid/source.extension.vsixmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeMaid/source.extension.vsixmanifest b/CodeMaid/source.extension.vsixmanifest index 11f80f3d..1d9fa507 100644 --- a/CodeMaid/source.extension.vsixmanifest +++ b/CodeMaid/source.extension.vsixmanifest @@ -11,7 +11,7 @@ build, code, c#, beautify, cleanup, cleaning, digging, reorganizing, formatting - +