Skip to content

Commit

Permalink
Release Version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyp9715 committed Jul 1, 2023
1 parent ed98575 commit 8a6cc43
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 90 deletions.
87 changes: 0 additions & 87 deletions DeleteNewline/DeleteNewline - Backup.csproj

This file was deleted.

2 changes: 1 addition & 1 deletion DeleteNewline/DeleteNewline.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<Platforms>AnyCPU;x86</Platforms>
<NeutralLanguage>en</NeutralLanguage>
<AssemblyVersion>1.3.1</AssemblyVersion>
<AssemblyVersion>1.3.2</AssemblyVersion>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<AssemblyName>Delete Newline</AssemblyName>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion DeleteNewline/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ namespace DeleteNewline
static class Global
{
public const string programName = "Delete Newline";
public const string version = "1.3.1";
public const string version = "1.3.2";
}
}
2 changes: 1 addition & 1 deletion DeleteNewline/View/Mutable.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
<bcl:String x:Key="waterMark_ouputRegex">The Regex applied string is output.</bcl:String>

<!-- version infomation -->
<bcl:String x:Key="text_versionInfomation">Delete Newline 1.3.1</bcl:String>
<bcl:String x:Key="text_versionInfomation">Delete Newline 1.3.2</bcl:String>
</ResourceDictionary>

0 comments on commit 8a6cc43

Please sign in to comment.