Skip to content

Commit

Permalink
V 1.0.0.94
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Feb 25, 2017
1 parent 2e094f8 commit 1831ef5
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://marketplace.visualstudio.com/vsgallery/3b64e04c-e8de-4b97-8358-06c73a97cc68/#review-details]
[url:GitHub|https://github.com/tom-englert/ResXResourceManager/releases]

1.0.0.94:
* Update packages to align with other extensions (to avoid https://connect.microsoft.com/VisualStudio/feedback/details/2993889/)
1.0.0.93:
* Update copyright and VS gallery link.
1.0.0.92:
Expand Down
2 changes: 1 addition & 1 deletion ResXManager.VSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="43b35fe0-1f30-48de-887a-68256474202a" Version="1.0.0.93" Language="en-US" Publisher="tom-englert.de" />
<Identity Id="43b35fe0-1f30-48de-887a-68256474202a" Version="1.0.0.94" Language="en-US" Publisher="tom-englert.de" />
<DisplayName>ResXManager</DisplayName>
<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>
<MoreInfo>http://resxresourcemanager.codeplex.com/</MoreInfo>
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>93</ApplicationRevision>
<ApplicationVersion>1.0.0.93</ApplicationVersion>
<ApplicationRevision>94</ApplicationRevision>
<ApplicationVersion>1.0.0.94</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.93";
public const string Version = "1.0.0.94";
}

0 comments on commit 1831ef5

Please sign in to comment.