Skip to content

Commit

Permalink
Integrate the many recent improvements in Jint
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Jul 31, 2023
1 parent cfa79cd commit 02ef9f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion implement/elm-time/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace ElmTime;

public class Program
{
public static string AppVersionId => "2023-07-30";
public static string AppVersionId => "2023-07-31";

private static int AdminInterfaceDefaultPort => 4000;

Expand Down
8 changes: 4 additions & 4 deletions implement/elm-time/elm-time.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>ElmTime</RootNamespace>
<AssemblyName>elm-time</AssemblyName>
<AssemblyVersion>2023.0730.0.0</AssemblyVersion>
<FileVersion>2023.0730.0.0</FileVersion>
<AssemblyVersion>2023.0731.0.0</AssemblyVersion>
<FileVersion>2023.0731.0.0</FileVersion>
<Nullable>enable</Nullable>
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
</PropertyGroup>
Expand All @@ -22,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand All @@ -36,7 +36,7 @@
<ItemGroup>
<PackageReference Include="FluffySpoon.AspNet.LetsEncrypt" Version="1.116.0" />
<PackageReference Include="JavaScriptEngineSwitcher.V8" Version="3.21.3" />
<PackageReference Include="Jint" Version="3.0.0-beta-2049" />
<PackageReference Include="Jint" Version="3.0.0-beta-2050" />
<PackageReference Include="LibGit2Sharp" Version="0.27.2" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.0.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.6.0" />
Expand Down

0 comments on commit 02ef9f5

Please sign in to comment.