Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding-Enthusiast committed Dec 4, 2022
1 parent 7c7d1ca commit 014496a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Src/Autarkysoft.Bitcoin/Autarkysoft.Bitcoin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyVersion>0.21.0.0</AssemblyVersion>
<FileVersion>0.21.0.0</FileVersion>
<Version>0.21.0</Version>
<AssemblyVersion>0.22.0.0</AssemblyVersion>
<FileVersion>0.22.0.0</FileVersion>
<Version>0.22.0</Version>
<Authors>Coding-Enthusiast</Authors>
<Company>Autarkysoft</Company>
<Product>Bitcoin.Net</Product>
Expand Down
6 changes: 3 additions & 3 deletions Src/Denovo/Denovo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<AssemblyVersion>0.6.0.0</AssemblyVersion>
<AssemblyVersion>0.7.0.0</AssemblyVersion>
<Authors>Coding-Enthusiast</Authors>
<Company>Autarkysoft</Company>
<PackageProjectUrl>https://github.com/Autarkysoft/Denovo</PackageProjectUrl>
<RepositoryUrl>https://github.com/Autarkysoft/Denovo</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<FileVersion>0.6.0.0</FileVersion>
<Version>0.6.0</Version>
<FileVersion>0.7.0.0</FileVersion>
<Version>0.7.0</Version>
<Copyright>Copyright (c) 2020 Autarkysoft</Copyright>
</PropertyGroup>

Expand Down
2 changes: 0 additions & 2 deletions Src/Denovo/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
using Denovo.MVVM;
using Denovo.Services;
using System;
using System.Net;
using System.Reflection;
using System.Threading.Tasks;

namespace Denovo.ViewModels
{
Expand Down

0 comments on commit 014496a

Please sign in to comment.