Skip to content

Commit

Permalink
Merge pull request #1135 from k7hpn/fix/update-packages
Browse files Browse the repository at this point in the history
Update packages: MailKit, MimeKit, Serilog
  • Loading branch information
k7hpn authored Oct 4, 2024
2 parents 0242c22 + 6e6d024 commit d64b7ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/GRA.Controllers/GRA.Controllers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="CommonMark.NET" Version="0.15.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="4.0.1" />
<PackageReference Include="Serilog" Version="4.0.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/GRA.Domain.Service/GRA.Domain.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<PackageReference Include="CommonMark.NET" Version="0.15.1" />
<PackageReference Include="CsvHelper" Version="33.0.1" />
<PackageReference Include="ExcelDataReader" Version="3.7.0" />
<PackageReference Include="MailKit" Version="4.7.1.1" />
<PackageReference Include="MimeKit" Version="4.7.1" />
<PackageReference Include="Serilog" Version="4.0.1" />
<PackageReference Include="MailKit" Version="4.8.0" />
<PackageReference Include="MimeKit" Version="4.8.0" />
<PackageReference Include="Serilog" Version="4.0.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
<PackageReference Include="Stubble.Core" Version="1.10.8" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/GRA.Web/GRA.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Company>Maricopa County Library District</Company>
<Copyright>Copyright 2017 Maricopa County Library District</Copyright>
<Description>The Great Reading Adventure is an open-source tool for managing dynamic library reading programs.</Description>
<FileVersion>4.5.0.2</FileVersion>
<FileVersion>4.5.0.3</FileVersion>
<OutputType>Exe</OutputType>
<PackageId>GRA.Web</PackageId>
<PackageLicenseUrl>https://github.com/mcld/greatreadingadventure/blob/master/LICENSE</PackageLicenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/GRA/GRA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="4.0.1" />
<PackageReference Include="Serilog" Version="4.0.2" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

Expand Down

0 comments on commit d64b7ac

Please sign in to comment.