Skip to content

Commit

Permalink
Update to v10.5 label.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecadwallader committed Jun 9, 2018
1 parent ce68c3c commit 7c60433
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 32 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)!
Expand All @@ -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**
Expand Down
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.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";
}
Expand Down
48 changes: 24 additions & 24 deletions CodeMaid/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<?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.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>
<License>LICENSE.txt</License>
<Icon>CodeMaid.png</Icon>
<PreviewImage>CodeMaid_Large.png</PreviewImage>
<Tags>build, code, c#, beautify, cleanup, cleaning, digging, reorganizing, formatting</Tags>
</Metadata>
<Metadata>
<Identity Publisher="Steve Cadwallader" Version="10.5" 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>
<License>LICENSE.txt</License>
<Icon>CodeMaid.png</Icon>
<PreviewImage>CodeMaid_Large.png</PreviewImage>
<Tags>build, code, c#, beautify, cleanup, cleaning, digging, reorganizing, formatting</Tags>
</Metadata>

<Installation>
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
</Installation>
<Installation>
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
</Installation>

<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="[11.0]" />
</Dependencies>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="[11.0]" />
</Dependencies>

<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>
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/05/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/06/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.4.{build}
version: 10.5.{build}
image: Visual Studio 2017

install:
Expand Down

0 comments on commit 7c60433

Please sign in to comment.