Skip to content

Commit

Permalink
[deploy] updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanloerwald committed Jan 15, 2025
1 parent 1570cea commit 2b8c6d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WebCompiler/WebCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm64" Version="7.4.5" />
<PackageReference Include="Microsoft.ClearScript.V8.Native.osx-x64" Version="7.4.5" />
<PackageReference Include="Microsoft.ClearScript.V8.Native.osx-arm64" Version="7.4.5" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.1" />
<PackageReference Include="NUglify" Version="1.21.11" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion WebCompiler/package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!--PackageId, Version-->
<PropertyGroup>
<PackageId>Excubo.WebCompiler</PackageId>
<VersionPrefix>4.0.4</VersionPrefix>
<VersionPrefix>4.0.5</VersionPrefix>
<!--<VersionSuffix>preview.1</VersionSuffix>-->
</PropertyGroup>
<!--Self Include-->
Expand Down

0 comments on commit 2b8c6d5

Please sign in to comment.