Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Jul 22, 2022
1 parent 81517f6 commit 5d563c0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions MsgReaderCore/MsgReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFrameworks>net6;net5;net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<RootNamespace>MsgReader</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.4.5</Version>
<AssemblyVersion>4.4.5.0</AssemblyVersion>
<Version>4.4.6</Version>
<AssemblyVersion>4.4.6.0</AssemblyVersion>
<Authors>Kees van Spelde</Authors>
<Company>Magic-Sessions</Company>
<Copyright>(c)2013-2022 - Kees van Spelde</Copyright>
Expand All @@ -20,12 +20,11 @@
The MSGReader supports MSG E-Mail (also signed), Contact, Appointment, Task, Sticky notes and Contact files.

The EML reader supports MIME 1.0 encoded files</Description>
<PackageReleaseNotes>- Check if certificate is valid in a signed message
- Pass mime certificate information back to message object
- Check if inline image content id is found in html and if not mark it as NOT inline</PackageReleaseNotes>
<PackageReleaseNotes>- Updated nuget packages
- Fix for a null reference exception when there is only an RTF body and no HTML body</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>MSGReader.snk</AssemblyOriginatorKeyFile>
<FileVersion>4.4.5.0</FileVersion>
<FileVersion>4.4.6.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>Outlook-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 5d563c0

Please sign in to comment.