Skip to content

Commit

Permalink
NP-1655 Removed unused variable warning. Bumped version to 2.1.0-prev…
Browse files Browse the repository at this point in the history
…iew.3
  • Loading branch information
Konstantin-Kretov authored and ww898 committed Jan 23, 2024
1 parent 537e559 commit da3e64c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions net/JetBrains.FormatRipper/src/Dmg/DmgFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ public static unsafe DmgFile Parse(Stream stream, Mode mode = Mode.Default)
List<HashVerificationUnit> hashVerificationUnits = new List<HashVerificationUnit>();
List<CDHash> cdHashes = new List<CDHash>();

var isLittleEndian = false;

if ((mode & Mode.SignatureData) == Mode.SignatureData && hasSignature)
{
var imageRange = new StreamRange(0, stream.Length);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageTags>jetbrains compound elf mach-o msi pe dmg parse windows linux macos netstandard netframework</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Version>2.1.0-preview.2</Version>
<Version>2.1.0-preview.3</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageTags>jetbrains signature verify netstandard</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Version>2.1.0-preview.2</Version>
<Version>2.1.0-preview.3</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
Expand Down

0 comments on commit da3e64c

Please sign in to comment.