Skip to content

Commit

Permalink
NP-1655 Bumped version of FormatRipper and SignatureVerifier to 2.1.0…
Browse files Browse the repository at this point in the history
…-preview.2
  • Loading branch information
Konstantin-Kretov authored and ww898 committed Jan 22, 2024
1 parent 2f333ca commit 537e559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions net/JetBrains.FormatRipper/src/JetBrains.FormatRipper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<Company>JetBrains s.r.o.</Company>
<Copyright>Copyright © 2021-$([System.DateTime]::Now.ToString('yyyy')) JetBrains s.r.o.</Copyright>
<Authors>Mikhail Pilin</Authors>
<Description>The cross-platform open-source library for parsing executable and shared-library files. It supports the Compound, ELF, Mach-O, Fat Mach-O, MSI, and PE formats, providing useful information about their internals.</Description>
<Description>The cross-platform open-source library for parsing executable and shared-library files. It supports the Compound, ELF, Mach-O, Fat Mach-O, DMG, MSI, and PE formats, providing useful information about their internals.</Description>
<RepositoryUrl>https://github.com/JetBrains/format-ripper</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>jetbrains compound elf mach-o msi pe parse windows linux macos netstandard netframework</PackageTags>
<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.1</Version>
<Version>2.1.0-preview.2</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.1</Version>
<Version>2.1.0-preview.2</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
Expand Down

0 comments on commit 537e559

Please sign in to comment.