Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Nov 3, 2023
1 parent 9d15db2 commit 200e9e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions AspNetCoreQuartz/AspNetCoreQuartz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.5" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.13" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Quartz" Version="3.6.2" />
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.6.2" />
<PackageReference Include="Quartz" Version="3.7.0" />
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.7.0" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions AspNetCoreQuartz/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - AspNetCoreQuartz</title>
<title>@ViewData["Title"] - ASP.NET Core Quartz</title>
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
<link rel="stylesheet" href="~/AspNetCoreQuartz.styles.css" asp-append-version="true" />
Expand All @@ -12,7 +12,7 @@
<header>
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
<div class="container">
<a class="navbar-brand" asp-area="" asp-page="/Index">AspNetCoreQuartz</a>
<a class="navbar-brand" asp-area="" asp-page="/Index">ASP.NET Quartz</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand All @@ -35,7 +35,7 @@

<footer class="border-top footer text-muted">
<div class="container">
&copy; 2023 - ASP.NET Core & Quartz - <a asp-area="" asp-page="/Privacy">Privacy</a>
&copy; 2023 - ASP.NET Core & Quartz
</div>
</footer>

Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@

## History

2023-04-28 Updated packages

2023-01-01 Update packages to .NET 7

2022-05-20 Update packages
- 2023-11-03 Updated packages
- 2023-04-28 Updated packages
- 2023-01-01 Update packages to .NET 7
- 2022-05-20 Update packages

## Links

Expand Down

0 comments on commit 200e9e8

Please sign in to comment.