File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 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.86 :
7+ * WI4723: Background saving / on-demand saving. (Configurable via options tab)
8+ * WI4740: Improved loading performance.
9+ * WI4741: Show less columns to improve scrolling performance.
10+ * WI4742: Remember size and position of window.
11+ * WI4743: Switching tabs loses sort and scroll info
12+ * WI4744: Show also language codes in the column headers.
6131.0.0.85 :
714* Speed up SelectGroupOnGroupHeaderClick.
815* Defer loading of resources until really needed to not interfere with solution load time.
Original file line number Diff line number Diff line change 33 <Identifier Id =" 43b35fe0-1f30-48de-887a-68256474202a" >
44 <Name >ResXManager</Name >
55 <Author >tom-englert.de</Author >
6- <Version >1.0.0.85 </Version >
6+ <Version >1.0.0.86 </Version >
77 <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 >
88 <Locale >1033</Locale >
99 <MoreInfoUrl >http://resxresourcemanager.codeplex.com/</MoreInfoUrl >
Original file line number Diff line number Diff line change 1616 [ VisualCompositionExport ( RegionId . Shell ) ]
1717 internal class ShellViewModel : ObservableObject
1818 {
19+ [ SuppressMessage ( "Microsoft.Performance" , "CA1823:AvoidUnusedPrivateFields" ) ]
1920 private readonly PerformanceTracer _performanceTracer ;
2021 private readonly DispatcherThrottle _updateThrottle ;
2122 private bool _isLoading ;
Original file line number Diff line number Diff line change 3535 <SupportUrl >https://resxresourcemanager.codeplex.com</SupportUrl >
3636 <ProductName >ResX Resource Manager</ProductName >
3737 <PublisherName >tom-englert.de</PublisherName >
38- <ApplicationRevision >85 </ApplicationRevision >
39- <ApplicationVersion >1.0.0.85 </ApplicationVersion >
38+ <ApplicationRevision >86 </ApplicationRevision >
39+ <ApplicationVersion >1.0.0.86 </ApplicationVersion >
4040 <UseApplicationTrust >false</UseApplicationTrust >
4141 <PublishWizardCompleted >true</PublishWizardCompleted >
4242 <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.85 " ;
8+ public const string Version = "1.0.0.86 " ;
99}
You can’t perform that action at this time.
0 commit comments