Skip to content

Commit

Permalink
Update to v10.2 label.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecadwallader committed Jan 1, 2017
1 parent 6380927 commit 132b749
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 14 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

## vNext (10.2)

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

## Previous Releases

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

## 10.2

**2017-01-01**

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

## Previous Releases

These are the changes to each version that has been released to the official Visual Studio extension gallery.

## 10.1

**2016-04-23**
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/UI/Dialogs/About/AboutWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
Click="OnWebsiteLinkClick" ToolTip="Launch CodeMaid's website" />

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

<Button Canvas.Left="748" Canvas.Top="226" Height="28" Width="24" Style="{StaticResource iconLinkButton}"
Click="OnGitHubLinkClick" ToolTip="Code, Issues - GitHub" />
Expand Down
6 changes: 3 additions & 3 deletions CodeMaid/UI/Dialogs/About/AboutWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ private void OnWebsiteLinkClick(object sender, RoutedEventArgs e)
}

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

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Runtime.InteropServices;

[assembly: AssemblyCompany(Vsix.Author)]
[assembly: AssemblyCopyright("Copyright 2007-2016 Steve Cadwallader (LGPL v3)")]
[assembly: AssemblyCopyright("Copyright 2007-2017 Steve Cadwallader (LGPL v3)")]
[assembly: AssemblyDescription(Vsix.Description)]
[assembly: AssemblyFileVersion(Vsix.Version)]
[assembly: AssemblyProduct(Vsix.Name)]
Expand Down
4 changes: 2 additions & 2 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Environment
- Visual Studio version: [example 2015 Community]
- CodeMaid version: [example 10.1]
- CodeMaid version: [example 10.2]
- Code language: [example C#]

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

### Current behavior
Explain what it's doing and why it's wrong
Explain what it's doing and why it's wrong.

### Expected behavior
Explain what it should be doing after it's fixed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<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/2016/12/about_v10_2.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/01/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>
<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>
<h2>Links</h2>
Project home, Documentation, News: <a title="codemaid.net" href="http://www.codemaid.net" target="_blank">www.codemaid.net</a> <br />
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 />
Download, Reviews: <a title="Visual Studio Marketplace" href="https://marketplace.visualstudio.com/items?itemName=SteveCadwallader.CodeMaid" target="_blank">Visual Studio Marketplace</a> <br />

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

0 comments on commit 132b749

Please sign in to comment.