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 Oct 22, 2024
1 parent c02e1db commit fc68f6e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 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.2</Version>
<Version>2.8.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>
Expand All @@ -14,12 +14,11 @@
<RepositoryType>Git</RepositoryType>
<PackageTags>Outlook MSG E-mail Appointment</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>- Update nuget package to fix security issue with MimeKit
- Integrated some pull requests</PackageReleaseNotes>
<PackageReleaseNotes>- Update nuget package</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>MsgKit.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>2.8.2.0</AssemblyVersion>
<FileVersion>2.8.2.0</FileVersion>
<AssemblyVersion>2.8.3.0</AssemblyVersion>
<FileVersion>2.8.3.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>Outlook-icon.png</PackageIcon>
<LangVersion>latest</LangVersion>
Expand All @@ -44,7 +43,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MimeKit" Version="4.7.1" />
<PackageReference Include="MimeKit" Version="4.8.0" />
<PackageReference Include="OpenMcdf" Version="2.3.1" />
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions MsgKitTestTool/MsgKitTestTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
<HintPath>..\packages\BouncyCastle.Cryptography.2.4.0\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
</Reference>
<Reference Include="MimeKit, Version=4.7.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814, processorArchitecture=MSIL">
<HintPath>..\packages\MimeKit.4.7.1\lib\net48\MimeKit.dll</HintPath>
<Reference Include="MimeKit, Version=4.8.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814, processorArchitecture=MSIL">
<HintPath>..\packages\MimeKit.4.8.0\lib\net48\MimeKit.dll</HintPath>
</Reference>
<Reference Include="OpenMcdf, Version=2.3.1.0, Culture=neutral, PublicKeyToken=fdbb1629d7c00800, processorArchitecture=MSIL">
<HintPath>..\packages\OpenMcdf.2.3.1\lib\net40\OpenMcdf.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion MsgKitTestTool/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BouncyCastle.Cryptography" version="2.4.0" targetFramework="net48" />
<package id="MimeKit" version="4.7.1" targetFramework="net48" />
<package id="MimeKit" version="4.8.0" targetFramework="net48" />
<package id="OpenMcdf" version="2.3.1" targetFramework="net48" />
<package id="Portable.BouncyCastle" version="1.9.0" targetFramework="net48" />
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
Expand Down

0 comments on commit fc68f6e

Please sign in to comment.