Skip to content

Commit

Permalink
Release stuff for 2.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad-kruczynski committed Apr 11, 2022
1 parent 1a227f7 commit 62c65fb
Show file tree
Hide file tree
Showing 4 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.15] - 2022-04-11
### Added
- ELF: multiple note data are now supported in `NoteSegment`.

## [2.14] - 2022-04-08
### Added
- MachO: Symbol now knows to which section it belongs.
Expand Down
4 changes: 2 additions & 2 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.14.0.0</Version>
<Version>2.15.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</Authors>
<Owners>Konrad Kruczyński</Owners>
<PackageProjectUrl>http://elfsharp.it/</PackageProjectUrl>
<PackageReleaseNotes>Symbol now knows to which section it belongs (Mach-O). Detailed changelog available at: https://github.com/konrad-kruczynski/elfsharp/blob/master/CHANGELOG.md</PackageReleaseNotes>
<PackageReleaseNotes>Multiple note data in the note segment are now supported. 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 @@ -25,6 +25,7 @@ Contributors (in the order of the first contribution)
* Yong Yan
* Filip Navara
* Dedmen Miller
* Jerker Olofsson

## License
You can find license in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Binaries

0 comments on commit 62c65fb

Please sign in to comment.