Bump AssetRipper.Text.Html

This commit is contained in:
ds5678 2024-09-21 07:27:38 -07:00
parent 4184da7cb0
commit af39e79a66
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AssetRipper.Text.Html" Version="1.0.0" />
<PackageReference Include="AssetRipper.Text.Html" Version="2.0.0" />
<PackageReference Include="NativeFileDialogs.Net" Version="1.2.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
</ItemGroup>

View File

@ -47,7 +47,7 @@ internal static class OnlineDependencies
Rel = "stylesheet",
Href = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css",
Integrity = "sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN",
Crossorigin = "anonymous"
CrossOrigin = "anonymous"
}.Close();
}
}
@ -60,7 +60,7 @@ internal static class OnlineDependencies
{
Src = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js",
Integrity = "sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL",
Crossorigin = "anonymous"
CrossOrigin = "anonymous"
}.Close();
}
}
@ -79,7 +79,7 @@ internal static class OnlineDependencies
{
Src = "https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js",
Integrity = "sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r",
Crossorigin = "anonymous"
CrossOrigin = "anonymous"
}.Close();
}
}