Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Grivus committed Jun 9, 2023
1 parent 0f06793 commit 6a2508e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.2] - 2023-06-09
### Fixed
- MachO: fix for reading LC_UUID command.

## [2.17.1] - 2023-04-25
### Fixed
- ELF: fix for `SHN_LORESERVE` edge case.
Expand Down
2 changes: 1 addition & 1 deletion ELFSharp/ELFSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>sgKey.snk</AssemblyOriginatorKeyFile>
<Version>2.17.1.0</Version>
<Version>2.17.2.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>
<Owners>Konrad Kruczyński</Owners>
Expand Down

0 comments on commit 6a2508e

Please sign in to comment.