Skip to content

Commit

Permalink
Updated needed props and creds
Browse files Browse the repository at this point in the history
  • Loading branch information
Grivus committed Apr 3, 2023
1 parent 4ed5bbd commit eb0fe88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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] - 2023-04-03
### Added
- MachO: Added a command to parse LC_UUID and ability to get the UUID

## [2.16.1] - 2023-01-11
### Fixed
- ELF: `ELFReader.TryLoad` now closes the underlying stream if it owns it and loading fails.
Expand Down
4 changes: 2 additions & 2 deletions ELFSharp/ELFSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<TargetFramework>netstandard2.0</TargetFramework>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>sgKey.snk</AssemblyOriginatorKeyFile>
<Version>2.16.1.0</Version>
<Version>2.17.0.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</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</Authors>
<Owners>Konrad Kruczyński</Owners>
<PackageProjectUrl>http://elfsharp.it/</PackageProjectUrl>
<PackageReleaseNotes>Fixed not closing underlying ELF stream on load fail. Detailed changelog available at: https://github.com/konrad-kruczynski/elfsharp/blob/master/CHANGELOG.md</PackageReleaseNotes>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Contributors (in the order of the first contribution)
* Dedmen Miller
* Jerker Olofsson
* Murat Ocaktürk
* Grivus

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

0 comments on commit eb0fe88

Please sign in to comment.