Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elletra committed Oct 26, 2024
1 parent 3ef3313 commit 965aa93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@

namespace DSO.Constants
{

static public class Decompiler
{
public const string AUTHOR = "Elletra";
public const string VERSION = "2.0.0";
public const string VERSION = "2.1.0";
public const string EXTENSION = ".dso";
public const string DISASM_EXTENSION = ".disasm";

Expand Down
6 changes: 3 additions & 3 deletions DSO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<InvariantGlobalization>true</InvariantGlobalization>
<FileVersion>2.0.0</FileVersion>
<AssemblyVersion>2.0.0</AssemblyVersion>
<Version>2.0.0</Version>
<FileVersion>2.1.0</FileVersion>
<AssemblyVersion>2.1.0</AssemblyVersion>
<Version>2.1.0</Version>
<PackageId>dso-sharp</PackageId>
<Title>DSO Sharp</Title>
<Authors>Elletra</Authors>
Expand Down

0 comments on commit 965aa93

Please sign in to comment.