Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees van Spelde committed Dec 22, 2021
1 parent 1900743 commit 4133c2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MsgReaderCore/MsgReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<RootNamespace>MsgReader</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.2.4</Version>
<AssemblyVersion>4.2.4.0</AssemblyVersion>
<Version>4.2.5</Version>
<AssemblyVersion>4.2.5.0</AssemblyVersion>
<Authors>Kees van Spelde</Authors>
<Company>Magic-Sessions</Company>
<Copyright>(c)2013-2021 - Kees van Spelde</Copyright>
Expand All @@ -20,10 +20,10 @@
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>- Fix null reference error when trying to get the representing sender from MAPI tag PR_PRIMARY_SEND_ACCT</PackageReleaseNotes>
<PackageReleaseNotes>- Parse e-mail address from Exchange Active Directory string when the type is EX</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>MSGReader.snk</AssemblyOriginatorKeyFile>
<FileVersion>4.2.4.0</FileVersion>
<FileVersion>4.2.5.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>Outlook-icon.png</PackageIcon>
</PropertyGroup>
Expand Down

0 comments on commit 4133c2f

Please sign in to comment.