From 55ae573da66c21711141617f3964e8c1d2f44b58 Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Sat, 29 May 2021 12:59:28 -0500 Subject: [PATCH] Updated patch version to avoid conflict with VS marketplace version. --- README.md | 3 ++- directory.build.props | 4 ++-- .../source.extension.vsixmanifest | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6b8a66..567b597 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ CodeRush for Roslyn extension that expands the available | Release | Description | | - | - | -| 2.1.0 | Updated to CodeRush 21.x | +| 2.1.1 | Updated to CodeRush 21.x | +| 2.1.0 | Updated to CodeRush 20.x | | 2.0.0 | Updated to Visual Studio 2019 and CodeRush 19.x | | 1.1.0 | Updated to Visual Studio 2017 and CodeRush 18.x | | 1.0.0 | Original Version | \ No newline at end of file diff --git a/directory.build.props b/directory.build.props index 1cadd95..8fa035e 100644 --- a/directory.build.props +++ b/directory.build.props @@ -1,7 +1,7 @@ - 2.1.0 - 2.1.0.0 + 2.1.1 + 2.1.1.0 P3Net CodeRush Context Providers Michael Taylor diff --git a/src/P3NetCodeRushContextProvidersInstaller/source.extension.vsixmanifest b/src/P3NetCodeRushContextProvidersInstaller/source.extension.vsixmanifest index 3aadff1..8c8123f 100644 --- a/src/P3NetCodeRushContextProvidersInstaller/source.extension.vsixmanifest +++ b/src/P3NetCodeRushContextProvidersInstaller/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + P3Net CodeRush ContextProviders Installer for CodeRush for Roslyn context providers from P3Net.