-
+
@if (_currentGameId != game.Id)
{
diff --git a/src/Dionysus.App/Web/SettingsPage.razor b/src/Dionysus.App/Web/SettingsPage.razor
index 8ee36d0..5af1218 100644
--- a/src/Dionysus.App/Web/SettingsPage.razor
+++ b/src/Dionysus.App/Web/SettingsPage.razor
@@ -118,7 +118,16 @@
+ @if (_isUpdateAvailable)
+ {
+
+ }
+
@code {
@@ -136,6 +145,8 @@
static Version _version = Assembly.GetExecutingAssembly().GetName().Version;
static string _versionString = $"{_version.Major}.{_version.Minor} \"{Program._appCodeName}\"";
static Logger _logger = new Logger();
+ private bool _isUpdateAvailable = false;
+ private string _updateUrl = string.Empty;
private string GOGStatus = "fa-solid fa-hourglass-start";
private string XatabStatus = "fa-solid fa-hourglass-start";
@@ -143,6 +154,10 @@
protected override async Task OnInitializedAsync()
{
+ var updateCheck = await AppHelper.NeedUpdate($"{_version.Major}.{_version.Minor}");
+ _isUpdateAvailable = updateCheck.updNeed;
+ _updateUrl = updateCheck.url;
+
GOGStatus = await GOG.GetStatus() ? "fa-solid fa-circle-check" : "fa-solid fa-circle-xmark";
XatabStatus = await Xatab.GetStatus() ? "fa-solid fa-circle-check" : "fa-solid fa-circle-xmark";
FitGirlStatus = await FitGirl.GetStatus() ? "fa-solid fa-circle-check" : "fa-solid fa-circle-xmark";
diff --git a/src/Dionysus.App/Web/wwwroot/pagesCSS/Dionysus/LibraryPage.css b/src/Dionysus.App/Web/wwwroot/pagesCSS/Dionysus/LibraryPage.css
index 20d6c62..eb2a4f3 100644
--- a/src/Dionysus.App/Web/wwwroot/pagesCSS/Dionysus/LibraryPage.css
+++ b/src/Dionysus.App/Web/wwwroot/pagesCSS/Dionysus/LibraryPage.css
@@ -116,7 +116,7 @@ a, .btn-link {
top: 7px;
right: 7px;
display: none;
- gap: 0.2rem;
+ gap: 0.3rem;
z-index: 2;
}
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.AssemblyInfo.cs b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.AssemblyInfo.cs
index fb8219a..bdd593a 100644
--- a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.AssemblyInfo.cs
+++ b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.AssemblyInfo.cs
@@ -12,11 +12,11 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("2.3")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.3+59a2b71f7e74d4f90b7e35e60f3a685574363650")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("2.4")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.4+82d89df58f2acfa0fc092c5fe16ad73145f6fd14")]
[assembly: System.Reflection.AssemblyProductAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyTitleAttribute("Dionysus")]
-[assembly: System.Reflection.AssemblyVersionAttribute("2.3")]
+[assembly: System.Reflection.AssemblyVersionAttribute("2.4")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.AssemblyInfoInputs.cache b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.AssemblyInfoInputs.cache
index 8838fca..f21c217 100644
--- a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.AssemblyInfoInputs.cache
+++ b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.AssemblyInfoInputs.cache
@@ -1 +1 @@
-382009481810ed02f68b093cde34fd7b1b0327badd77e1148ca2e7cfaca9ec92
+51d36010ba54091312e638ee54fb870e3ffc4fac525ef55a098d5350e9ea56d3
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.csproj.GenerateResource.cache b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.csproj.GenerateResource.cache
index 8802ad7..a2c9d00 100644
Binary files a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.csproj.GenerateResource.cache and b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.csproj.GenerateResource.cache differ
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.sourcelink.json b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.sourcelink.json
index 37e3a54..3b022e9 100644
--- a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.sourcelink.json
+++ b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.App.sourcelink.json
@@ -1 +1 @@
-{"documents":{"D:\\C# projects\\Dionysus\\*":"https://raw.githubusercontent.com/blazor911/Dionysus/59a2b71f7e74d4f90b7e35e60f3a685574363650/*"}}
\ No newline at end of file
+{"documents":{"D:\\C# projects\\Dionysus\\*":"https://raw.githubusercontent.com/blazor911/Dionysus/82d89df58f2acfa0fc092c5fe16ad73145f6fd14/*"}}
\ No newline at end of file
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.de.resources b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.de.resources
index 470e08e..1da8b60 100644
Binary files a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.de.resources and b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.de.resources differ
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.fr.resources b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.fr.resources
index 8a109cb..7d81ddd 100644
Binary files a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.fr.resources and b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.fr.resources differ
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.resources b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.resources
index 16e66f9..cea392b 100644
Binary files a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.resources and b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.resources differ
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.uk.resources b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.uk.resources
index 917dc90..14228e5 100644
Binary files a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.uk.resources and b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.Localization.strings.uk.resources differ
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.dll b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.dll
index fa28a04..51fded1 100644
Binary files a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.dll and b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.dll differ
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.pdb b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.pdb
index 08cf6fe..242fc83 100644
Binary files a/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.pdb and b/src/Dionysus.App/obj/Debug/net8.0-windows/Dionysus.pdb differ
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/apphost.exe b/src/Dionysus.App/obj/Debug/net8.0-windows/apphost.exe
index 46e2cd5..bb6ff3d 100644
Binary files a/src/Dionysus.App/obj/Debug/net8.0-windows/apphost.exe and b/src/Dionysus.App/obj/Debug/net8.0-windows/apphost.exe differ
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/de/Dionysus.resources.cs b/src/Dionysus.App/obj/Debug/net8.0-windows/de/Dionysus.resources.cs
index 49329b0..b2b0210 100644
--- a/src/Dionysus.App/obj/Debug/net8.0-windows/de/Dionysus.resources.cs
+++ b/src/Dionysus.App/obj/Debug/net8.0-windows/de/Dionysus.resources.cs
@@ -12,11 +12,11 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyCopyrightAttribute(" ")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("2.3")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.3+59a2b71f7e74d4f90b7e35e60f3a685574363650")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("2.4")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.4+82d89df58f2acfa0fc092c5fe16ad73145f6fd14")]
[assembly: System.Reflection.AssemblyProductAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyTitleAttribute("Dionysus")]
-[assembly: System.Reflection.AssemblyVersionAttribute("2.3.0.0")]
+[assembly: System.Reflection.AssemblyVersionAttribute("2.4.0.0")]
[assembly: System.Reflection.AssemblyCultureAttribute("de")]
// Создано классом WriteCodeFragment MSBuild.
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/de/Dionysus.resources.dll b/src/Dionysus.App/obj/Debug/net8.0-windows/de/Dionysus.resources.dll
index bae153c..cc7eb96 100644
Binary files a/src/Dionysus.App/obj/Debug/net8.0-windows/de/Dionysus.resources.dll and b/src/Dionysus.App/obj/Debug/net8.0-windows/de/Dionysus.resources.dll differ
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/fr/Dionysus.resources.cs b/src/Dionysus.App/obj/Debug/net8.0-windows/fr/Dionysus.resources.cs
index 3784624..a280371 100644
--- a/src/Dionysus.App/obj/Debug/net8.0-windows/fr/Dionysus.resources.cs
+++ b/src/Dionysus.App/obj/Debug/net8.0-windows/fr/Dionysus.resources.cs
@@ -12,11 +12,11 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyCopyrightAttribute(" ")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("2.3")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.3+59a2b71f7e74d4f90b7e35e60f3a685574363650")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("2.4")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.4+82d89df58f2acfa0fc092c5fe16ad73145f6fd14")]
[assembly: System.Reflection.AssemblyProductAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyTitleAttribute("Dionysus")]
-[assembly: System.Reflection.AssemblyVersionAttribute("2.3.0.0")]
+[assembly: System.Reflection.AssemblyVersionAttribute("2.4.0.0")]
[assembly: System.Reflection.AssemblyCultureAttribute("fr")]
// Создано классом WriteCodeFragment MSBuild.
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/fr/Dionysus.resources.dll b/src/Dionysus.App/obj/Debug/net8.0-windows/fr/Dionysus.resources.dll
index 9f694d0..959f397 100644
Binary files a/src/Dionysus.App/obj/Debug/net8.0-windows/fr/Dionysus.resources.dll and b/src/Dionysus.App/obj/Debug/net8.0-windows/fr/Dionysus.resources.dll differ
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/ref/Dionysus.dll b/src/Dionysus.App/obj/Debug/net8.0-windows/ref/Dionysus.dll
index 1e212a5..1e87cf9 100644
Binary files a/src/Dionysus.App/obj/Debug/net8.0-windows/ref/Dionysus.dll and b/src/Dionysus.App/obj/Debug/net8.0-windows/ref/Dionysus.dll differ
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/refint/Dionysus.dll b/src/Dionysus.App/obj/Debug/net8.0-windows/refint/Dionysus.dll
index 1e212a5..1e87cf9 100644
Binary files a/src/Dionysus.App/obj/Debug/net8.0-windows/refint/Dionysus.dll and b/src/Dionysus.App/obj/Debug/net8.0-windows/refint/Dionysus.dll differ
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/uk/Dionysus.resources.cs b/src/Dionysus.App/obj/Debug/net8.0-windows/uk/Dionysus.resources.cs
index 6470846..bd8ee5b 100644
--- a/src/Dionysus.App/obj/Debug/net8.0-windows/uk/Dionysus.resources.cs
+++ b/src/Dionysus.App/obj/Debug/net8.0-windows/uk/Dionysus.resources.cs
@@ -12,11 +12,11 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyCopyrightAttribute(" ")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("2.3")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.3+59a2b71f7e74d4f90b7e35e60f3a685574363650")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("2.4")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.4+82d89df58f2acfa0fc092c5fe16ad73145f6fd14")]
[assembly: System.Reflection.AssemblyProductAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyTitleAttribute("Dionysus")]
-[assembly: System.Reflection.AssemblyVersionAttribute("2.3.0.0")]
+[assembly: System.Reflection.AssemblyVersionAttribute("2.4.0.0")]
[assembly: System.Reflection.AssemblyCultureAttribute("uk")]
// Создано классом WriteCodeFragment MSBuild.
diff --git a/src/Dionysus.App/obj/Debug/net8.0-windows/uk/Dionysus.resources.dll b/src/Dionysus.App/obj/Debug/net8.0-windows/uk/Dionysus.resources.dll
index 121e968..a58525b 100644
Binary files a/src/Dionysus.App/obj/Debug/net8.0-windows/uk/Dionysus.resources.dll and b/src/Dionysus.App/obj/Debug/net8.0-windows/uk/Dionysus.resources.dll differ
diff --git a/src/Dionysus.App/obj/Dionysus.App.csproj.nuget.dgspec.json b/src/Dionysus.App/obj/Dionysus.App.csproj.nuget.dgspec.json
index de16e7b..447dd7a 100644
--- a/src/Dionysus.App/obj/Dionysus.App.csproj.nuget.dgspec.json
+++ b/src/Dionysus.App/obj/Dionysus.App.csproj.nuget.dgspec.json
@@ -88,11 +88,6 @@
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json"
}
- },
- "runtimes": {
- "win-x64": {
- "#import": []
- }
}
}
}
diff --git a/src/Dionysus.App/obj/Dionysus.App.csproj.nuget.g.props b/src/Dionysus.App/obj/Dionysus.App.csproj.nuget.g.props
index d7ee777..bcce8d5 100644
--- a/src/Dionysus.App/obj/Dionysus.App.csproj.nuget.g.props
+++ b/src/Dionysus.App/obj/Dionysus.App.csproj.nuget.g.props
@@ -7,7 +7,7 @@
$(UserProfile)\.nuget\packages\
C:\Users\Kirusha\.nuget\packages\
PackageReference
-
6.11.1
+
6.10.1
diff --git a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.App.AssemblyInfo.cs b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.App.AssemblyInfo.cs
index 7a23233..cad11e6 100644
--- a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.App.AssemblyInfo.cs
+++ b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.App.AssemblyInfo.cs
@@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.3")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.3+59a2b71f7e74d4f90b7e35e60f3a685574363650")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.3+82d89df58f2acfa0fc092c5fe16ad73145f6fd14")]
[assembly: System.Reflection.AssemblyProductAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyTitleAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyVersionAttribute("2.3")]
diff --git a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.App.AssemblyInfoInputs.cache b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.App.AssemblyInfoInputs.cache
index dace338..e4cfe4c 100644
--- a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.App.AssemblyInfoInputs.cache
+++ b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.App.AssemblyInfoInputs.cache
@@ -1 +1 @@
-bfb108870cf0f229f3863e3c50c35875ae1b691f86a9a34fc7caaea986ab7586
+547e0a8c358e495a6b24158170e109832d544c3ac7df2aee215d0073d532a99b
diff --git a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.App.sourcelink.json b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.App.sourcelink.json
index 37e3a54..3b022e9 100644
--- a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.App.sourcelink.json
+++ b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.App.sourcelink.json
@@ -1 +1 @@
-{"documents":{"D:\\C# projects\\Dionysus\\*":"https://raw.githubusercontent.com/blazor911/Dionysus/59a2b71f7e74d4f90b7e35e60f3a685574363650/*"}}
\ No newline at end of file
+{"documents":{"D:\\C# projects\\Dionysus\\*":"https://raw.githubusercontent.com/blazor911/Dionysus/82d89df58f2acfa0fc092c5fe16ad73145f6fd14/*"}}
\ No newline at end of file
diff --git a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.dll b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.dll
index 4e70373..e9a3ca0 100644
Binary files a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.dll and b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.dll differ
diff --git a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.pdb b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.pdb
index 57eb9f7..de7a28c 100644
Binary files a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.pdb and b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/Dionysus.pdb differ
diff --git a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/apphost.exe b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/apphost.exe
index 46e2cd5..4f54cab 100644
Binary files a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/apphost.exe and b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/apphost.exe differ
diff --git a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/de/Dionysus.resources.cs b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/de/Dionysus.resources.cs
index 49329b0..cc4c13a 100644
--- a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/de/Dionysus.resources.cs
+++ b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/de/Dionysus.resources.cs
@@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyCopyrightAttribute(" ")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.3")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.3+59a2b71f7e74d4f90b7e35e60f3a685574363650")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.3+82d89df58f2acfa0fc092c5fe16ad73145f6fd14")]
[assembly: System.Reflection.AssemblyProductAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyTitleAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyVersionAttribute("2.3.0.0")]
diff --git a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/de/Dionysus.resources.dll b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/de/Dionysus.resources.dll
index 066f006..9edec8a 100644
Binary files a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/de/Dionysus.resources.dll and b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/de/Dionysus.resources.dll differ
diff --git a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/fr/Dionysus.resources.cs b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/fr/Dionysus.resources.cs
index 3784624..f616086 100644
--- a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/fr/Dionysus.resources.cs
+++ b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/fr/Dionysus.resources.cs
@@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyCopyrightAttribute(" ")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.3")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.3+59a2b71f7e74d4f90b7e35e60f3a685574363650")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.3+82d89df58f2acfa0fc092c5fe16ad73145f6fd14")]
[assembly: System.Reflection.AssemblyProductAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyTitleAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyVersionAttribute("2.3.0.0")]
diff --git a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/fr/Dionysus.resources.dll b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/fr/Dionysus.resources.dll
index d3bd473..cdb26f3 100644
Binary files a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/fr/Dionysus.resources.dll and b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/fr/Dionysus.resources.dll differ
diff --git a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/ref/Dionysus.dll b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/ref/Dionysus.dll
index f6bd94b..22ed113 100644
Binary files a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/ref/Dionysus.dll and b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/ref/Dionysus.dll differ
diff --git a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/refint/Dionysus.dll b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/refint/Dionysus.dll
index f6bd94b..22ed113 100644
Binary files a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/refint/Dionysus.dll and b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/refint/Dionysus.dll differ
diff --git a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/uk/Dionysus.resources.cs b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/uk/Dionysus.resources.cs
index 6470846..779ba2b 100644
--- a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/uk/Dionysus.resources.cs
+++ b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/uk/Dionysus.resources.cs
@@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyCopyrightAttribute(" ")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.3")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.3+59a2b71f7e74d4f90b7e35e60f3a685574363650")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.3+82d89df58f2acfa0fc092c5fe16ad73145f6fd14")]
[assembly: System.Reflection.AssemblyProductAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyTitleAttribute("Dionysus")]
[assembly: System.Reflection.AssemblyVersionAttribute("2.3.0.0")]
diff --git a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/uk/Dionysus.resources.dll b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/uk/Dionysus.resources.dll
index 90a0cab..ef82c1b 100644
Binary files a/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/uk/Dionysus.resources.dll and b/src/Dionysus.App/obj/Release/net8.0-windows/win-x64/uk/Dionysus.resources.dll differ
diff --git a/src/Dionysus.App/obj/project.assets.json b/src/Dionysus.App/obj/project.assets.json
index 8326b09..6a44d47 100644
--- a/src/Dionysus.App/obj/project.assets.json
+++ b/src/Dionysus.App/obj/project.assets.json
@@ -694,683 +694,6 @@
"buildTransitive/net6.0/System.Text.Json.targets": {}
}
}
- },
- "net8.0-windows7.0/win-x64": {
- "craftersmine.SteamGridDB.Net/1.1.7": {
- "type": "package",
- "dependencies": {
- "Newtonsoft.Json": "13.0.1"
- },
- "compile": {
- "lib/netstandard2.0/craftersmine.SteamGridDB.Net.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/craftersmine.SteamGridDB.Net.dll": {
- "related": ".xml"
- }
- }
- },
- "HtmlAgilityPack/1.11.67": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/HtmlAgilityPack.dll": {
- "related": ".deps.json;.pdb;.xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/HtmlAgilityPack.dll": {
- "related": ".deps.json;.pdb;.xml"
- }
- }
- },
- "Microsoft.AspNetCore.Authorization/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.AspNetCore.Metadata": "8.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
- "Microsoft.Extensions.Options": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.AspNetCore.Authorization.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.AspNetCore.Authorization.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.AspNetCore.Components/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.AspNetCore.Authorization": "8.0.0",
- "Microsoft.AspNetCore.Components.Analyzers": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.AspNetCore.Components.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.AspNetCore.Components.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.AspNetCore.Components.Analyzers/8.0.0": {
- "type": "package",
- "build": {
- "buildTransitive/netstandard2.0/Microsoft.AspNetCore.Components.Analyzers.targets": {}
- }
- },
- "Microsoft.AspNetCore.Components.Forms/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.AspNetCore.Components": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.AspNetCore.Components.Forms.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.AspNetCore.Components.Forms.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.AspNetCore.Components.Web/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.AspNetCore.Components": "8.0.0",
- "Microsoft.AspNetCore.Components.Forms": "8.0.0",
- "Microsoft.Extensions.DependencyInjection": "8.0.0",
- "Microsoft.Extensions.Primitives": "8.0.0",
- "Microsoft.JSInterop": "8.0.0",
- "System.IO.Pipelines": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.AspNetCore.Components.Web.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.AspNetCore.Components.Web.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.AspNetCore.Components.WebView/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.AspNetCore.Components.Web": "8.0.0",
- "Microsoft.Extensions.Configuration.Binder": "8.0.0",
- "Microsoft.Extensions.Configuration.Json": "8.0.0",
- "Microsoft.Extensions.FileProviders.Composite": "8.0.0",
- "Microsoft.Extensions.FileProviders.Embedded": "8.0.0",
- "Microsoft.Extensions.Logging": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.AspNetCore.Components.WebView.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.AspNetCore.Components.WebView.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.AspNetCore.Components.WebView.WindowsForms/8.0.91": {
- "type": "package",
- "dependencies": {
- "Microsoft.AspNetCore.Components.WebView": "8.0.0",
- "Microsoft.Web.WebView2": "1.0.2592.51"
- },
- "compile": {
- "lib/net8.0-windows7.0/Microsoft.AspNetCore.Components.WebView.WindowsForms.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/net8.0-windows7.0/Microsoft.AspNetCore.Components.WebView.WindowsForms.dll": {
- "related": ".pdb;.xml"
- }
- },
- "frameworkReferences": [
- "Microsoft.WindowsDesktop.App.WindowsForms"
- ],
- "build": {
- "build/Microsoft.AspNetCore.Components.WebView.WindowsForms.props": {},
- "build/Microsoft.AspNetCore.Components.WebView.WindowsForms.targets": {}
- }
- },
- "Microsoft.AspNetCore.Metadata/8.0.0": {
- "type": "package",
- "compile": {
- "lib/net8.0/Microsoft.AspNetCore.Metadata.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.AspNetCore.Metadata.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.Extensions.Configuration/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
- "Microsoft.Extensions.Primitives": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- }
- },
- "Microsoft.Extensions.Configuration.Binder/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {}
- }
- },
- "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "8.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
- "Microsoft.Extensions.FileProviders.Physical": "8.0.0",
- "Microsoft.Extensions.Primitives": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- }
- },
- "Microsoft.Extensions.Configuration.Json/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "8.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
- "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
- "System.Text.Json": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
- "type": "package",
- "compile": {
- "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- }
- },
- "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- }
- },
- "Microsoft.Extensions.FileProviders.Composite/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
- "Microsoft.Extensions.Primitives": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.Extensions.FileProviders.Composite.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.FileProviders.Composite.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- }
- },
- "Microsoft.Extensions.FileProviders.Embedded/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.Extensions.FileProviders.Embedded.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.FileProviders.Embedded.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "build/netstandard2.0/_._": {}
- },
- "buildMultiTargeting": {
- "buildMultiTargeting/_._": {}
- }
- },
- "Microsoft.Extensions.FileProviders.Physical/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
- "Microsoft.Extensions.FileSystemGlobbing": "8.0.0",
- "Microsoft.Extensions.Primitives": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- }
- },
- "Microsoft.Extensions.FileSystemGlobbing/8.0.0": {
- "type": "package",
- "compile": {
- "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- }
- },
- "Microsoft.Extensions.Logging/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "8.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
- "Microsoft.Extensions.Options": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.Extensions.Logging.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Logging.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
- }
- },
- "Microsoft.Extensions.Options/8.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
- "Microsoft.Extensions.Primitives": "8.0.0"
- },
- "compile": {
- "lib/net8.0/Microsoft.Extensions.Options.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Options.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {}
- }
- },
- "Microsoft.Extensions.Primitives/8.0.0": {
- "type": "package",
- "compile": {
- "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- }
- },
- "Microsoft.JSInterop/8.0.0": {
- "type": "package",
- "compile": {
- "lib/net8.0/Microsoft.JSInterop.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.JSInterop.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.Web.WebView2/1.0.2592.51": {
- "type": "package",
- "compile": {
- "lib/netcoreapp3.0/Microsoft.Web.WebView2.Core.dll": {
- "related": ".xml"
- },
- "lib/netcoreapp3.0/Microsoft.Web.WebView2.WinForms.dll": {
- "related": ".xml"
- },
- "lib/netcoreapp3.0/Microsoft.Web.WebView2.Wpf.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netcoreapp3.0/Microsoft.Web.WebView2.Core.dll": {
- "related": ".xml"
- },
- "lib/netcoreapp3.0/Microsoft.Web.WebView2.WinForms.dll": {
- "related": ".xml"
- },
- "lib/netcoreapp3.0/Microsoft.Web.WebView2.Wpf.dll": {
- "related": ".xml"
- }
- },
- "native": {
- "runtimes/win-x64/native/WebView2Loader.dll": {}
- },
- "build": {
- "build/_._": {}
- }
- },
- "Mono.Nat/3.0.0": {
- "type": "package",
- "compile": {
- "lib/netstandard2.1/_._": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.1/Mono.Nat.dll": {
- "related": ".xml"
- }
- }
- },
- "MonoTorrent/3.0.0": {
- "type": "package",
- "dependencies": {
- "Mono.Nat": "3.0.0"
- },
- "compile": {
- "lib/net6.0/MonoTorrent.BEncoding.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.Client.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.Connections.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.Dht.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.Factories.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.Messages.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.PiecePicking.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.PieceWriter.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.PortForwarding.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.Trackers.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.dll": {
- "related": ".BEncoding.xml;.Client.xml;.Connections.xml;.Dht.xml;.Factories.xml;.Messages.xml;.PiecePicking.xml;.PieceWriter.xml;.PortForwarding.xml;.Trackers.xml;.xml"
- }
- },
- "runtime": {
- "lib/net6.0/MonoTorrent.BEncoding.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.Client.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.Connections.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.Dht.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.Factories.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.Messages.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.PiecePicking.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.PieceWriter.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.PortForwarding.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.Trackers.dll": {
- "related": ".xml"
- },
- "lib/net6.0/MonoTorrent.dll": {
- "related": ".BEncoding.xml;.Client.xml;.Connections.xml;.Dht.xml;.Factories.xml;.Messages.xml;.PiecePicking.xml;.PieceWriter.xml;.PortForwarding.xml;.Trackers.xml;.xml"
- }
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "compile": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "related": ".xml"
- }
- }
- },
- "System.IO.Pipelines/8.0.0": {
- "type": "package",
- "compile": {
- "lib/net8.0/System.IO.Pipelines.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/System.IO.Pipelines.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- }
- },
- "System.Text.Encodings.Web/8.0.0": {
- "type": "package",
- "compile": {
- "lib/net8.0/System.Text.Encodings.Web.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/System.Text.Encodings.Web.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- }
- },
- "System.Text.Json/8.0.0": {
- "type": "package",
- "dependencies": {
- "System.Text.Encodings.Web": "8.0.0"
- },
- "compile": {
- "lib/net8.0/System.Text.Json.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/System.Text.Json.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/System.Text.Json.targets": {}
- }
- }
}
},
"libraries": {
@@ -2654,11 +1977,6 @@
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json"
}
- },
- "runtimes": {
- "win-x64": {
- "#import": []
- }
}
}
}
\ No newline at end of file
diff --git a/src/Dionysus.App/obj/project.nuget.cache b/src/Dionysus.App/obj/project.nuget.cache
index c98d181..2cb4734 100644
--- a/src/Dionysus.App/obj/project.nuget.cache
+++ b/src/Dionysus.App/obj/project.nuget.cache
@@ -1,6 +1,6 @@
{
"version": 2,
- "dgSpecHash": "yL1+SKpO14k=",
+ "dgSpecHash": "/GyQs0zsXjw=",
"success": true,
"projectFilePath": "D:\\C# projects\\Dionysus\\src\\Dionysus.App\\Dionysus.App.csproj",
"expectedPackageFiles": [
diff --git a/src/Dionysus.App/obj/rider.project.model.nuget.info b/src/Dionysus.App/obj/rider.project.model.nuget.info
index 613c584..b5ed770 100644
--- a/src/Dionysus.App/obj/rider.project.model.nuget.info
+++ b/src/Dionysus.App/obj/rider.project.model.nuget.info
@@ -1 +1 @@
-17309832370032317
\ No newline at end of file
+17309887821839981
\ No newline at end of file
diff --git a/src/Dionysus.App/obj/rider.project.restore.info b/src/Dionysus.App/obj/rider.project.restore.info
index 443cb06..be2e9a2 100644
--- a/src/Dionysus.App/obj/rider.project.restore.info
+++ b/src/Dionysus.App/obj/rider.project.restore.info
@@ -1 +1 @@
-17309823913363676
\ No newline at end of file
+17310005295006999
\ No newline at end of file