Skip to content

Commit

Permalink
V 1.0.0.88
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Oct 9, 2016
1 parent b83ada6 commit 5e992a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Release notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[url:Reviews|https://visualstudiogallery.msdn.microsoft.com/3b64e04c-e8de-4b97-8358-06c73a97cc68/view/Reviews]
[url:GitHub|https://github.com/tom-englert/ResXResourceManager/releases]

1.0.0.88:
* WI4756: Change solution neutral language doesn't work.
1.0.0.87:
* WI4746: Move To Resource dialog is empty.
* WI6471, WI4722, WI4747: Add scripting module for automating resource tasks with PowerShell scripts.
Expand Down
2 changes: 1 addition & 1 deletion ResXManager.VSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="43b35fe0-1f30-48de-887a-68256474202a">
<Name>ResXManager</Name>
<Author>tom-englert.de</Author>
<Version>1.0.0.87</Version>
<Version>1.0.0.88</Version>
<Description xml:space="preserve">Manage localization of all ResX-Based resources in one place. Shows all resources of a solution and let's you edit the strings and their localizations in a well-arranged data grid.</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://resxresourcemanager.codeplex.com/</MoreInfoUrl>
Expand Down
4 changes: 2 additions & 2 deletions ResXManager/ResXManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<SupportUrl>https://resxresourcemanager.codeplex.com</SupportUrl>
<ProductName>ResX Resource Manager</ProductName>
<PublisherName>tom-englert.de</PublisherName>
<ApplicationRevision>87</ApplicationRevision>
<ApplicationVersion>1.0.0.87</ApplicationVersion>
<ApplicationRevision>88</ApplicationRevision>
<ApplicationVersion>1.0.0.88</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down
2 changes: 1 addition & 1 deletion Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

internal static class Product
{
public const string Version = "1.0.0.87";
public const string Version = "1.0.0.88";
}

0 comments on commit 5e992a3

Please sign in to comment.