Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1face committed Jan 30, 2022
1 parent b241c1c commit 4a655a8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/FileTypeInterrogator/FileTypeInterrogator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@
<PackageTags>file-type-detection file-types magic-numbers content-type mime-type</PackageTags>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>1.1.0</AssemblyVersion>
<Version>1.1.0</Version>
<Authors>ghost1face</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageReleaseNotes>Update to use flat file definitions, unit tested</PackageReleaseNotes>
<PackageReleaseNotes>
* Update file type support
* Resolved issues with office types not being detected
* .NET6 support</PackageReleaseNotes>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down Expand Up @@ -66,4 +70,4 @@
</EmbeddedResource>
</ItemGroup>

</Project>
</Project>

0 comments on commit 4a655a8

Please sign in to comment.