Skip to content

Commit 132b749

Browse files
Update to v10.2 label.
1 parent 6380927 commit 132b749

File tree

8 files changed

+22
-14
lines changed

8 files changed

+22
-14
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
## vNext (10.2)
44

5-
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/).
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/).
6+
7+
- [x] Features
8+
9+
- [x] Fixes
10+
11+
## Previous Releases
12+
13+
These are the changes to each version that has been released to the Visual Studio marketplace.
14+
15+
## 10.2
16+
17+
**2017-01-01**
618

719
- [x] Features
820
- [x] [#284](https://github.com/codecadwallader/codemaid/issues/284) - Performance improvements to compiling regular expressions - thanks [flagbug](https://github.com/flagbug)!
@@ -16,10 +28,6 @@ These changes have not been released to the official Visual Studio extension gal
1628
- [x] [#326](https://github.com/codecadwallader/codemaid/issues/326) - Digging: VB comments were not visible
1729
- [x] [#342](https://github.com/codecadwallader/codemaid/issues/342) - Digging: VB regions were not visible - thanks [aeab13](https://github.com/aeab13)!
1830

19-
## Previous Releases
20-
21-
These are the changes to each version that has been released to the official Visual Studio extension gallery.
22-
2331
## 10.1
2432

2533
**2016-04-23**
-108 Bytes
Loading
-84 Bytes
Binary file not shown.

CodeMaid/UI/Dialogs/About/AboutWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
Click="OnWebsiteLinkClick" ToolTip="Launch CodeMaid's website" />
6868

6969
<Button Canvas.Left="704" Canvas.Top="226" Height="28" Width="24" Style="{StaticResource iconLinkButton}"
70-
Click="OnVisualStudioGalleryLinkClick" ToolTip="Download, Reviews - Visual Studio Gallery" />
70+
Click="OnVisualStudioMarketplaceLinkClick" ToolTip="Download, Reviews - Visual Studio Marketplace" />
7171

7272
<Button Canvas.Left="748" Canvas.Top="226" Height="28" Width="24" Style="{StaticResource iconLinkButton}"
7373
Click="OnGitHubLinkClick" ToolTip="Code, Issues - GitHub" />

CodeMaid/UI/Dialogs/About/AboutWindow.xaml.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ private void OnWebsiteLinkClick(object sender, RoutedEventArgs e)
6060
}
6161

6262
/// <summary>
63-
/// Called when the Visual Studio Gallery link is clicked.
63+
/// Called when the Visual Studio Marketplace link is clicked.
6464
/// </summary>
6565
/// <param name="sender">The sender.</param>
6666
/// <param name="e">
6767
/// The <see cref="System.Windows.RoutedEventArgs" /> instance containing the event data.
6868
/// </param>
69-
private void OnVisualStudioGalleryLinkClick(object sender, RoutedEventArgs e)
69+
private void OnVisualStudioMarketplaceLinkClick(object sender, RoutedEventArgs e)
7070
{
71-
LaunchLink(@"https://visualstudiogallery.msdn.microsoft.com/76293c4d-8c16-4f4a-aee6-21f83a571496");
71+
LaunchLink(@"https://marketplace.visualstudio.com/items?itemName=SteveCadwallader.CodeMaid");
7272
}
7373

7474
/// <summary>

GlobalAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Runtime.InteropServices;
66

77
[assembly: AssemblyCompany(Vsix.Author)]
8-
[assembly: AssemblyCopyright("Copyright 2007-2016 Steve Cadwallader (LGPL v3)")]
8+
[assembly: AssemblyCopyright("Copyright 2007-2017 Steve Cadwallader (LGPL v3)")]
99
[assembly: AssemblyDescription(Vsix.Description)]
1010
[assembly: AssemblyFileVersion(Vsix.Version)]
1111
[assembly: AssemblyProduct(Vsix.Name)]

ISSUE_TEMPLATE.md

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

66
### Description
@@ -13,7 +13,7 @@ Replace this text with a short description and code sample.
1313
4. to recreate
1414

1515
### Current behavior
16-
Explain what it's doing and why it's wrong
16+
Explain what it's doing and why it's wrong.
1717

1818
### Expected behavior
1919
Explain what it should be doing after it's fixed.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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/2016/12/about_v10_2.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/2017/01/about.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 VS2017.</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>
77
<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>
88
<h2>Links</h2>
99
Project home, Documentation, News: <a title="codemaid.net" href="http://www.codemaid.net" target="_blank">www.codemaid.net</a> <br />
10-
Download, Reviews: <a title="Visual Studio Gallery" href="http://visualstudiogallery.msdn.microsoft.com/76293c4d-8c16-4f4a-aee6-21f83a571496" target="_blank">Visual Studio Gallery</a> <br />
10+
Download, Reviews: <a title="Visual Studio Marketplace" href="https://marketplace.visualstudio.com/items?itemName=SteveCadwallader.CodeMaid" target="_blank">Visual Studio Marketplace</a> <br />
1111

1212
Code, Issues: <a title="GitHub" href="https://github.com/codecadwallader/codemaid" target="_blank">GitHub</a> <br />
1313
Continuous Integration: <a title="AppVeyor" href="https://ci.appveyor.com/project/codecadwallader/codemaid" target="_blank">AppVeyor</a>

0 commit comments

Comments
 (0)