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 21, 2022
1 parent d457023 commit 7041385
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 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.13</Version>
<AssemblyVersion>4.4.13.0</AssemblyVersion>
<Version>4.4.14</Version>
<AssemblyVersion>4.4.14.0</AssemblyVersion>
<Authors>Kees van Spelde</Authors>
<Company>Magic-Sessions</Company>
<Copyright>(c)2013-2023 - Kees van Spelde</Copyright>
Expand All @@ -16,21 +16,13 @@
<RepositoryType>GitHub</RepositoryType>
<LangVersion>10.0</LangVersion>
<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>
- Updates nuget packages
- Fix various decoding issues with 2 byte charsets
</PackageReleaseNotes>
<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>- Updates nuget packages
- Fix various decoding issues with 2 byte charsets</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>MSGReader.snk</AssemblyOriginatorKeyFile>
<FileVersion>4.4.13.0</FileVersion>
<FileVersion>4.4.14.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>Outlook-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 7041385

Please sign in to comment.