Skip to content

Commit

Permalink
Update to v12.0 label
Browse files Browse the repository at this point in the history
  • Loading branch information
codecadwallader committed Nov 7, 2021
1 parent 4b93594 commit 87f7884
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
# Changelog

## vNext (12.0)
## vNext (12.1)

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.

## 12.0

**2021-11-07**

- [x] Features
- [x] [#778](https://github.com/codecadwallader/codemaid/pull/778) - Cleaning: Option to specify file inclusions by RegEx - thanks [Timo-Weike](https://github.com/Timo-Weike)!
- [x] [#797](https://github.com/codecadwallader/codemaid/pull/797) - Cleaning: Option to replace existing file headers (vs. default insert) - thanks [lflender](https://github.com/lflender)!
- [x] [#815](https://github.com/codecadwallader/codemaid/pull/815) - Cleaning: Option to place file headers after C# using block - thanks [lflender](https://github.com/lflender)!
- [x] [#828](https://github.com/codecadwallader/codemaid/pull/828) - Reorganizing: Option to include access levels in regions for methods only - thanks [lflender](https://github.com/lflender)!
- [x] [#853](https://github.com/codecadwallader/codemaid/pull/853) - Visual Studio 2022 Support - thanks [olegtk](https://github.com/olegtk) and many others!

- [ ] Fixes
- [x] Fixes
- [x] [#800](https://github.com/codecadwallader/codemaid/pull/800) - Reorganizing: Fix dialog showing literal newline characters

## Previous Releases

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

## 11.2

Expand Down
6 changes: 3 additions & 3 deletions CodeMaid.VS2022/source.extension.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
namespace SteveCadwallader.CodeMaid
{
static class Vsix
internal static class Vsix
{
public const string Id = "4c82e17d-927e-42d2-8460-b473ac7df316";
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 = "11.2";
public const string Version = "12.0";
public const string Author = "Steve Cadwallader";
public const string Tags = "build, code, c#, beautify, cleanup, cleaning, digging, reorganizing, formatting";
}
}
}
4 changes: 2 additions & 2 deletions CodeMaid.VS2022/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="11.2" Id="4c82e17d-927e-42d2-8460-b473ac7df316" Language="en-US" />
<Identity Publisher="Steve Cadwallader" Version="12.0" 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 All @@ -24,4 +24,4 @@
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
</PackageManifest>
</PackageManifest>
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 = "11.2";
public const string Version = "12.0";
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 README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<link href="https://www.codemaid.net/wp-content/uploads/external/ProjectDescription.css" rel="stylesheet"></link>

<div id="mainFeatures"><a title="codemaid.net" href="https://www.codemaid.net" target="_blank"><img src="https://www.codemaid.net/wp-content/uploads/2021/01/about.png" alt="codemaid.net" /></a></div>
<div id="mainFeatures"><a title="codemaid.net" href="https://www.codemaid.net" target="_blank"><img src="https://www.codemaid.net/wp-content/uploads/2021/11/about.png" alt="codemaid.net" /></a></div>
<div>For more details, please visit: <a title="codemaid.net" href="https://www.codemaid.net" target="_blank"> https://www.codemaid.net</a></div>
<p>Currently supports VS2019 and VS2022.</p>
<p>For Visual Studio 2017, the last supported version is <a href="https://github.com/codecadwallader/codemaid/releases/download/v11.2/CodeMaid.v11.2.231.vsix" target="_blank"> v11.2</a>.</p>
Expand Down

0 comments on commit 87f7884

Please sign in to comment.