Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 607f9da

Browse files
committed
V 1.0.0.98
1 parent 81dfefb commit 607f9da

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

Release notes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
[url:Reviews|https://marketplace.visualstudio.com/items?itemName=TomEnglert.ResXManager#review-details]
55
[url:GitHub|https://github.com/tom-englert/ResXResourceManager/releases]
66

7+
1.0.0.98:
8+
* #8: Move to resource dialog fields are not properly updated on load.
9+
* #9: AuthenticationKey not saved when changing only the key
710
1.0.0.97:
811
* Add configurable option to exclude sourcefiles from being processed as soon as possible (by Christophe Gijbels <[email protected])
912
* Migrate all links from codeplex to github, move click-once install/update location.

ResXManager.VSIX/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.97" Language="en-US" Publisher="tom-englert.de" />
4+
<Identity Id="43b35fe0-1f30-48de-887a-68256474202a" Version="1.0.0.98" 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>https://github.com/tom-englert/ResXResourceManager</MoreInfo>

ResXManager/ResXManager.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<SupportUrl>https://github.com/tom-englert/ResXResourceManager</SupportUrl>
3535
<ProductName>ResX Resource Manager</ProductName>
3636
<PublisherName>tom-englert.de</PublisherName>
37-
<ApplicationRevision>97</ApplicationRevision>
38-
<ApplicationVersion>1.0.0.97</ApplicationVersion>
37+
<ApplicationRevision>98</ApplicationRevision>
38+
<ApplicationVersion>1.0.0.98</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.97";
8+
public const string Version = "1.0.0.98";
99
}

0 commit comments

Comments
 (0)