Skip to content

Commit

Permalink
Update to v10.4 label.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecadwallader committed May 20, 2017
1 parent df00e1f commit c1d7d7a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
# Changelog

## vNext (10.4)
## vNext (10.5)

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] Fixes
- [x] [#440](https://github.com/codecadwallader/codemaid/issues/440) - Cleaning: Exclude *.min.css and *.min.js files by default

## Previous Releases

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

## 10.4

**2017-03-26**

- [x] Features
- [x] [#444](https://github.com/codecadwallader/codemaid/pull/444) - Cleaning: VB now supports many of the same cleanups as C# - thanks [thehutman](https://github.com/thehutman)!
- [x] [#449](https://github.com/codecadwallader/codemaid/pull/449) - Undo a previous pull request for hiding Spade during full screen mode (inconsistent with other extensions) - thanks [iouri-s](https://github.com/iouri-s)!

- [x] Fixes
- [x] [#333](https://github.com/codecadwallader/codemaid/issues/333) - Reorganizing: VB now moves attributes - thanks [thehutman](https://github.com/thehutman)!
- [x] [#440](https://github.com/codecadwallader/codemaid/issues/440) - Cleaning: Exclude *.min.css and *.min.js files by default

## 10.3

**2017-03-26**
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.3";
public const string Version = "10.4";
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.3" Id="4c82e17d-927e-42d2-8460-b473ac7df316" Language="en-US" />
<Identity Publisher="Steve Cadwallader" Version="10.4" 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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/2017/03/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/2017/05/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>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>
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.3.{build}
version: 10.4.{build}
image: Visual Studio 2017

install:
Expand Down

0 comments on commit c1d7d7a

Please sign in to comment.