mirror of
https://github.com/Stone-Red-Code/DiscordCLI.git
synced 2026-09-04 00:55:58 +02:00
Auto updater cross platform support test2
This commit is contained in:
Binary file not shown.
@@ -3,9 +3,9 @@
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<AssemblyVersion>0.0.4.0</AssemblyVersion>
|
||||
<FileVersion>0.0.4.0</FileVersion>
|
||||
<Version>0.0.4.0</Version>
|
||||
<AssemblyVersion>0.0.5.0</AssemblyVersion>
|
||||
<FileVersion>0.0.5.0</FileVersion>
|
||||
<Version>0.0.5.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_LastSelectedProfileId>C:\Users\David\Google Drive\Programmieren\DiscordCLI\src\DiscordCLI\Properties\PublishProfiles\DiscordCLI.pubxml</_LastSelectedProfileId>
|
||||
<_LastSelectedProfileId>C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\Properties\PublishProfiles\Linux-ARM.pubxml</_LastSelectedProfileId>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -120,7 +120,7 @@ namespace DiscordCLI
|
||||
private void Updater_ProgressChanged(long? totalFileSize, long totalBytesDownloaded, double? progressPercentage)
|
||||
{
|
||||
Console.CursorLeft = 0;
|
||||
ConsoleExt.WriteLine($"Downloading Update: {progressPercentage}% {totalBytesDownloaded}/{totalFileSize}", ConsoleColor.Yellow);
|
||||
ConsoleExt.WriteLine($"Downloading update: {progressPercentage}% {totalBytesDownloaded}/{totalFileSize}", ConsoleColor.Yellow);
|
||||
}
|
||||
|
||||
private void Updater_UpdateAvailible(string version, string additionalInformation)
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Any CPU</Platform>
|
||||
<PublishDir>bin\Release\net5.0\publish\Linux-ARM</PublishDir>
|
||||
<PublishProtocol>FileSystem</PublishProtocol>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<RuntimeIdentifier>linux-arm</RuntimeIdentifier>
|
||||
<SelfContained>false</SelfContained>
|
||||
<PublishSingleFile>True</PublishSingleFile>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
+1
-1
@@ -4,6 +4,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<History>True|2021-05-29T16:25:28.6698849Z;True|2021-05-29T17:53:55.7039453+02:00;True|2021-05-29T17:07:22.9610987+02:00;True|2021-05-29T16:21:45.0240481+02:00;</History>
|
||||
<History>True|2021-08-06T17:06:56.0342838Z;</History>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Any CPU</Platform>
|
||||
<PublishDir>bin\Release\net5.0\publish\Linux-x64</PublishDir>
|
||||
<PublishProtocol>FileSystem</PublishProtocol>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
||||
<SelfContained>false</SelfContained>
|
||||
<PublishSingleFile>True</PublishSingleFile>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<History>True|2021-08-06T17:03:25.0377279Z;</History>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
+3
-1
@@ -6,7 +6,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
<PropertyGroup>
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Any CPU</Platform>
|
||||
<PublishDir>bin\Release\net5.0\publish\DiscordCLI</PublishDir>
|
||||
<PublishDir>bin\Release\net5.0\publish\Windows</PublishDir>
|
||||
<PublishProtocol>FileSystem</PublishProtocol>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<SelfContained>false</SelfContained>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -4,6 +4,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<History>True|2021-05-27T05:49:47.3666888Z;True|2021-05-27T07:46:50.5745814+02:00;</History>
|
||||
<History>True|2021-08-06T17:08:23.2338085Z;True|2021-08-06T19:06:28.4841484+02:00;True|2021-05-29T18:25:28.6698849+02:00;True|2021-05-29T17:53:55.7039453+02:00;True|2021-05-29T17:07:22.9610987+02:00;True|2021-05-29T16:21:45.0240481+02:00;</History>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -6,7 +6,7 @@
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v5.0": {
|
||||
"DiscordCLI/0.0.4.0": {
|
||||
"DiscordCLI/0.0.5.0": {
|
||||
"dependencies": {
|
||||
"AlwaysUpToDate": "1.0.0.4",
|
||||
"ColorMineStandard": "1.0.0",
|
||||
@@ -1013,7 +1013,7 @@
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"DiscordCLI/0.0.4.0": {
|
||||
"DiscordCLI/0.0.5.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -6,9 +6,9 @@
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v5.0": {
|
||||
"DiscordCLI/0.0.4.1": {
|
||||
"DiscordCLI/0.0.5.0": {
|
||||
"dependencies": {
|
||||
"AlwaysUpToDate": "1.0.0.3",
|
||||
"AlwaysUpToDate": "1.0.0.4",
|
||||
"ColorMineStandard": "1.0.0",
|
||||
"DSharpPlus": "3.2.3",
|
||||
"Stone_Red-C-Sharp-Utilities": "1.0.2.1"
|
||||
@@ -17,14 +17,14 @@
|
||||
"DiscordCLI.dll": {}
|
||||
}
|
||||
},
|
||||
"AlwaysUpToDate/1.0.0.3": {
|
||||
"AlwaysUpToDate/1.0.0.4": {
|
||||
"dependencies": {
|
||||
"System.Text.Json": "5.0.2"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.1/AlwaysUpToDate.dll": {
|
||||
"assemblyVersion": "1.0.0.3",
|
||||
"fileVersion": "1.0.0.3"
|
||||
"assemblyVersion": "1.0.0.4",
|
||||
"fileVersion": "1.0.0.4"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1013,17 +1013,17 @@
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"DiscordCLI/0.0.4.1": {
|
||||
"DiscordCLI/0.0.5.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"AlwaysUpToDate/1.0.0.3": {
|
||||
"AlwaysUpToDate/1.0.0.4": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-vJCFkNoEa4cnf4Bck20k0DaPsLk1kgP8uH2B2dbOSpXv+kzVzLAaUsPWO1cm3Yo8bs3Z8JwG3J4xz4AcRzh3yg==",
|
||||
"path": "alwaysuptodate/1.0.0.3",
|
||||
"hashPath": "alwaysuptodate.1.0.0.3.nupkg.sha512"
|
||||
"sha512": "sha512-A/9hqxN8bKsambpkv6klWlRNFZ4gt5bQeO0ciBSx/tYrD6guTU8KzNNdjuvKV7AEBTObbchbEpr+kbC1/JpqYA==",
|
||||
"path": "alwaysuptodate/1.0.0.4",
|
||||
"hashPath": "alwaysuptodate.1.0.0.4.nupkg.sha512"
|
||||
},
|
||||
"ColorMineStandard/1.0.0": {
|
||||
"type": "package",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\David\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\David\\.nuget\\packages",
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
]
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\David\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\David\\.nuget\\packages",
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net5.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "5.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+10
-10
@@ -6,9 +6,9 @@
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v5.0": {
|
||||
"DiscordCLI/0.0.4.0": {
|
||||
"DiscordCLI/0.0.5.0": {
|
||||
"dependencies": {
|
||||
"AlwaysUpToDate": "1.0.0.3",
|
||||
"AlwaysUpToDate": "1.0.0.4",
|
||||
"ColorMineStandard": "1.0.0",
|
||||
"DSharpPlus": "3.2.3",
|
||||
"Stone_Red-C-Sharp-Utilities": "1.0.2.1"
|
||||
@@ -17,14 +17,14 @@
|
||||
"DiscordCLI.dll": {}
|
||||
}
|
||||
},
|
||||
"AlwaysUpToDate/1.0.0.3": {
|
||||
"AlwaysUpToDate/1.0.0.4": {
|
||||
"dependencies": {
|
||||
"System.Text.Json": "5.0.2"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.1/AlwaysUpToDate.dll": {
|
||||
"assemblyVersion": "1.0.0.3",
|
||||
"fileVersion": "1.0.0.3"
|
||||
"assemblyVersion": "1.0.0.4",
|
||||
"fileVersion": "1.0.0.4"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1013,17 +1013,17 @@
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"DiscordCLI/0.0.4.0": {
|
||||
"DiscordCLI/0.0.5.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"AlwaysUpToDate/1.0.0.3": {
|
||||
"AlwaysUpToDate/1.0.0.4": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-vJCFkNoEa4cnf4Bck20k0DaPsLk1kgP8uH2B2dbOSpXv+kzVzLAaUsPWO1cm3Yo8bs3Z8JwG3J4xz4AcRzh3yg==",
|
||||
"path": "alwaysuptodate/1.0.0.3",
|
||||
"hashPath": "alwaysuptodate.1.0.0.3.nupkg.sha512"
|
||||
"sha512": "sha512-A/9hqxN8bKsambpkv6klWlRNFZ4gt5bQeO0ciBSx/tYrD6guTU8KzNNdjuvKV7AEBTObbchbEpr+kbC1/JpqYA==",
|
||||
"path": "alwaysuptodate/1.0.0.4",
|
||||
"hashPath": "alwaysuptodate.1.0.0.4.nupkg.sha512"
|
||||
},
|
||||
"ColorMineStandard/1.0.0": {
|
||||
"type": "package",
|
||||
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net5.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "5.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.4.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.4.0")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.5.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.5.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("DiscordCLI")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("DiscordCLI")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.4.0")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.5.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
dedb7a4646bba9201d29c4cc7211a4881d770e52
|
||||
0fe06dcdfd35058752e4e8c3a146ebc9e41e8538
|
||||
|
||||
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.4",
|
||||
"version": "0.0.5",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\David\\Programmieren\\DiscordCLI\\src\\DiscordCLI\\DiscordCLI.csproj",
|
||||
"projectName": "DiscordCLI",
|
||||
|
||||
@@ -13,11 +13,11 @@ using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("DiscordCLI")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.4.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.4.0")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.5.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.5.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("DiscordCLI")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("DiscordCLI")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.4.0")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.5.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
e7a28f44480e6d7c3cc5ae26796c4ed1fed24767
|
||||
ede44d59f195a8d2374526c3f81859289b112e13
|
||||
|
||||
@@ -1 +1 @@
|
||||
ed9130b67c2b63ef0a7cb8447f7834e4b127bd4e
|
||||
9f062d9b2af4199de8fbfb3ff769e06bac06acc9
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\DiscordCLI\DiscordCLI.exe
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\DiscordCLI\DiscordCLI.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\DiscordCLI\DiscordCLI.deps.json
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\DiscordCLI\DiscordCLI.runtimeconfig.json
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\DiscordCLI\DiscordCLI.pdb
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\DiscordCLI\AlwaysUpToDate.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\DiscordCLI\ColorMineStandard.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\DiscordCLI\DSharpPlus.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\DiscordCLI\Newtonsoft.Json.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\DiscordCLI\Stone_Red-C-Sharp-Utilities.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\DiscordCLI\System.Text.Json.dll
|
||||
@@ -0,0 +1,11 @@
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\Windows\DiscordCLI.exe
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\Windows\DiscordCLI.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\Windows\DiscordCLI.deps.json
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\Windows\DiscordCLI.runtimeconfig.json
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\Windows\DiscordCLI.pdb
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\Windows\AlwaysUpToDate.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\Windows\ColorMineStandard.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\Windows\DSharpPlus.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\Windows\Newtonsoft.Json.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\Windows\Stone_Red-C-Sharp-Utilities.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\Windows\System.Text.Json.dll
|
||||
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
|
||||
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("DiscordCLI")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.5.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.5.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("DiscordCLI")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("DiscordCLI")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.5.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
ede44d59f195a8d2374526c3f81859289b112e13
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net5.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.PublishSingleFile = True
|
||||
build_property.IncludeAllContentForSelfExtract =
|
||||
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
2ab68f24118ac165393fa33de1689f46ab2eb17b
|
||||
@@ -18,3 +18,25 @@ C:\Users\David\Google Drive\Programmieren\DiscordCLI\DiscordCLI\obj\Release\net5
|
||||
C:\Users\David\Google Drive\Programmieren\DiscordCLI\DiscordCLI\obj\Release\net5.0\linux-arm\ref\DiscordCLI.dll
|
||||
C:\Users\David\Google Drive\Programmieren\DiscordCLI\DiscordCLI\obj\Release\net5.0\linux-arm\DiscordCLI.pdb
|
||||
C:\Users\David\Google Drive\Programmieren\DiscordCLI\DiscordCLI\obj\Release\net5.0\linux-arm\DiscordCLI.genruntimeconfig.cache
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\linux-arm\DiscordCLI
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\linux-arm\DiscordCLI.deps.json
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\linux-arm\DiscordCLI.runtimeconfig.json
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\linux-arm\DiscordCLI.runtimeconfig.dev.json
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\linux-arm\DiscordCLI.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\linux-arm\ref\DiscordCLI.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\linux-arm\DiscordCLI.pdb
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\linux-arm\AlwaysUpToDate.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\linux-arm\ColorMineStandard.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\linux-arm\DSharpPlus.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\linux-arm\Newtonsoft.Json.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\linux-arm\Stone_Red-C-Sharp-Utilities.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\linux-arm\System.Text.Json.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\obj\Release\net5.0\linux-arm\DiscordCLI.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\obj\Release\net5.0\linux-arm\DiscordCLI.AssemblyInfoInputs.cache
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\obj\Release\net5.0\linux-arm\DiscordCLI.AssemblyInfo.cs
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\obj\Release\net5.0\linux-arm\DiscordCLI.csproj.CoreCompileInputs.cache
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\obj\Release\net5.0\linux-arm\DiscordCLI.csproj.CopyComplete
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\obj\Release\net5.0\linux-arm\DiscordCLI.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\obj\Release\net5.0\linux-arm\ref\DiscordCLI.dll
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\obj\Release\net5.0\linux-arm\DiscordCLI.pdb
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\obj\Release\net5.0\linux-arm\DiscordCLI.genruntimeconfig.cache
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
c99d53f1588ed433a086d385a6d6dc139324f499
|
||||
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\LinuxARM\DiscordCLI.pdb
|
||||
C:\Users\David\Programmieren\DiscordCLI\src\DiscordCLI\bin\Release\net5.0\publish\LinuxARM\DiscordCLI
|
||||
Binary file not shown.
Binary file not shown.
@@ -13,11 +13,11 @@ using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("DiscordCLI")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.5.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.5.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("DiscordCLI")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("DiscordCLI")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("0.0.5.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
8dbf5d9b5cf6fb65f2290f681f68bfa7a21560cd
|
||||
ede44d59f195a8d2374526c3f81859289b112e13
|
||||
|
||||
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user