Skip to content

Commit

Permalink
Updated tests and release stuff for 2.17.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad-kruczynski committed Apr 25, 2023
1 parent f21f09f commit 94cec6c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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.1] - 2023-04-25
### Fixed
- ELF: fix for `SHN_LORESERVE` edge case.

## [2.17] - 2023-04-03
### Added
- MachO: Added a command to parse LC_UUID and ability to get the UUID.
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.0.0</Version>
<Version>2.17.1.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</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.</Authors>
<Owners>Konrad Kruczyński</Owners>
<PackageProjectUrl>http://elfsharp.it/</PackageProjectUrl>
<PackageReleaseNotes>Added a command to parse LC_UUID and ability to get the UUID. Detailed changelog available at: https://github.com/konrad-kruczynski/elfsharp/blob/master/CHANGELOG.md</PackageReleaseNotes>
<PackageReleaseNotes>Fixed edge case related to SHN_LORESERVE. 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 @@ -28,6 +28,7 @@ Contributors (in the order of the first contribution)
* Jerker Olofsson
* Murat Ocaktürk
* Grivus
* Alex E.

## License
You can find license in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Binaries
Submodule Binaries updated 1 files
+ large-elf.o

0 comments on commit 94cec6c

Please sign in to comment.