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 Feb 11, 2023
1 parent e497a23 commit d54678b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions MsgKit/MsgKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,23 @@

<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<Version>2.5.2</Version>
<Version>2.5.3</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>
<Copyright>(C) 2015-2022 Magic-Sessions</Copyright>
<Copyright>(C) 2015-2023 Magic-Sessions</Copyright>
<PackageProjectUrl>https://github.com/Sicos1977/MsgKit</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageIconUrl></PackageIconUrl>
<RepositoryUrl>https://github.com/Sicos1977/MsgKit</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>Outlook MSG E-mail Appointment</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>- Added extra check for inline images
- Upgraded some code
- Remove unused method
- Updated nuget packages to latest versions
- Dropped support for C#4.5, minimal needed C# Framework version is now 4.6.2</PackageReleaseNotes>
<PackageReleaseNotes>- Updated nuget packages</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>MsgKit.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>2.5.2.0</AssemblyVersion>
<FileVersion>2.5.2.0</FileVersion>
<AssemblyVersion>2.5.3.0</AssemblyVersion>
<FileVersion>2.5.3.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>Outlook-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit d54678b

Please sign in to comment.