mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
Bump AssetRipper.Text.Html
This commit is contained in:
parent
4184da7cb0
commit
af39e79a66
@ -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>
|
||||
|
||||
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user