diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e15a36..866c3ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ # Changelog -## vNext (10.1) +## vNext (TBD) These changes have not been released to the official Visual Studio extension gallery, but (if checked) are available in preview within the [CI build](http://vsixgallery.com/extension/4c82e17d-927e-42d2-8460-b473ac7df316/). +- [ ] TBD + +## Previous Releases + +These are the changes to each version that has been released to the official Visual Studio extension gallery. + +## 10.1 + +**2016-04-23** + - [x] Features - [x] [#241](https://github.com/codecadwallader/codemaid/issues/241) - Create a demo video - [x] [#245](https://github.com/codecadwallader/codemaid/issues/245) - Reorganizing: Support for VB @@ -19,10 +29,6 @@ These changes have not been released to the official Visual Studio extension gal - [x] [#275](https://github.com/codecadwallader/codemaid/issues/275) - Digging: In-method regions were being shown within Spade - [x] [#276](https://github.com/codecadwallader/codemaid/issues/276) - ReSharper 2016.1 changed the name of their cleanup command and needed updates within CodeMaid - thanks [jamiehumphries](https://github.com/jamiehumphries)! -## Previous Releases - -These are the changes to each version that has been released to the official Visual Studio extension gallery. - ## 10.0 **2016-04-02** diff --git a/CodeMaid/Integration/Images/about.png b/CodeMaid/Integration/Images/about.png index 8e951e51..5d2f7607 100644 Binary files a/CodeMaid/Integration/Images/about.png and b/CodeMaid/Integration/Images/about.png differ diff --git a/CodeMaid/Integration/Images/about.xcf b/CodeMaid/Integration/Images/about.xcf index fb565825..d0a45210 100644 Binary files a/CodeMaid/Integration/Images/about.xcf and b/CodeMaid/Integration/Images/about.xcf differ diff --git a/CodeMaid/source.extension.cs b/CodeMaid/source.extension.cs index 531cd62f..49331801 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.0"; + public const string Version = "10.1"; 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 c2be786b..254d58d2 100644 --- a/CodeMaid/source.extension.vsixmanifest +++ b/CodeMaid/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + 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/ diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 97e4c13f..3d34938d 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ ### Environment -- Visual Studio version: [example 2015 Professional] -- CodeMaid version: [example 10.0] +- Visual Studio version: [example 2015 Community] +- CodeMaid version: [example 10.1] - Code language: [example C#] ### Description diff --git a/README.md b/README.md index 1b53f5dd..b0d3d315 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 VS "15" Preview.

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

diff --git a/appveyor.yml b/appveyor.yml index d27d3ac8..69253f04 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 10.0.{build} +version: 10.1.{build} os: Visual Studio 2015 install: