Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Aug 29, 2024
1 parent ab45469 commit c02e1db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions MsgKit/MsgKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>2.8.1</Version>
<Version>2.8.2</Version>
<Description>MsgKit is a 100% managed C# .NET library (no PINVOKE or whatsoever) which may be used for the creation of messages (E-Mail, Appointments, Journals and Stickey Notes) that are Outlook compatible</Description>
<Authors>Kees van Spelde</Authors>
<Company>Kees van Spelde</Company>
Expand All @@ -14,12 +14,12 @@
<RepositoryType>Git</RepositoryType>
<PackageTags>Outlook MSG E-mail Appointment</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>- Updated nuget packages
- Added support directly for .net 4.6.2 so that you don't need .net standard 2.0 if you don't want to</PackageReleaseNotes>
<PackageReleaseNotes>- Update nuget package to fix security issue with MimeKit
- Integrated some pull requests</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>MsgKit.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>2.8.1.0</AssemblyVersion>
<FileVersion>2.8.1.0</FileVersion>
<AssemblyVersion>2.8.2.0</AssemblyVersion>
<FileVersion>2.8.2.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>Outlook-icon.png</PackageIcon>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit c02e1db

Please sign in to comment.