Skip to content

Commit db9d85c

Browse files
Bump version
1 parent 5976923 commit db9d85c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Src/Autarkysoft.Bitcoin/Autarkysoft.Bitcoin.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
5-
<AssemblyVersion>0.20.0.0</AssemblyVersion>
6-
<FileVersion>0.20.0.0</FileVersion>
7-
<Version>0.20.0</Version>
5+
<AssemblyVersion>0.21.0.0</AssemblyVersion>
6+
<FileVersion>0.21.0.0</FileVersion>
7+
<Version>0.21.0</Version>
88
<Authors>Coding-Enthusiast</Authors>
99
<Company>Autarkysoft</Company>
1010
<Product>Bitcoin.Net</Product>

Src/Denovo/Denovo.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net5.0</TargetFramework>
5-
<AssemblyVersion>0.5.0.0</AssemblyVersion>
5+
<AssemblyVersion>0.6.0.0</AssemblyVersion>
66
<Authors>Coding-Enthusiast</Authors>
77
<Company>Autarkysoft</Company>
88
<PackageProjectUrl>https://github.com/Autarkysoft/Denovo</PackageProjectUrl>
99
<RepositoryUrl>https://github.com/Autarkysoft/Denovo</RepositoryUrl>
1010
<RepositoryType>git</RepositoryType>
11-
<FileVersion>0.5.0.0</FileVersion>
12-
<Version>0.5.0</Version>
11+
<FileVersion>0.6.0.0</FileVersion>
12+
<Version>0.6.0</Version>
1313
<Copyright>Copyright (c) 2020 Autarkysoft</Copyright>
1414
</PropertyGroup>
1515

0 commit comments

Comments
 (0)