Skip to content

Commit

Permalink
Update packaage info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Apr 11, 2023
1 parent bfc1824 commit 279bf8e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 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;net5;net6;</TargetFrameworks>
<RootNamespace>MsgReader</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.5.2</Version>
<AssemblyVersion>4.5.2.0</AssemblyVersion>
<Version>4.5.3</Version>
<AssemblyVersion>4.5.3.0</AssemblyVersion>
<Authors>Kees van Spelde</Authors>
<Company>Magic-Sessions</Company>
<Copyright>(c)2013-2023 - Kees van Spelde</Copyright>
Expand All @@ -18,15 +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>- Added support for tnef winmail.dat attachments
- Upgraded nuget package
- Some other minor bug fixes
- Replaced SixLabors.ImageSharp with Maui because off license restrictions when using in a commerical app
- Fix issue with storage guid not beeing set anymore
- Remove .net standard defaullt dependency from .net 4.6.2 target files</PackageReleaseNotes>
<PackageReleaseNotes>- Upgraded nuget package
- Fix for issue where RTF tokens where malformed when they had to much white space</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>MSGReader.snk</AssemblyOriginatorKeyFile>
<FileVersion>4.5.2.0</FileVersion>
<FileVersion>4.5.3.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>Outlook-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 279bf8e

Please sign in to comment.