Skip to content

Commit 6a9cc69

Browse files
committed
V 1.15
1 parent 722e4f9 commit 6a9cc69

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

Release notes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
1.14
1+
1.15
2+
- Fix #72 and related: Issues with mixed versions of System.Windows.Interactivity
3+
4+
1.14
25
- Fix #107/#108: Excel import of unchanged or formatted cells.
36
- Update Chinese translation
47

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.13.0.0" Language="en-US" Publisher="tom-englert.de" />
4+
<Identity Id="43b35fe0-1f30-48de-887a-68256474202a" Version="1.15.0.0" Language="en-US" Publisher="tom-englert.de" />
55
<DisplayName>ResXManager</DisplayName>
66
<Description xml:space="preserve">The most popular tool to localize and manage all kind of applications with resx-based resources. 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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<ProductName>ResX Resource Manager</ProductName>
3838
<PublisherName>tom-englert.de</PublisherName>
3939
<ApplicationRevision>0</ApplicationRevision>
40-
<ApplicationVersion>1.14.0.0</ApplicationVersion>
40+
<ApplicationVersion>1.15.0.0</ApplicationVersion>
4141
<UseApplicationTrust>false</UseApplicationTrust>
4242
<PublishWizardCompleted>true</PublishWizardCompleted>
4343
<BootstrapperEnabled>true</BootstrapperEnabled>
@@ -364,42 +364,42 @@
364364
<ItemGroup>
365365
<PublishFile Include="AutoProperties">
366366
<Visible>False</Visible>
367-
<PublishState>Exclude</PublishState>
368-
<IncludeHash>True</IncludeHash>
369367
<Group>
370368
</Group>
371369
<TargetPath>
372370
</TargetPath>
371+
<PublishState>Exclude</PublishState>
372+
<IncludeHash>True</IncludeHash>
373373
<FileType>Assembly</FileType>
374374
</PublishFile>
375375
<PublishFile Include="JetBrains.Annotations">
376376
<Visible>False</Visible>
377-
<PublishState>Exclude</PublishState>
378-
<IncludeHash>True</IncludeHash>
379377
<Group>
380378
</Group>
381379
<TargetPath>
382380
</TargetPath>
381+
<PublishState>Exclude</PublishState>
382+
<IncludeHash>True</IncludeHash>
383383
<FileType>Assembly</FileType>
384384
</PublishFile>
385385
<PublishFile Include="Properties\Resources.Designer.tt">
386386
<Visible>False</Visible>
387-
<PublishState>Exclude</PublishState>
388-
<IncludeHash>True</IncludeHash>
389387
<Group>
390388
</Group>
391389
<TargetPath>
392390
</TargetPath>
391+
<PublishState>Exclude</PublishState>
392+
<IncludeHash>True</IncludeHash>
393393
<FileType>File</FileType>
394394
</PublishFile>
395395
<PublishFile Include="PropertyChanged">
396396
<Visible>False</Visible>
397-
<PublishState>Exclude</PublishState>
398-
<IncludeHash>True</IncludeHash>
399397
<Group>
400398
</Group>
401399
<TargetPath>
402400
</TargetPath>
401+
<PublishState>Exclude</PublishState>
402+
<IncludeHash>True</IncludeHash>
403403
<FileType>Assembly</FileType>
404404
</PublishFile>
405405
</ItemGroup>

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.14.0.0";
8+
public const string Version = "1.15.0.0";
99
}

0 commit comments

Comments
 (0)