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 Mar 14, 2024
1 parent 1a99240 commit 3c138d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions MsgKit/MsgKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>2.7.2</Version>
<Version>2.8.0</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-2023 Magic-Sessions</Copyright>
<Copyright>(C) 2015-2024 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 option to leave attachment streams open
- Update nuget packages</PackageReleaseNotes>
<PackageReleaseNotes>- Add support to make Outlook Tasks
- Updated nuget packages</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>MsgKit.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>2.7.2.0</AssemblyVersion>
<FileVersion>2.7.2.0</FileVersion>
<AssemblyVersion>2.8.0.0</AssemblyVersion>
<FileVersion>2.8.0.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>Outlook-icon.png</PackageIcon>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 3c138d8

Please sign in to comment.