Skip to content

Commit

Permalink
Apply recommended patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Jan 1, 2024
1 parent a957661 commit 9e3d8de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion implement/elm-time/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace ElmTime;

public class Program
{
public static string AppVersionId => "2023-12-31";
public static string AppVersionId => "2024-01-01";

private static int AdminInterfaceDefaultPort => 4000;

Expand Down
10 changes: 5 additions & 5 deletions implement/elm-time/elm-time.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>ElmTime</RootNamespace>
<AssemblyName>elm-time</AssemblyName>
<AssemblyVersion>2023.1231.0.0</AssemblyVersion>
<FileVersion>2023.1231.0.0</FileVersion>
<AssemblyVersion>2024.0101.0.0</AssemblyVersion>
<FileVersion>2024.0101.0.0</FileVersion>
<Nullable>enable</Nullable>
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
</PropertyGroup>
Expand Down Expand Up @@ -40,14 +40,14 @@
<ItemGroup>
<PackageReference Include="FluffySpoon.AspNet.LetsEncrypt" Version="1.116.0" />
<PackageReference Include="JavaScriptEngineSwitcher.V8" Version="3.21.5" />
<PackageReference Include="Jint" Version="3.0.0-beta-2056" />
<PackageReference Include="LibGit2Sharp" Version="0.28.0" />
<PackageReference Include="Jint" Version="3.0.0-beta-2058" />
<PackageReference Include="LibGit2Sharp" Version="0.29.0" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.8.0" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="ReadLine" Version="2.0.1" />
<PackageReference Include="SharpCompress" Version="0.34.2" />
<PackageReference Include="SharpCompress" Version="0.35.0" />
<PackageReference Include="TupleAsJsonArray" Version="1.0.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion implement/test-elm-time/test-elm-time.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="morelinq" Version="3.4.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
Expand Down

0 comments on commit 9e3d8de

Please sign in to comment.