Skip to content

Commit 815c061

Browse files
bump version (#27)
Co-authored-by: CommonLoon102 <[email protected]>
1 parent 96ba446 commit 815c061

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

RegexFileSearcher/RegexFileSearcher.Gtk/RegexFileSearcher.Gtk.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
66
<PackageProjectUrl>https://github.com/CommonLoon102/RegexFileSearcher</PackageProjectUrl>
77
<RepositoryUrl>https://github.com/CommonLoon102/RegexFileSearcher</RepositoryUrl>
8-
<Version>1.1.0</Version>
9-
<AssemblyVersion>1.1.0.0</AssemblyVersion>
8+
<Version>1.2.0</Version>
9+
<AssemblyVersion>1.2.0.0</AssemblyVersion>
1010
</PropertyGroup>
1111

1212
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">

RegexFileSearcher/RegexFileSearcher.Mac/RegexFileSearcher.Mac.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
<PackageProjectUrl>https://github.com/CommonLoon102/RegexFileSearcher</PackageProjectUrl>
1212

13-
<AssemblyVersion>1.1.0.0</AssemblyVersion>
13+
<AssemblyVersion>1.2.0.0</AssemblyVersion>
1414

15-
<Version>1.1.0</Version>
15+
<Version>1.2.0</Version>
1616
</PropertyGroup>
1717

1818
<ItemGroup>

RegexFileSearcher/RegexFileSearcher.Wpf/RegexFileSearcher.Wpf.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
6-
<Version>1.1.0</Version>
7-
<AssemblyVersion>1.1.0.0</AssemblyVersion>
6+
<Version>1.2.0</Version>
7+
<AssemblyVersion>1.2.0.0</AssemblyVersion>
88
<RepositoryUrl>https://github.com/CommonLoon102/RegexFileSearcher</RepositoryUrl>
99
<PackageProjectUrl>https://github.com/CommonLoon102/RegexFileSearcher</PackageProjectUrl>
1010
</PropertyGroup>

RegexFileSearcher/RegexFileSearcher/MainForm.xeto

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Form
33
xmlns="http://schema.picoe.ca/eto.forms"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5-
Title="Regex File Searcher v1.1.0"
5+
Title="Regex File Searcher v1.2.0"
66
ClientSize="600, 700"
77
MinimumSize="600, 700"
88
Padding="10"

0 commit comments

Comments
 (0)