Skip to content

Commit

Permalink
feat: Update nuget packages & consts
Browse files Browse the repository at this point in the history
  • Loading branch information
andyld97 committed Jul 13, 2024
1 parent ebbcdd2 commit 4769ee3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Helper Applications/PDF2J/PDF2J.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.7.0" />
<PackageReference Include="Magick.NET.Core" Version="13.7.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="WebhookAPI" Version="1.0.5" />
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.9.1" />
<PackageReference Include="Magick.NET.Core" Version="13.9.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="WebhookAPI" Version="1.0.6" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.421302">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.4" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.7" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Shared Libraries/SimpleJournal.Common/Strings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ namespace SimpleJournal.Common
{
public static class Strings
{
public const string Version = "0.6.6.0";
public const string StoreVersion = "1.660.0.0";
public const string Version = "0.6.7.0";
public const string StoreVersion = "1.670.0.0";
public const string Copyright = "Copyright © 2018-2024";

#if UWPNEW || NORMAL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.7.0" />
<PackageReference Include="Magick.NET.Core" Version="13.7.0" />
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.9.1" />
<PackageReference Include="Magick.NET.Core" Version="13.9.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SimpleJournal/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static class Consts
/// <summary>
/// The .NET version which was used to compile SJ
/// </summary>
public static readonly Version CompiledDotnetVersion = new Version(8, 0, 3);
public static readonly Version CompiledDotnetVersion = new Version(8, 0, 7);

/// <summary>
/// Polling interval for NotificationService
Expand Down
8 changes: 4 additions & 4 deletions SimpleJournal/SimpleJournal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,13 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Fluent.Ribbon" Version="10.1.0" />
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.7.0" />
<PackageReference Include="Magick.NET.Core" Version="13.7.0" />
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.9.1" />
<PackageReference Include="Magick.NET.Core" Version="13.9.1" />
<PackageReference Include="MahApps.Metro" Version="3.0.0-alpha0457" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2478.35" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2592.51" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.4" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.7" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Shared Libraries\SimpleJournal.Common\SimpleJournal.Common.csproj" />
Expand Down

0 comments on commit 4769ee3

Please sign in to comment.