Skip to content

Commit

Permalink
2.17.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad-kruczynski committed Oct 13, 2023
1 parent 00af95d commit 892ddfc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.17.3] - 2023-10-13
### Fixed
- MachO: fixed magic value for the x64 Big Endian binaries.

## [2.17.2] - 2023-06-09
### Fixed
- MachO: fix for reading LC_UUID command.
Expand Down
6 changes: 3 additions & 3 deletions ELFSharp/ELFSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<TargetFramework>netstandard2.0</TargetFramework>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>sgKey.snk</AssemblyOriginatorKeyFile>
<Version>2.17.2.0</Version>
<Version>2.17.3.0</Version>
<AssemblyVersion>2.0</AssemblyVersion>
<Authors>Konrad Kruczyński, Piotr Zierhoffer, Łukasz Kucharski, Bastian Eicher, Cameron, Everett Maus, Fox, Reuben Olinsky, Connor Christie, Rollrat, Ulysses Wu, Cédric Luthi, Yong Yan, Filip Navara, Dedmen Miller, Murat Ocaktürk, Grivus, Alex E.</Authors>
<Authors>Konrad Kruczyński, Piotr Zierhoffer, Łukasz Kucharski, Bastian Eicher, Cameron, Everett Maus, Fox, Reuben Olinsky, Connor Christie, Rollrat, Ulysses Wu, Cédric Luthi, Yong Yan, Filip Navara, Dedmen Miller, Murat Ocaktürk, Grivus, Alex E., Pavel Vorozheykin</Authors>
<Owners>Konrad Kruczyński</Owners>
<PackageProjectUrl>http://elfsharp.it/</PackageProjectUrl>
<PackageReleaseNotes>Fixed edge case related to SHN_LORESERVE. Detailed changelog available at: https://github.com/konrad-kruczynski/elfsharp/blob/master/CHANGELOG.md</PackageReleaseNotes>
<PackageReleaseNotes>Fixed magic value for the x64 Big Endian Mach-O binaries. Detailed changelog available at: https://github.com/konrad-kruczynski/elfsharp/blob/master/CHANGELOG.md</PackageReleaseNotes>
<Summary>C# library for reading binary ELF, UImage, Mach-O files</Summary>
<PackageTags>ELF UImage Mach-O</PackageTags>
<Title>ELFSharp</Title>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Contributors (in the order of the first contribution)
* Murat Ocaktürk
* Grivus
* Alex E.
* Pavel Vorozheykin

## License
You can find license in the LICENSE file.
Expand Down

0 comments on commit 892ddfc

Please sign in to comment.