Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
1.5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-wilhelm committed Mar 21, 2020
1 parent df8fa37 commit 5f8a53c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions SmartHunter/Core/Command.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

namespace SmartHunter.Core
{
#pragma warning disable 67
public class Command : ICommand
{
private readonly Action<object> _action;
Expand Down
4 changes: 2 additions & 2 deletions SmartHunter/SmartHunter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<LangVersion>latest</LangVersion>
<AssemblyTitle>SmartHunter</AssemblyTitle>
<Deterministic>false</Deterministic>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.0</FileVersion>
<AssemblyVersion>1.5.1.0</AssemblyVersion>
<FileVersion>1.5.1.0</FileVersion>
<OutputPath>bin\$(Configuration)</OutputPath>
<UseWPF>true</UseWPF>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand Down

0 comments on commit 5f8a53c

Please sign in to comment.