Skip to content

Commit 9946537

Browse files
committed
1 parent c1089fb commit 9946537

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-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.93:
7+
* Update copyright and VS gallery link.
68
1.0.0.92:
79
* GH#1: Skip the creation of empty resx files when importing from excel.
810
1.0.0.91:

ResXManager.VSIX/source.extension.vsixmanifest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
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 Id="43b35fe0-1f30-48de-887a-68256474202a" Version="1.0.0.92" Language="en-US" Publisher="tom-englert.de" />
4+
<Identity Id="43b35fe0-1f30-48de-887a-68256474202a" Version="1.0.0.93" Language="en-US" Publisher="tom-englert.de" />
55
<DisplayName>ResXManager</DisplayName>
66
<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>
77
<MoreInfo>http://resxresourcemanager.codeplex.com/</MoreInfo>
88
<License>License</License>
99
<GettingStartedGuide>http://resxresourcemanager.codeplex.com/documentation</GettingStartedGuide>
10+
<ReleaseNotes>Release notes.txt</ReleaseNotes>
1011
<Icon>32x32.png</Icon>
1112
<PreviewImage>200x200.png</PreviewImage>
1213
<Tags>WPF, WinForms, resx, resources, Editor, localization, Productivity, Visual Studio, internationalization, string, resource</Tags>

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>92</ApplicationRevision>
38-
<ApplicationVersion>1.0.0.92</ApplicationVersion>
37+
<ApplicationRevision>93</ApplicationRevision>
38+
<ApplicationVersion>1.0.0.93</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.92";
8+
public const string Version = "1.0.0.93";
99
}

0 commit comments

Comments
 (0)