Skip to content

Commit

Permalink
Update package info and fix some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Mar 30, 2023
1 parent eab0dc8 commit c2c4edd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions MsgReaderCore/Exceptions/MRTnefException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ protected TnefException (SerializationInfo info, StreamingContext context) : bas
#endif

/// <summary>
/// Initialize a new instance of the <see cref="TnefException" /> class.
/// Initialize a new instance of the <see cref="MRTnefException" /> class.
/// </summary>
/// <remarks>
/// Creates a new <see cref="TnefException" />.
/// Creates a new <see cref="MRTnefException" />.
/// </remarks>
/// <param name="error">The compliance status error.</param>
/// <param name="message">The error message.</param>
Expand Down
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>net6;net5;net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<RootNamespace>MsgReader</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.5.1</Version>
<AssemblyVersion>4.5.1.0</AssemblyVersion>
<Version>4.5.2</Version>
<AssemblyVersion>4.5.2.0</AssemblyVersion>
<Authors>Kees van Spelde</Authors>
<Company>Magic-Sessions</Company>
<Copyright>(c)2013-2023 - Kees van Spelde</Copyright>
Expand All @@ -22,10 +22,11 @@ The EML reader supports MIME 1.0 encoded files.</Description>
- 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</PackageReleaseNotes>
- Fix issue with storage guid not beeing set anymore
- Remove .net standard defaullt dependency from .net 4.6.2 target files</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>MSGReader.snk</AssemblyOriginatorKeyFile>
<FileVersion>4.5.1.0</FileVersion>
<FileVersion>4.5.2.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>Outlook-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
4 changes: 2 additions & 2 deletions MsgReaderCore/MsgReader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
</member>
<member name="M:MsgReader.Exceptions.MRTnefException.#ctor(MsgReader.Tnef.Enums.ComplianceStatus,System.String,System.Exception)">
<summary>
Initialize a new instance of the <see cref="!:TnefException" /> class.
Initialize a new instance of the <see cref="T:MsgReader.Exceptions.MRTnefException" /> class.
</summary>
<remarks>
Creates a new <see cref="!:TnefException" />.
Creates a new <see cref="T:MsgReader.Exceptions.MRTnefException" />.
</remarks>
<param name="error">The compliance status error.</param>
<param name="message">The error message.</param>
Expand Down

0 comments on commit c2c4edd

Please sign in to comment.