Skip to content

Commit

Permalink
Update to v10.6 label.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecadwallader committed Dec 9, 2018
1 parent 0050cf6 commit bd7300f
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,24 @@

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/).

- [x] Features
- [x] [#582](https://github.com/codecadwallader/codemaid/pull/582) - Digging: New option to show item types (e.g. method return or property type) - thanks [GammaWolf](https://github.com/GammaWolf)!
- [ ] Features

- [x] Fixes
- [x] [#565](https://github.com/codecadwallader/codemaid/pull/565) - Fix another case of trailing whitespace - thanks [willemduncan](https://github.com/willemduncan)!
- [ ] Fixes

## Previous Releases

These are the changes to each version that has been released to the Visual Studio marketplace.

## 10.6

**2018-12-09**

- [x] Features
- [x] [#582](https://github.com/codecadwallader/codemaid/pull/582) - Digging: New option to show item types (e.g. method return or property type) - thanks [GammaWolf](https://github.com/GammaWolf)!
- [x] [#593](https://github.com/codecadwallader/codemaid/pull/593) - Switching: Add .cshtml -> .cshtml.cs to defaults - thanks [derekmckinnon](https://github.com/derekmckinnon)!
- [x] [#594](https://github.com/codecadwallader/codemaid/pull/594) - Cleaning: New option to add blank lines before/after single-line fields - thanks [jasonjtyler](https://github.com/jasonjtyler)!
- [x] [#604](https://github.com/codecadwallader/codemaid/pull/604) - Turn on VS2019 support - thanks [digovc](https://github.com/digovc)!

## 10.5

**2018-06-09**
Expand Down
Binary file modified CodeMaid/Integration/Images/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CodeMaid/Integration/Images/about.xcf
Binary file not shown.
2 changes: 1 addition & 1 deletion CodeMaid/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5";
public const string Version = "10.6";
public const string Author = "Steve Cadwallader";
public const string Tags = "build, code, c#, beautify, cleanup, cleaning, digging, reorganizing, formatting";
}
Expand Down
2 changes: 1 addition & 1 deletion CodeMaid/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Publisher="Steve Cadwallader" Version="10.5" Id="4c82e17d-927e-42d2-8460-b473ac7df316" Language="en-US" />
<Identity Publisher="Steve Cadwallader" Version="10.6" Id="4c82e17d-927e-42d2-8460-b473ac7df316" Language="en-US" />
<DisplayName>CodeMaid</DisplayName>
<Description xml:space="preserve">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.</Description>
<MoreInfo>http://www.codemaid.net/</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<link href="http://www.codemaid.net/wp-content/uploads/external/ProjectDescription.css" rel="stylesheet"></link>

<div id="mainFeatures"><a title="codemaid.net" href="http://www.codemaid.net" target="_blank"><img src="http://www.codemaid.net/wp-content/uploads/2018/06/about.png" alt="codemaid.net" /></a></div>
<div id="mainFeatures"><a title="codemaid.net" href="http://www.codemaid.net" target="_blank"><img src="http://www.codemaid.net/wp-content/uploads/2018/12/about.png" alt="codemaid.net" /></a></div>
<div>For more details, please visit: <a title="codemaid.net" href="http://www.codemaid.net" target="_blank"> http://www.codemaid.net</a></div>
<p>Currently supports VS2012, VS2013, VS2015 and VS2017.</p>
<p>Currently supports VS2012, VS2013, VS2015, VS2017 and VS2019.</p>
<p>For Visual Studio 2010, the last supported version is <a href="https://github.com/codecadwallader/codemaid/releases/download/v0.8.1/CodeMaid_v0.8.1.vsix" target="_blank"> v0.8.1</a>.</p>
<p>For Visual Studio 2005/2008, the last supported version is <a href="https://github.com/codecadwallader/codemaid/releases/download/v0.4.3/CodeMaid_v0.4.3.msi" target="_blank"> v0.4.3</a>.</p>
<h2>Links</h2>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 10.5.{build}
version: 10.6.{build}
image: Visual Studio 2017

install:
Expand Down

0 comments on commit bd7300f

Please sign in to comment.