Skip to content

Commit

Permalink
V 1.0.0.84
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Jul 10, 2016
1 parent f4579bc commit 808d47c
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 @@ -2,6 +2,8 @@
[url:Visual Studio Extension Download|https://visualstudiogallery.msdn.microsoft.com/3b64e04c-e8de-4b97-8358-06c73a97cc68]
[url:Reviews|https://visualstudiogallery.msdn.microsoft.com/3b64e04c-e8de-4b97-8358-06c73a97cc68/view/Reviews]

1.0.0.84:
* WI4736: Fix crash if WebRequest.DefaultWebProxy is null.
1.0.0.83:
* WI4736: ToolWindow fails to load if other extensions using different versions of DataGridExtensions are installed.
1.0.0.82:
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.83</Version>
<Version>1.0.0.84</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 @@ -35,8 +35,8 @@
<SupportUrl>https://resxresourcemanager.codeplex.com</SupportUrl>
<ProductName>ResX Resource Manager</ProductName>
<PublisherName>tom-englert.de</PublisherName>
<ApplicationRevision>83</ApplicationRevision>
<ApplicationVersion>1.0.0.83</ApplicationVersion>
<ApplicationRevision>84</ApplicationRevision>
<ApplicationVersion>1.0.0.84</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.83";
public const string Version = "1.0.0.84";
}

0 comments on commit 808d47c

Please sign in to comment.