Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Oct 14, 2023
1 parent 79966c2 commit 16aa919
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ elf.Write(outStream);
- Integration with ELF to support easy reading/writing back
- Support for relocatable sections
- Use of a Diagnostics API to validate file format (on read/before write)
- Library requiring .NET `netstandard2.1`+ and compatible with `netcoreapp3.0`+
- Library requiring `net7.0`
- If you are looking for `netstandard2.1` support you will need to use `0.4.0` version

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion src/LibObjectFile.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
..\.gitignore = ..\.gitignore
..\changelog.md = ..\changelog.md
..\.github\workflows\CI.yml = ..\.github\workflows\CI.yml
Directory.Build.props = Directory.Build.props
..\.github\workflows\ci.yml = ..\.github\workflows\ci.yml
dotnet-releaser.toml = dotnet-releaser.toml
..\license.txt = ..\license.txt
..\readme.md = ..\readme.md
Expand Down

0 comments on commit 16aa919

Please sign in to comment.