Skip to content

Commit

Permalink
update nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketRobin committed Feb 10, 2018
1 parent 5077f27 commit cd0b785
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Myrmec/Myrmec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<Company />
<Product>MyrmecSniffer</Product>
<Description>Myrmec is a library that used to identifie real file format type by detecting the file binary head with out file extention.</Description>
<Copyright>Copyright (c) Rocket Robin</Copyright>
<PackageLicenseUrl>https://github.com/rocketRobin/myrmec/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/rocketRobin/myrmec</PackageProjectUrl>
<RepositoryUrl>https://github.com/rocketRobin/myrmec</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>file format,file type</PackageTags>
<PackageReleaseNotes>Myrmec is a library that used to identifie real file format type by detecting the file binary head with out file extention.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -17,6 +24,7 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<CodeAnalysisRuleSet>Myrmec.ruleset</CodeAnalysisRuleSet>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ The result is

image/png

### Matedate source ###
## Matedate source ##

the matedata information from wiki pedia [List of file signatures](https://en.wikipedia.org/wiki/List_of_file_signatures).


### Not support ###
## Not support ##

The file type matedate only suport that file hex head has no offset and byte value continuous, for example, the following examples do not support:

Expand Down

0 comments on commit cd0b785

Please sign in to comment.