File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
7101.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.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 55
66internal static class Product
77{
8- public const string Version = "1.0.0.97 " ;
8+ public const string Version = "1.0.0.98 " ;
99}
You can’t perform that action at this time.
0 commit comments