Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding-Enthusiast committed Mar 10, 2020
1 parent 8bcdfae commit ee60012
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This also supports a "special case" where a compressed private key is missing 3

#### 3. Missing Base-16 characters
This option is similar to previous feature but works for base-16 (hexadecimal) private keys. It currently requires an address
and only checks compressed public keys. Unlike the other options, this one is very slow since it depens on ECC and that is not
and only checks compressed public keys. Unlike the other options, this one is very slow since it depends on ECC and that is not
yet optimized.

## Future plans
Expand Down
7 changes: 4 additions & 3 deletions Src/FinderOuter/FinderOuter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyVersion>0.1.1.1</AssemblyVersion>
<FileVersion>0.1.1.1</FileVersion>
<AssemblyVersion>0.1.2.0</AssemblyVersion>
<FileVersion>0.1.2.0</FileVersion>
<PackageProjectUrl>https://github.com/Coding-Enthusiast/FinderOuter</PackageProjectUrl>
<RepositoryUrl>https://github.com/Coding-Enthusiast/FinderOuter</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Copyright>Copyright (c) 2020 Coding Enthusiast</Copyright>
<Version>0.1.1.0</Version>
<Version>0.1.2.0</Version>
<Company>Autarkysoft</Company>
<Authors>Coding-Enthusiast</Authors>
<PackageTags>bitcoin</PackageTags>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit ee60012

Please sign in to comment.