Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Oct 23, 2023
1 parent 075645f commit 42d76a5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions MsgReaderCore/MsgReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFrameworks>net462;net5;net6;</TargetFrameworks>
<RootNamespace>MsgReader</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>5.4.5</Version>
<AssemblyVersion>5.4.5.0</AssemblyVersion>
<Version>5.5.0</Version>
<AssemblyVersion>5.5.0.0</AssemblyVersion>
<Authors>Kees van Spelde</Authors>
<Company>Magic-Sessions</Company>
<Copyright>(c)2013-2023 - Kees van Spelde</Copyright>
Expand All @@ -18,10 +18,11 @@
<PackageTags>Outlook MSG Signed EML Contact Appointment Task</PackageTags>
<Description>Read Outlook MSG and EML files without using Outlook. 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>- Some minor fixes</PackageReleaseNotes>
<PackageReleaseNotes>- Updated nuget package
- Added reactions property thanks to matt1liu on GitHub</PackageReleaseNotes>
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>MSGReader.snk</AssemblyOriginatorKeyFile>
<FileVersion>5.4.5.0</FileVersion>
<FileVersion>5.5.0.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>Outlook-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

1 comment on commit 42d76a5

@developervisualapprovals

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi team,

Your work is much appreciated. I would like to request two enhancements:

  1. In the Reader.cs class, at line 696, we have added the 'Sent On' date. Could we also add the 'Received On' date? This is required by our clients.

  2. When we extract to a folder, is there any way to extract the email without attachments, only for display purposes to the user? When we forward it, we may turn the flag on to include the attachments.

Thank you.

Please sign in to comment.