Skip to content

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
secana committed Oct 15, 2018
1 parent 9639865 commit 9dc195d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PeNet/PeNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461;net40</TargetFrameworks>
<PackageProjectUrl>https://github.com/secana/PeNet</PackageProjectUrl>
<Version>0.7.0</Version>
<Version>0.7.1</Version>
<Authors>Stefan Hausotte</Authors>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<Description>PeNet is a Windows PE (Portable Executable) parser written in C#. It parses all PE header structures for x32 and x64. It supports the ImpHash algorithm which is popular in malware analysis. You can use it for string and pattern matching in PE files.</Description>
<Copyright>2017 @ Stefan Hausotte</Copyright>
<PackageReleaseNotes>More stable .Net header parsing</PackageReleaseNotes>
<PackageReleaseNotes>Fix error in IMAGE_SECTION_HEADER parsing</PackageReleaseNotes>
<RepositoryUrl>https://github.com/secana/PeNet</RepositoryUrl>
<PackageTags>PE Header Portable Executable</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/secana/PeNet/master/src/PEditor/Icons/logo.png</PackageIconUrl>
Expand Down

0 comments on commit 9dc195d

Please sign in to comment.