Skip to content

Commit 933c2be

Browse files
Update to v10.1 label
1 parent 2a43ac5 commit 933c2be

File tree

8 files changed

+17
-11
lines changed

8 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# Changelog
22

3-
## vNext (10.1)
3+
## vNext (TBD)
44

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

7+
- [ ] TBD
8+
9+
## Previous Releases
10+
11+
These are the changes to each version that has been released to the official Visual Studio extension gallery.
12+
13+
## 10.1
14+
15+
**2016-04-23**
16+
717
- [x] Features
818
- [x] [#241](https://github.com/codecadwallader/codemaid/issues/241) - Create a demo video
919
- [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
1929
- [x] [#275](https://github.com/codecadwallader/codemaid/issues/275) - Digging: In-method regions were being shown within Spade
2030
- [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)!
2131

22-
## Previous Releases
23-
24-
These are the changes to each version that has been released to the official Visual Studio extension gallery.
25-
2632
## 10.0
2733

2834
**2016-04-02**

CodeMaid/Integration/Images/about.png

-30 Bytes
Loading

CodeMaid/Integration/Images/about.xcf

-430 Bytes
Binary file not shown.

CodeMaid/source.extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ static class Vsix
66
public const string Name = "CodeMaid";
77
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.";
88
public const string Language = "en-US";
9-
public const string Version = "10.0";
9+
public const string Version = "10.1";
1010
public const string Author = "Steve Cadwallader";
1111
public const string Tags = "build, code, c#, beautify, cleanup, cleaning, digging, reorganizing, formatting";
1212
}

CodeMaid/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Publisher="Steve Cadwallader" Version="10.0" Id="4c82e17d-927e-42d2-8460-b473ac7df316" Language="en-US" />
4+
<Identity Publisher="Steve Cadwallader" Version="10.1" Id="4c82e17d-927e-42d2-8460-b473ac7df316" Language="en-US" />
55
<DisplayName>CodeMaid</DisplayName>
66
<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>
77
<MoreInfo>http://www.codemaid.net/</MoreInfo>

ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Environment
2-
- Visual Studio version: [example 2015 Professional]
3-
- CodeMaid version: [example 10.0]
2+
- Visual Studio version: [example 2015 Community]
3+
- CodeMaid version: [example 10.1]
44
- Code language: [example C#]
55

66
### Description

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<link href="http://www.codemaid.net/wp-content/uploads/external/ProjectDescription.css" rel="stylesheet"></link>
22

3-
<div id="mainFeatures"><a title="codemaid.net" href="http://www.codemaid.net" target="_blank"><img src="http://www.codemaid.net/wp-content/uploads/external/about_v10_0.png" alt="codemaid.net" /></a></div>
3+
<div id="mainFeatures"><a title="codemaid.net" href="http://www.codemaid.net" target="_blank"><img src="http://www.codemaid.net/wp-content/uploads/external/about_v10_1.png" alt="codemaid.net" /></a></div>
44
<div>For more details, please visit: <a title="codemaid.net" href="http://www.codemaid.net" target="_blank"> http://www.codemaid.net</a></div>
55
<p>Currently supports VS2012, VS2013, VS2015 and VS "15" Preview.</p>
66
<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>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 10.0.{build}
1+
version: 10.1.{build}
22
os: Visual Studio 2015
33

44
install:

0 commit comments

Comments
 (0)