Skip to content

Commit

Permalink
Changed the version number to 2.1.5 and updated nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
abbaye committed Dec 23, 2020
1 parent e42a4ae commit 2d6d785
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/WPFHexaEditor/Core/EventsArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace WpfHexaEditor.Core
{
/// <summary>
/// Custom event arguments used for ByteModified
/// Custom event arguments used for pass somes informations to delegate
/// </summary>
public class ByteEventArgs : EventArgs
{
Expand Down
6 changes: 3 additions & 3 deletions Sources/WPFHexaEditor/WpfHexEditorCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<PackageIconUrl />
<Product>WpfHexaEditor</Product>
<Copyright>Apache 2.0</Copyright>
<AssemblyVersion>2.1.4</AssemblyVersion>
<FileVersion>2.1.4</FileVersion>
<Version>2.1.4</Version>
<AssemblyVersion>2.1.5</AssemblyVersion>
<FileVersion>2.1.5</FileVersion>
<Version>2.1.5</Version>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<PackageTags>character-table;hexadecimal;binary;editor;hexeditor;tbl;hexedit</PackageTags>
<ApplicationIcon />
Expand Down

0 comments on commit 2d6d785

Please sign in to comment.