Skip to content

Commit 8c5f811

Browse files
Bump version
1 parent 73e8596 commit 8c5f811

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Src/FinderOuter/FinderOuter.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>netcoreapp3.0</TargetFramework>
5-
<AssemblyVersion>0.1.1.1</AssemblyVersion>
6-
<FileVersion>0.1.1.1</FileVersion>
5+
<AssemblyVersion>0.1.1.0</AssemblyVersion>
6+
<FileVersion>0.1.1.0</FileVersion>
77
<PackageProjectUrl>https://github.com/Coding-Enthusiast/FinderOuter</PackageProjectUrl>
88
<RepositoryUrl>https://github.com/Coding-Enthusiast/FinderOuter</RepositoryUrl>
99
<RepositoryType>git</RepositoryType>
1010
<Copyright>Copyright (c) 2020 Coding Enthusiast</Copyright>
11-
<Version>0.1.0.0</Version>
11+
<Version>0.1.1.0</Version>
1212
<Company>Autarkysoft</Company>
1313
<Authors>Coding-Enthusiast</Authors>
1414
</PropertyGroup>

Src/FinderOuter/Services/Base58Sevice.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ private unsafe bool SpecialLoopComp(string key)
432432
var options = new ParallelOptions
433433
{
434434
CancellationToken = cancelToken.Token,
435-
MaxDegreeOfParallelism = 4
436435
};
437436

438437
try

Src/FinderOuter/Views/MissingBase58View.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<StackPanel Orientation="Vertical" Spacing="5" Margin="3" Grid.Column="1">
1818
<TextBox Text="{Binding MissingChar}" TextAlignment="Center" VerticalAlignment="Top"
1919
ToolTip.Tip="{Binding MissingToolTip}"
20-
Height="40" Width="40" Margin="3"/>
20+
Height="38" Width="40" Margin="3"/>
2121
<TextBlock Text="Special case:" Margin="0,15,0,0"/>
2222
<CheckBox IsChecked="{Binding IsSpecialCase}" ToolTip.Tip="{Binding SpecialToolTip}"
2323
HorizontalAlignment="Center"/>

0 commit comments

Comments
 (0)