Fixed update URL in update info path

This commit is contained in:
Stone-Red-Code
2021-08-06 19:23:30 +02:00
parent c7e4e89e17
commit 5bf354a22a
18 changed files with 853 additions and 13 deletions
Binary file not shown.
+3 -3
View File
@@ -3,9 +3,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<AssemblyVersion>0.0.5.0</AssemblyVersion>
<FileVersion>0.0.5.0</FileVersion>
<Version>0.0.5.0</Version>
<AssemblyVersion>0.0.4.0</AssemblyVersion>
<FileVersion>0.0.4.0</FileVersion>
<Version>0.0.4.0</Version>
</PropertyGroup>
<ItemGroup>
@@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"DiscordCLI/0.0.5.0": {
"DiscordCLI/0.0.4.0": {
"dependencies": {
"AlwaysUpToDate": "1.0.0.4",
"ColorMineStandard": "1.0.0",
@@ -1013,7 +1013,7 @@
}
},
"libraries": {
"DiscordCLI/0.0.5.0": {
"DiscordCLI/0.0.4.0": {
"type": "project",
"serviceable": false,
"sha512": ""
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -13,11 +13,11 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("DiscordCLI")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.5.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.5.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.4.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.4.0")]
[assembly: System.Reflection.AssemblyProductAttribute("DiscordCLI")]
[assembly: System.Reflection.AssemblyTitleAttribute("DiscordCLI")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.5.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.4.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.
@@ -1 +1 @@
0fe06dcdfd35058752e4e8c3a146ebc9e41e8538
dedb7a4646bba9201d29c4cc7211a4881d770e52
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -5,7 +5,7 @@
},
"projects": {
"C:\\Users\\David\\Programmieren\\DiscordCLI\\src\\DiscordCLI\\DiscordCLI.csproj": {
"version": "0.0.5",
"version": "0.0.4",
"restore": {
"projectUniqueName": "C:\\Users\\David\\Programmieren\\DiscordCLI\\src\\DiscordCLI\\DiscordCLI.csproj",
"projectName": "DiscordCLI",
+1 -1
View File
@@ -5936,7 +5936,7 @@
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "0.0.5",
"version": "0.0.4",
"restore": {
"projectUniqueName": "C:\\Users\\David\\Programmieren\\DiscordCLI\\src\\DiscordCLI\\DiscordCLI.csproj",
"projectName": "DiscordCLI",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "O67/C8jCugAG17Ff1qr+xZNgVBot7ul49EDAV2agWhvLg3zcwSDOU2mWN3GLwhr8CYfEHBRSuiAK9HoR2u+u5g==",
"dgSpecHash": "UlTKwHDcC1nF5xjNTUuoUXtf5qZoxfx+vAbykvwX/WniUmngzJ301ZuAxl8Tk3pWkWRejwwLVBJF5PDdN74unQ==",
"success": true,
"projectFilePath": "C:\\Users\\David\\Programmieren\\DiscordCLI\\src\\DiscordCLI\\DiscordCLI.csproj",
"expectedPackageFiles": [
+1 -1
View File
@@ -1,4 +1,4 @@
{
"Version":"0.0.5.0",
"FileUrl":"http://github.com/Stone-Red-Code/DiscordCLI/blob/main/develop/Windows.zip?raw=true"
"FileUrl":"http://github.com/Stone-Red-Code/DiscordCLI/blob/develop/update/Windows.zip?raw=true"
}