Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidxuang committed Nov 24, 2023
1 parent f76b68f commit 549c02c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MusicDecrypto.Avalonia/MusicDecrypto.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>musicdecrypto-avalonia</AssemblyName>
<OutputType>WinExe</OutputType>
<VersionPrefix>2.2.4</VersionPrefix>
<VersionPrefix>2.3.0</VersionPrefix>
<Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion MusicDecrypto.Commandline/MusicDecrypto.Commandline.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>musicdecrypto</AssemblyName>
<OutputType>Exe</OutputType>
<Version>2.2.4</Version>
<Version>2.3.0</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion MusicDecrypto.Library/MusicDecrypto.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>libmusicdecrypto</AssemblyName>
<Nullable>enable</Nullable>
<PackageId>$(MSBuildProjectName.Replace(" ", "_"))</PackageId>
<Version>2.2.4</Version>
<Version>2.3.0</Version>
<Description>Music de-obfuscation on .NET</Description>
<Authors>davidxuang</Authors>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand Down

0 comments on commit 549c02c

Please sign in to comment.