Skip to content

Commit f8cd34e

Browse files
Fix semantic versioning (#3)
Co-authored-by: CommonLoon102 <CommonLoon102@users.noreply.github.com>
1 parent 6f63c5b commit f8cd34e

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

RegexFileSearcher/RegexFileSearcher.Gtk/RegexFileSearcher.Gtk.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +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.0.1</Version>
8+
<Version>1.1.0</Version>
9+
<AssemblyVersion>1.1.0.0</AssemblyVersion>
910
</PropertyGroup>
1011

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

RegexFileSearcher/RegexFileSearcher.Mac/RegexFileSearcher.Mac.csproj

Lines changed: 2 additions & 2 deletions
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.0.1.0</AssemblyVersion>
13+
<AssemblyVersion>1.1.0.0</AssemblyVersion>
1414

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

1818
<ItemGroup>

RegexFileSearcher/RegexFileSearcher.Wpf/RegexFileSearcher.Wpf.csproj

Lines changed: 2 additions & 2 deletions
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.0.1</Version>
7-
<AssemblyVersion>1.0.1.0</AssemblyVersion>
6+
<Version>1.1.0</Version>
7+
<AssemblyVersion>1.1.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

Lines changed: 1 addition & 1 deletion
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.0.1"
5+
Title="Regex File Searcher v1.1.0"
66
ClientSize="600, 700"
77
MinimumSize="600, 700"
88
Padding="10"

0 commit comments

Comments
 (0)