Skip to content

Commit 5e992a3

Browse files
committed
1 parent b83ada6 commit 5e992a3

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Release notes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
[url:Reviews|https://visualstudiogallery.msdn.microsoft.com/3b64e04c-e8de-4b97-8358-06c73a97cc68/view/Reviews]
44
[url:GitHub|https://github.com/tom-englert/ResXResourceManager/releases]
55

6+
1.0.0.88:
7+
* WI4756: Change solution neutral language doesn't work.
68
1.0.0.87:
79
* WI4746: Move To Resource dialog is empty.
810
* WI6471, WI4722, WI4747: Add scripting module for automating resource tasks with PowerShell scripts.

ResXManager.VSIX/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identifier Id="43b35fe0-1f30-48de-887a-68256474202a">
44
<Name>ResXManager</Name>
55
<Author>tom-englert.de</Author>
6-
<Version>1.0.0.87</Version>
6+
<Version>1.0.0.88</Version>
77
<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>
88
<Locale>1033</Locale>
99
<MoreInfoUrl>http://resxresourcemanager.codeplex.com/</MoreInfoUrl>

ResXManager/ResXManager.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<SupportUrl>https://resxresourcemanager.codeplex.com</SupportUrl>
3535
<ProductName>ResX Resource Manager</ProductName>
3636
<PublisherName>tom-englert.de</PublisherName>
37-
<ApplicationRevision>87</ApplicationRevision>
38-
<ApplicationVersion>1.0.0.87</ApplicationVersion>
37+
<ApplicationRevision>88</ApplicationRevision>
38+
<ApplicationVersion>1.0.0.88</ApplicationVersion>
3939
<UseApplicationTrust>false</UseApplicationTrust>
4040
<PublishWizardCompleted>true</PublishWizardCompleted>
4141
<BootstrapperEnabled>true</BootstrapperEnabled>

Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
internal static class Product
77
{
8-
public const string Version = "1.0.0.87";
8+
public const string Version = "1.0.0.88";
99
}

0 commit comments

Comments
 (0)