Skip to content

Commit

Permalink
V 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Mar 25, 2018
1 parent 8282113 commit 5f0a899
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion Release notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
1.13
1.14
- Fix #107/#108: Excel import of unchanged or formatted cells.
- Update Chinese translation

1.13
- Fix #98: Newtonsoft.json was excluded by MS build task.
- Fix #95: zh-hant support for Google Translator.
- Fix #97: Too many warnings about missing translations block the build.
Expand Down
18 changes: 9 additions & 9 deletions ResXManager/ResXManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<ProductName>ResX Resource Manager</ProductName>
<PublisherName>tom-englert.de</PublisherName>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.13.0.0</ApplicationVersion>
<ApplicationVersion>1.14.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down Expand Up @@ -364,42 +364,42 @@
<ItemGroup>
<PublishFile Include="AutoProperties">
<Visible>False</Visible>
<PublishState>Exclude</PublishState>
<IncludeHash>True</IncludeHash>
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Exclude</PublishState>
<IncludeHash>True</IncludeHash>
<FileType>Assembly</FileType>
</PublishFile>
<PublishFile Include="JetBrains.Annotations">
<Visible>False</Visible>
<PublishState>Exclude</PublishState>
<IncludeHash>True</IncludeHash>
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Exclude</PublishState>
<IncludeHash>True</IncludeHash>
<FileType>Assembly</FileType>
</PublishFile>
<PublishFile Include="Properties\Resources.Designer.tt">
<Visible>False</Visible>
<PublishState>Exclude</PublishState>
<IncludeHash>True</IncludeHash>
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Exclude</PublishState>
<IncludeHash>True</IncludeHash>
<FileType>File</FileType>
</PublishFile>
<PublishFile Include="PropertyChanged">
<Visible>False</Visible>
<PublishState>Exclude</PublishState>
<IncludeHash>True</IncludeHash>
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Exclude</PublishState>
<IncludeHash>True</IncludeHash>
<FileType>Assembly</FileType>
</PublishFile>
</ItemGroup>
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.13.0.0";
public const string Version = "1.14.0.0";
}

0 comments on commit 5f0a899

Please sign in to comment.