Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjeremic committed Mar 6, 2020
1 parent c1eced6 commit 8db4a5f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions BinaryTools.Elf/BinaryTools.Elf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,27 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Filip Jeremic</Authors>
<Company />
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Description>A standalone library for endian-aware reading/parsing of ELF (Executable and Linkable Format) files built for ease of use and pretty-printing ELF file contents.</Description>
<PackageProjectUrl>https://github.com/fjeremic/BinaryTools.Elf</PackageProjectUrl>
<RepositoryUrl>https://github.com/fjeremic/BinaryTools.Elf</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<PackageTags>ELF</PackageTags>
<Version>0.1.0</Version>
<PackageReleaseNotes>Initial release.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<Folder Include="Io\" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 8db4a5f

Please sign in to comment.