diff --git a/.vs/AlwaysUpToDate/DesignTimeBuild/.dtbcache.v2 b/.vs/AlwaysUpToDate/DesignTimeBuild/.dtbcache.v2 index 87a8be4..4db9d70 100644 Binary files a/.vs/AlwaysUpToDate/DesignTimeBuild/.dtbcache.v2 and b/.vs/AlwaysUpToDate/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/AlwaysUpToDate/v16/.suo b/.vs/AlwaysUpToDate/v16/.suo index 70d33fb..b1a1f31 100644 Binary files a/.vs/AlwaysUpToDate/v16/.suo and b/.vs/AlwaysUpToDate/v16/.suo differ diff --git a/AlwaysUpToDate-Test/AlwaysUpToDate-Test.csproj b/AlwaysUpToDate-Test/AlwaysUpToDate-Test.csproj index 4f081f6..6c9a35d 100644 --- a/AlwaysUpToDate-Test/AlwaysUpToDate-Test.csproj +++ b/AlwaysUpToDate-Test/AlwaysUpToDate-Test.csproj @@ -7,6 +7,10 @@ AlwaysUpToDate_Test.Program 1.0.0.0 1.0.0.0 + + Stone_Red + Stone_Red + 1.0.0 diff --git a/AlwaysUpToDate-Test/Program.cs b/AlwaysUpToDate-Test/Program.cs index 3c5f708..0310b45 100644 --- a/AlwaysUpToDate-Test/Program.cs +++ b/AlwaysUpToDate-Test/Program.cs @@ -16,7 +16,7 @@ namespace AlwaysUpToDate_Test Console.ReadLine(); } - private static void Updater_UpdateAvailible(string version, string additionalInformationUrl) + private static void Updater_UpdateAvailible(string version, string additionalInformation) { Console.WriteLine("New Update avalible: " + version); Console.WriteLine("Do you want to install the new update? (y/n)"); diff --git a/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.deps.json b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.deps.json new file mode 100644 index 0000000..8693fe6 --- /dev/null +++ b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.deps.json @@ -0,0 +1,88 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "AlwaysUpToDate-Test/1.0.0": { + "dependencies": { + "AlwaysUpToDate": "1.0.0.2" + }, + "runtime": { + "AlwaysUpToDate-Test.dll": {} + } + }, + "System.Runtime.CompilerServices.Unsafe/5.0.0": { + "runtime": { + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.20.51904" + } + } + }, + "System.Text.Encodings.Web/5.0.1": { + "runtime": { + "lib/netcoreapp3.0/System.Text.Encodings.Web.dll": { + "assemblyVersion": "5.0.0.1", + "fileVersion": "5.0.421.11614" + } + } + }, + "System.Text.Json/5.0.2": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "5.0.0", + "System.Text.Encodings.Web": "5.0.1" + }, + "runtime": { + "lib/netcoreapp3.0/System.Text.Json.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.521.16609" + } + } + }, + "AlwaysUpToDate/1.0.0.2": { + "dependencies": { + "System.Text.Json": "5.0.2" + }, + "runtime": { + "AlwaysUpToDate.dll": {} + } + } + } + }, + "libraries": { + "AlwaysUpToDate-Test/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.CompilerServices.Unsafe/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==", + "path": "system.runtime.compilerservices.unsafe/5.0.0", + "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512" + }, + "System.Text.Encodings.Web/5.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KmJ+CJXizDofbq6mpqDoRRLcxgOd2z9X3XoFNULSbvbqVRZkFX3istvr+MUjL6Zw1RT+RNdoI4GYidIINtgvqQ==", + "path": "system.text.encodings.web/5.0.1", + "hashPath": "system.text.encodings.web.5.0.1.nupkg.sha512" + }, + "System.Text.Json/5.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I47dVIGiV6SfAyppphxqupertT/5oZkYLDCX6vC3HpOI4ZLjyoKAreUoem2ie6G0RbRuFrlqz/PcTQjfb2DOfQ==", + "path": "system.text.json/5.0.2", + "hashPath": "system.text.json.5.0.2.nupkg.sha512" + }, + "AlwaysUpToDate/1.0.0.2": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.dll b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.dll new file mode 100644 index 0000000..6a1807d Binary files /dev/null and b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.dll differ diff --git a/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.exe b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.exe new file mode 100644 index 0000000..84b88d8 Binary files /dev/null and b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.exe differ diff --git a/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.pdb b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.pdb new file mode 100644 index 0000000..4d0d31a Binary files /dev/null and b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.pdb differ diff --git a/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.runtimeconfig.dev.json b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.runtimeconfig.dev.json new file mode 100644 index 0000000..7edec84 --- /dev/null +++ b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\David\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\David\\.nuget\\packages", + "C:\\Microsoft\\Xamarin\\NuGet" + ] + } +} \ No newline at end of file diff --git a/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.runtimeconfig.json b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.runtimeconfig.json new file mode 100644 index 0000000..bc456d7 --- /dev/null +++ b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate-Test.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "3.1.0" + } + } +} \ No newline at end of file diff --git a/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate.dll b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate.dll new file mode 100644 index 0000000..be7e92b Binary files /dev/null and b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate.dll differ diff --git a/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate.pdb b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate.pdb new file mode 100644 index 0000000..f961ef4 Binary files /dev/null and b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/AlwaysUpToDate.pdb differ diff --git a/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll new file mode 100644 index 0000000..487e7f0 Binary files /dev/null and b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/System.Text.Encodings.Web.dll b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/System.Text.Encodings.Web.dll new file mode 100644 index 0000000..f4e063b Binary files /dev/null and b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/System.Text.Encodings.Web.dll differ diff --git a/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/System.Text.Json.dll b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/System.Text.Json.dll new file mode 100644 index 0000000..e52b914 Binary files /dev/null and b/AlwaysUpToDate-Test/bin/Release/netcoreapp3.1/System.Text.Json.dll differ diff --git a/AlwaysUpToDate-Test/obj/AlwaysUpToDate-Test.csproj.nuget.dgspec.json b/AlwaysUpToDate-Test/obj/AlwaysUpToDate-Test.csproj.nuget.dgspec.json index 2f6d719..3a7cf64 100644 --- a/AlwaysUpToDate-Test/obj/AlwaysUpToDate-Test.csproj.nuget.dgspec.json +++ b/AlwaysUpToDate-Test/obj/AlwaysUpToDate-Test.csproj.nuget.dgspec.json @@ -57,6 +57,12 @@ ], "assetTargetFallback": true, "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.NETCore.App.Host.win-x64", + "version": "[3.1.13, 3.1.13]" + } + ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" @@ -67,7 +73,7 @@ } }, "C:\\Users\\David\\Google Drive\\Programmieren\\AlwaysUpToDate\\AlwaysUpToDate\\AlwaysUpToDate.csproj": { - "version": "1.0.0.1", + "version": "1.0.0.2", "restore": { "projectUniqueName": "C:\\Users\\David\\Google Drive\\Programmieren\\AlwaysUpToDate\\AlwaysUpToDate\\AlwaysUpToDate.csproj", "projectName": "AlwaysUpToDate", diff --git a/AlwaysUpToDate-Test/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/AlwaysUpToDate-Test/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2f7e5ec --- /dev/null +++ b/AlwaysUpToDate-Test/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/AlwaysUpToDate-Test/obj/Release/net5.0/AlwaysUpToDate-Test.AssemblyInfo.cs b/AlwaysUpToDate-Test/obj/Release/net5.0/AlwaysUpToDate-Test.AssemblyInfo.cs new file mode 100644 index 0000000..7203ec9 --- /dev/null +++ b/AlwaysUpToDate-Test/obj/Release/net5.0/AlwaysUpToDate-Test.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("AlwaysUpToDate-Test")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("AlwaysUpToDate-Test")] +[assembly: System.Reflection.AssemblyTitleAttribute("AlwaysUpToDate-Test")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + diff --git a/AlwaysUpToDate-Test/obj/Release/net5.0/AlwaysUpToDate-Test.AssemblyInfoInputs.cache b/AlwaysUpToDate-Test/obj/Release/net5.0/AlwaysUpToDate-Test.AssemblyInfoInputs.cache new file mode 100644 index 0000000..f4c7624 --- /dev/null +++ b/AlwaysUpToDate-Test/obj/Release/net5.0/AlwaysUpToDate-Test.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +03435e23bfe68f55cfdfd8966ae1a5c6a1a09749 diff --git a/AlwaysUpToDate-Test/obj/Release/net5.0/AlwaysUpToDate-Test.GeneratedMSBuildEditorConfig.editorconfig b/AlwaysUpToDate-Test/obj/Release/net5.0/AlwaysUpToDate-Test.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..d7e2983 --- /dev/null +++ b/AlwaysUpToDate-Test/obj/Release/net5.0/AlwaysUpToDate-Test.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,8 @@ +is_global = true +build_property.TargetFramework = net5.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.PublishSingleFile = +build_property.IncludeAllContentForSelfExtract = +build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/AlwaysUpToDate-Test/obj/Release/net5.0/AlwaysUpToDate-Test.assets.cache b/AlwaysUpToDate-Test/obj/Release/net5.0/AlwaysUpToDate-Test.assets.cache new file mode 100644 index 0000000..ecf97a1 Binary files /dev/null and b/AlwaysUpToDate-Test/obj/Release/net5.0/AlwaysUpToDate-Test.assets.cache differ diff --git a/AlwaysUpToDate-Test/obj/Release/net5.0/AlwaysUpToDate-Test.csprojAssemblyReference.cache b/AlwaysUpToDate-Test/obj/Release/net5.0/AlwaysUpToDate-Test.csprojAssemblyReference.cache new file mode 100644 index 0000000..65c6e83 Binary files /dev/null and b/AlwaysUpToDate-Test/obj/Release/net5.0/AlwaysUpToDate-Test.csprojAssemblyReference.cache differ diff --git a/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.AssemblyInfo.cs b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.AssemblyInfo.cs index 7203ec9..94596cb 100644 --- a/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.AssemblyInfo.cs +++ b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.AssemblyInfo.cs @@ -11,7 +11,7 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyCompanyAttribute("AlwaysUpToDate-Test")] +[assembly: System.Reflection.AssemblyCompanyAttribute("Stone_Red")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] diff --git a/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.AssemblyInfoInputs.cache b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.AssemblyInfoInputs.cache index f4c7624..0c59134 100644 --- a/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.AssemblyInfoInputs.cache +++ b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.AssemblyInfoInputs.cache @@ -1 +1 @@ -03435e23bfe68f55cfdfd8966ae1a5c6a1a09749 +220ae1cf5717286e9ea071dc72640aea7aaa7ede diff --git a/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.csproj.CopyComplete b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.csproj.CoreCompileInputs.cache b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..1c98fde --- /dev/null +++ b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +9a416e09859dcfdf29e5ed1949a40b952ad4dbac diff --git a/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.csproj.FileListAbsolute.txt b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..2014fc4 --- /dev/null +++ b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.csproj.FileListAbsolute.txt @@ -0,0 +1,19 @@ +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\bin\Release\netcoreapp3.1\AlwaysUpToDate-Test.exe +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\bin\Release\netcoreapp3.1\AlwaysUpToDate-Test.deps.json +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\bin\Release\netcoreapp3.1\AlwaysUpToDate-Test.runtimeconfig.json +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\bin\Release\netcoreapp3.1\AlwaysUpToDate-Test.runtimeconfig.dev.json +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\bin\Release\netcoreapp3.1\AlwaysUpToDate-Test.dll +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\bin\Release\netcoreapp3.1\AlwaysUpToDate-Test.pdb +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\bin\Release\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\bin\Release\netcoreapp3.1\System.Text.Encodings.Web.dll +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\bin\Release\netcoreapp3.1\System.Text.Json.dll +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\bin\Release\netcoreapp3.1\AlwaysUpToDate.dll +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\bin\Release\netcoreapp3.1\AlwaysUpToDate.pdb +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\obj\Release\netcoreapp3.1\AlwaysUpToDate-Test.csprojAssemblyReference.cache +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\obj\Release\netcoreapp3.1\AlwaysUpToDate-Test.AssemblyInfoInputs.cache +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\obj\Release\netcoreapp3.1\AlwaysUpToDate-Test.AssemblyInfo.cs +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\obj\Release\netcoreapp3.1\AlwaysUpToDate-Test.csproj.CoreCompileInputs.cache +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\obj\Release\netcoreapp3.1\AlwaysUpToDate-Test.csproj.CopyComplete +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\obj\Release\netcoreapp3.1\AlwaysUpToDate-Test.dll +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\obj\Release\netcoreapp3.1\AlwaysUpToDate-Test.pdb +C:\Users\David\Google Drive\Programmieren\AlwaysUpToDate\AlwaysUpToDate-Test\obj\Release\netcoreapp3.1\AlwaysUpToDate-Test.genruntimeconfig.cache diff --git a/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.csprojAssemblyReference.cache b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.csprojAssemblyReference.cache index 83ec010..f89889a 100644 Binary files a/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.csprojAssemblyReference.cache and b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.csprojAssemblyReference.cache differ diff --git a/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.dll b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.dll new file mode 100644 index 0000000..6a1807d Binary files /dev/null and b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.dll differ diff --git a/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.genruntimeconfig.cache b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.genruntimeconfig.cache new file mode 100644 index 0000000..57d4cf6 --- /dev/null +++ b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.genruntimeconfig.cache @@ -0,0 +1 @@ +7ade1a36d24e23079f6f5ebd635dfdf108bda606 diff --git a/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.pdb b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.pdb new file mode 100644 index 0000000..4d0d31a Binary files /dev/null and b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/AlwaysUpToDate-Test.pdb differ diff --git a/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/apphost.exe b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/apphost.exe new file mode 100644 index 0000000..84b88d8 Binary files /dev/null and b/AlwaysUpToDate-Test/obj/Release/netcoreapp3.1/apphost.exe differ diff --git a/AlwaysUpToDate-Test/obj/project.assets.json b/AlwaysUpToDate-Test/obj/project.assets.json index efb6cc3..6dc587f 100644 --- a/AlwaysUpToDate-Test/obj/project.assets.json +++ b/AlwaysUpToDate-Test/obj/project.assets.json @@ -33,7 +33,7 @@ "lib/netcoreapp3.0/System.Text.Json.dll": {} } }, - "AlwaysUpToDate/1.0.0.1": { + "AlwaysUpToDate/1.0.0.2": { "type": "project", "framework": ".NETStandard,Version=v2.1", "dependencies": { @@ -129,7 +129,7 @@ "version.txt" ] }, - "AlwaysUpToDate/1.0.0.1": { + "AlwaysUpToDate/1.0.0.2": { "type": "project", "path": "../AlwaysUpToDate/AlwaysUpToDate.csproj", "msbuildProject": "../AlwaysUpToDate/AlwaysUpToDate.csproj" @@ -137,7 +137,7 @@ }, "projectFileDependencyGroups": { ".NETCoreApp,Version=v3.1": [ - "AlwaysUpToDate >= 1.0.0.1" + "AlwaysUpToDate >= 1.0.0.2" ] }, "packageFolders": { @@ -197,6 +197,12 @@ ], "assetTargetFallback": true, "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.NETCore.App.Host.win-x64", + "version": "[3.1.13, 3.1.13]" + } + ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" diff --git a/AlwaysUpToDate-Test/obj/project.nuget.cache b/AlwaysUpToDate-Test/obj/project.nuget.cache index ac26ffb..997ef8f 100644 --- a/AlwaysUpToDate-Test/obj/project.nuget.cache +++ b/AlwaysUpToDate-Test/obj/project.nuget.cache @@ -1,12 +1,13 @@ { "version": 2, - "dgSpecHash": "506ndkqhm5JO5QR0x89vPMyoFm6V5o1S159brOIO3YCZfz9Roy0LNL2x144TkHJQz6OiZJiDpBGYPsRWF4FDqw==", + "dgSpecHash": "h7cYyI/TV+CCEcTRZE632SBkNMDHVVkhARybMWUxxfebher2R2CBkRSQ+lToUnAxoLUV2REfEELT2Cq4ohNLhw==", "success": true, "projectFilePath": "C:\\Users\\David\\Google Drive\\Programmieren\\AlwaysUpToDate\\AlwaysUpToDate-Test\\AlwaysUpToDate-Test.csproj", "expectedPackageFiles": [ "C:\\Users\\David\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\5.0.0\\system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512", "C:\\Users\\David\\.nuget\\packages\\system.text.encodings.web\\5.0.1\\system.text.encodings.web.5.0.1.nupkg.sha512", - "C:\\Users\\David\\.nuget\\packages\\system.text.json\\5.0.2\\system.text.json.5.0.2.nupkg.sha512" + "C:\\Users\\David\\.nuget\\packages\\system.text.json\\5.0.2\\system.text.json.5.0.2.nupkg.sha512", + "C:\\Users\\David\\.nuget\\packages\\microsoft.netcore.app.host.win-x64\\3.1.13\\microsoft.netcore.app.host.win-x64.3.1.13.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/AlwaysUpToDate/AlwaysUpToDate.csproj b/AlwaysUpToDate/AlwaysUpToDate.csproj index 1e11a2b..4de516f 100644 --- a/AlwaysUpToDate/AlwaysUpToDate.csproj +++ b/AlwaysUpToDate/AlwaysUpToDate.csproj @@ -5,14 +5,15 @@ true false LICENSE - 1.0.0.1 + 1.0.0.2 https://github.com/Stone-Red-Code/AlwaysUpToDate A simple .NET auto updater en Stone_Red Stone_Red - 1.0.0.0 - 1.0.0.0 + 1.0.0.2 + 1.0.0.2 + Updater, AutoUpdate, Auto, C# diff --git a/AlwaysUpToDate/DownloadManager.cs b/AlwaysUpToDate/DownloadManager.cs index 282a844..0d407c3 100644 --- a/AlwaysUpToDate/DownloadManager.cs +++ b/AlwaysUpToDate/DownloadManager.cs @@ -16,7 +16,7 @@ namespace AlwaysUpToDate public event UpdaterChangedHandler ProgressChanged; - public delegate void UpdateAvalibleHandler(string version, string additionalInformationUrl); + public delegate void UpdateAvalibleHandler(string version, string additionalInformation); public event UpdateAvalibleHandler UpdateAvailible; @@ -75,7 +75,7 @@ namespace AlwaysUpToDate updateUrl = updateInfo.FileUrl; if (!updateInfo.Mandatory) { - UpdateAvailible(updateInfo.Version, updateInfo.AdditionalInformationUrl); + UpdateAvailible(updateInfo.Version, updateInfo.AdditionalInformation); } else { diff --git a/AlwaysUpToDate/UpdateInfo.cs b/AlwaysUpToDate/UpdateInfo.cs index e182dc8..48d3137 100644 --- a/AlwaysUpToDate/UpdateInfo.cs +++ b/AlwaysUpToDate/UpdateInfo.cs @@ -8,7 +8,7 @@ namespace AlwaysUpToDate { public string Version { get; set; } public string FileUrl { get; set; } - public string AdditionalInformationUrl { get; set; } + public string AdditionalInformation { get; set; } public bool Mandatory { get; set; } } } \ No newline at end of file diff --git a/AlwaysUpToDate/bin/Release/AlwaysUpToDate.1.0.0.1.nupkg b/AlwaysUpToDate/bin/Release/AlwaysUpToDate.1.0.0.1.nupkg deleted file mode 100644 index 655f85e..0000000 Binary files a/AlwaysUpToDate/bin/Release/AlwaysUpToDate.1.0.0.1.nupkg and /dev/null differ diff --git a/AlwaysUpToDate/bin/Release/AlwaysUpToDate.1.0.0.2.nupkg b/AlwaysUpToDate/bin/Release/AlwaysUpToDate.1.0.0.2.nupkg new file mode 100644 index 0000000..e2acde6 Binary files /dev/null and b/AlwaysUpToDate/bin/Release/AlwaysUpToDate.1.0.0.2.nupkg differ diff --git a/AlwaysUpToDate/bin/Release/netstandard2.1/AlwaysUpToDate.deps.json b/AlwaysUpToDate/bin/Release/netstandard2.1/AlwaysUpToDate.deps.json index aa05aea..4505ab3 100644 --- a/AlwaysUpToDate/bin/Release/netstandard2.1/AlwaysUpToDate.deps.json +++ b/AlwaysUpToDate/bin/Release/netstandard2.1/AlwaysUpToDate.deps.json @@ -7,7 +7,7 @@ "targets": { ".NETStandard,Version=v2.1": {}, ".NETStandard,Version=v2.1/": { - "AlwaysUpToDate/1.0.0.1": { + "AlwaysUpToDate/1.0.0.2": { "dependencies": { "System.Text.Json": "5.0.2" }, @@ -99,7 +99,7 @@ } }, "libraries": { - "AlwaysUpToDate/1.0.0.1": { + "AlwaysUpToDate/1.0.0.2": { "type": "project", "serviceable": false, "sha512": "" diff --git a/AlwaysUpToDate/bin/Release/netstandard2.1/AlwaysUpToDate.dll b/AlwaysUpToDate/bin/Release/netstandard2.1/AlwaysUpToDate.dll index 09b7a3f..be7e92b 100644 Binary files a/AlwaysUpToDate/bin/Release/netstandard2.1/AlwaysUpToDate.dll and b/AlwaysUpToDate/bin/Release/netstandard2.1/AlwaysUpToDate.dll differ diff --git a/AlwaysUpToDate/bin/Release/netstandard2.1/AlwaysUpToDate.pdb b/AlwaysUpToDate/bin/Release/netstandard2.1/AlwaysUpToDate.pdb index 2662adc..f961ef4 100644 Binary files a/AlwaysUpToDate/bin/Release/netstandard2.1/AlwaysUpToDate.pdb and b/AlwaysUpToDate/bin/Release/netstandard2.1/AlwaysUpToDate.pdb differ diff --git a/AlwaysUpToDate/obj/AlwaysUpToDate.csproj.nuget.dgspec.json b/AlwaysUpToDate/obj/AlwaysUpToDate.csproj.nuget.dgspec.json index 6811c3d..e70aee0 100644 --- a/AlwaysUpToDate/obj/AlwaysUpToDate.csproj.nuget.dgspec.json +++ b/AlwaysUpToDate/obj/AlwaysUpToDate.csproj.nuget.dgspec.json @@ -5,7 +5,7 @@ }, "projects": { "C:\\Users\\David\\Google Drive\\Programmieren\\AlwaysUpToDate\\AlwaysUpToDate\\AlwaysUpToDate.csproj": { - "version": "1.0.0.1", + "version": "1.0.0.2", "restore": { "projectUniqueName": "C:\\Users\\David\\Google Drive\\Programmieren\\AlwaysUpToDate\\AlwaysUpToDate\\AlwaysUpToDate.csproj", "projectName": "AlwaysUpToDate", diff --git a/AlwaysUpToDate/obj/Release/AlwaysUpToDate.1.0.0.2.nuspec b/AlwaysUpToDate/obj/Release/AlwaysUpToDate.1.0.0.2.nuspec new file mode 100644 index 0000000..335eca4 --- /dev/null +++ b/AlwaysUpToDate/obj/Release/AlwaysUpToDate.1.0.0.2.nuspec @@ -0,0 +1,23 @@ + + + + AlwaysUpToDate + 1.0.0.2 + Stone_Red + false + LICENSE + https://aka.ms/deprecateLicenseUrl + A simple .NET auto updater + Updater, AutoUpdate, Auto, C# + + + + + + + + + + + + \ No newline at end of file diff --git a/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.AssemblyInfo.cs b/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.AssemblyInfo.cs index 53e84a7..c83220b 100644 --- a/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.AssemblyInfo.cs +++ b/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.AssemblyInfo.cs @@ -14,11 +14,11 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Stone_Red")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyDescriptionAttribute("A simple .NET auto updater")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0.1")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.2")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0.2")] [assembly: System.Reflection.AssemblyProductAttribute("AlwaysUpToDate")] [assembly: System.Reflection.AssemblyTitleAttribute("AlwaysUpToDate")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.2")] [assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Stone-Red-Code/AlwaysUpToDate")] [assembly: System.Resources.NeutralResourcesLanguageAttribute("en")] diff --git a/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.AssemblyInfoInputs.cache b/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.AssemblyInfoInputs.cache index 197962b..b82e5f2 100644 --- a/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.AssemblyInfoInputs.cache +++ b/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.AssemblyInfoInputs.cache @@ -1 +1 @@ -e387a4561471e22ff1970e8dffe2d7bf53682f96 +ba7d291dd820afb22b3a6e5f1fd3d28d7f1f7d86 diff --git a/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.csprojAssemblyReference.cache b/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.csprojAssemblyReference.cache index 574b1e0..2303749 100644 Binary files a/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.csprojAssemblyReference.cache and b/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.csprojAssemblyReference.cache differ diff --git a/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.dll b/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.dll index 09b7a3f..be7e92b 100644 Binary files a/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.dll and b/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.dll differ diff --git a/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.pdb b/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.pdb index 2662adc..f961ef4 100644 Binary files a/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.pdb and b/AlwaysUpToDate/obj/Release/netstandard2.1/AlwaysUpToDate.pdb differ diff --git a/AlwaysUpToDate/obj/project.assets.json b/AlwaysUpToDate/obj/project.assets.json index 7bd8009..4420c96 100644 --- a/AlwaysUpToDate/obj/project.assets.json +++ b/AlwaysUpToDate/obj/project.assets.json @@ -345,7 +345,7 @@ "C:\\Microsoft\\Xamarin\\NuGet\\": {} }, "project": { - "version": "1.0.0.1", + "version": "1.0.0.2", "restore": { "projectUniqueName": "C:\\Users\\David\\Google Drive\\Programmieren\\AlwaysUpToDate\\AlwaysUpToDate\\AlwaysUpToDate.csproj", "projectName": "AlwaysUpToDate", diff --git a/AlwaysUpToDate/obj/project.nuget.cache b/AlwaysUpToDate/obj/project.nuget.cache index 76903ca..54385a1 100644 --- a/AlwaysUpToDate/obj/project.nuget.cache +++ b/AlwaysUpToDate/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "TrD2D1rCbz+MUCIDbCNi4OqgxK1+sPk5ONDf0agZetjulJcOokMvAN3zaHdsf/qmVDSuF+o+MTq0Z5i9E4Y6nQ==", + "dgSpecHash": "EfO7BdBy0M5BGjxlXu9Bm76B4MRwztbAUclTQyri0UOkGzQ9A0Htx2W1EWWHTFC1wciXhFiSGlagOYtltB8nLQ==", "success": true, "projectFilePath": "C:\\Users\\David\\Google Drive\\Programmieren\\AlwaysUpToDate\\AlwaysUpToDate\\AlwaysUpToDate.csproj", "expectedPackageFiles": [ diff --git a/README.md b/README.md index 5efe88d..3d05e6a 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,13 @@ While extracting the zip file all the files that have the same name/path as in t - Version (Required): The version should have this format `X.X.X.X` - FileUrl (Required): Url to the newest installer version zip file - Mandatory (Optional): Should be either true or false. The default is false +- AdditionalInformation (Optional): Can be anything. This will get passed as a parameter of the `UpdateAvailible` event. ```json { "Version":"version", "FileUrl":"url", - "Mandatory":false + "Mandatory":false, + "AdditionalInformation":"information", } ```