Skip to content

Commit

Permalink
bump version (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: CommonLoon102 <[email protected]>
  • Loading branch information
CommonLoon102 and CommonLoon102 authored Oct 20, 2020
1 parent 96ba446 commit 815c061
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<PackageProjectUrl>https://github.com/CommonLoon102/RegexFileSearcher</PackageProjectUrl>
<RepositoryUrl>https://github.com/CommonLoon102/RegexFileSearcher</RepositoryUrl>
<Version>1.1.0</Version>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<Version>1.2.0</Version>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

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

<AssemblyVersion>1.1.0.0</AssemblyVersion>
<AssemblyVersion>1.2.0.0</AssemblyVersion>

<Version>1.1.0</Version>
<Version>1.2.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<Version>1.1.0</Version>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<Version>1.2.0</Version>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<RepositoryUrl>https://github.com/CommonLoon102/RegexFileSearcher</RepositoryUrl>
<PackageProjectUrl>https://github.com/CommonLoon102/RegexFileSearcher</PackageProjectUrl>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion RegexFileSearcher/RegexFileSearcher/MainForm.xeto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Form
xmlns="http://schema.picoe.ca/eto.forms"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Regex File Searcher v1.1.0"
Title="Regex File Searcher v1.2.0"
ClientSize="600, 700"
MinimumSize="600, 700"
Padding="10"
Expand Down

0 comments on commit 815c061

Please sign in to comment.