From 7c604330e6f6098568c7b804150abbc69f76b80a Mon Sep 17 00:00:00 2001 From: Steve Cadwallader Date: Sat, 9 Jun 2018 18:49:10 +0000 Subject: [PATCH] Update to v10.5 label. --- CHANGELOG.md | 17 ++++++--- CodeMaid/source.extension.cs | 2 +- CodeMaid/source.extension.vsixmanifest | 48 +++++++++++++------------- README.md | 2 +- appveyor.yml | 2 +- 5 files changed, 39 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e97bfb4..56f4ccb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,20 @@ # Changelog -## vNext (10.5) +## vNext (10.6) These changes have not been released to the Visual Studio marketplace, but (if checked) are available in preview within the [CI build](http://vsixgallery.com/extension/4c82e17d-927e-42d2-8460-b473ac7df316/). +- [ ] Features +- [ ] Fixes + +## Previous Releases + +These are the changes to each version that has been released to the Visual Studio marketplace. + +## 10.5 + +**2018-06-09** + - [x] Features - [x] [#477](https://github.com/codecadwallader/codemaid/pull/477) - Digging: New radial progress bar - thanks [Jammer77](https://github.com/Jammer77)! - [x] [#506](https://github.com/codecadwallader/codemaid/pull/506) - Enable localization for Chinese - thanks [maikebing](https://github.com/maikebing)! @@ -18,10 +29,6 @@ These changes have not been released to the Visual Studio marketplace, but (if c - [x] [#546](https://github.com/codecadwallader/codemaid/pull/546) - Fix a setting that would leave a trailing white space when formatting comments - thanks [willemduncan](https://github.com/willemduncan)! - [x] [#556](https://github.com/codecadwallader/codemaid/issues/556) - Partial fix reducing how long we will block waiting for a code model to be built. -## Previous Releases - -These are the changes to each version that has been released to the Visual Studio marketplace. - ## 10.4 **2017-03-26** diff --git a/CodeMaid/source.extension.cs b/CodeMaid/source.extension.cs index b2640377..b9050770 100644 --- a/CodeMaid/source.extension.cs +++ b/CodeMaid/source.extension.cs @@ -6,7 +6,7 @@ static class Vsix public const string Name = "CodeMaid"; public const string Description = "CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, R, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding."; public const string Language = "en-US"; - public const string Version = "10.4"; + public const string Version = "10.5"; public const string Author = "Steve Cadwallader"; public const string Tags = "build, code, c#, beautify, cleanup, cleaning, digging, reorganizing, formatting"; } diff --git a/CodeMaid/source.extension.vsixmanifest b/CodeMaid/source.extension.vsixmanifest index e3aa052d..1cab3d91 100644 --- a/CodeMaid/source.extension.vsixmanifest +++ b/CodeMaid/source.extension.vsixmanifest @@ -1,30 +1,30 @@  - - - CodeMaid - CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, R, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding. - http://www.codemaid.net/ - LICENSE.txt - CodeMaid.png - CodeMaid_Large.png - build, code, c#, beautify, cleanup, cleaning, digging, reorganizing, formatting - + + + CodeMaid + CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, R, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding. + http://www.codemaid.net/ + LICENSE.txt + CodeMaid.png + CodeMaid_Large.png + build, code, c#, beautify, cleanup, cleaning, digging, reorganizing, formatting + - - - - + + + + - - - - + + + + - - - - - - + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index e976b058..eb2f4e43 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -
codemaid.net
+
codemaid.net
For more details, please visit: http://www.codemaid.net

Currently supports VS2012, VS2013, VS2015 and VS2017.

For Visual Studio 2010, the last supported version is v0.8.1.

diff --git a/appveyor.yml b/appveyor.yml index 85db7a76..f532cfb6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 10.4.{build} +version: 10.5.{build} image: Visual Studio 2017 install: