From 36ba78396c0c192935ac1bc5cf0a22c8e5bf1b0e Mon Sep 17 00:00:00 2001 From: "O. Jemineh" Date: Thu, 10 Jun 2021 10:42:52 +0200 Subject: [PATCH 1/3] added 30s (lifetime/restock) to edit-menu --- DayZLootEdit/MainWindow.xaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DayZLootEdit/MainWindow.xaml b/DayZLootEdit/MainWindow.xaml index 5b7a332..5326a31 100644 --- a/DayZLootEdit/MainWindow.xaml +++ b/DayZLootEdit/MainWindow.xaml @@ -65,6 +65,7 @@ + @@ -92,6 +93,7 @@ + From 17054a8e586e4ae4878902e2c227d779aaefb488 Mon Sep 17 00:00:00 2001 From: "O. Jemineh" Date: Thu, 10 Jun 2021 10:46:57 +0200 Subject: [PATCH 2/3] change to .NET Framework 4.8 --- DayZLootEdit/App.config | 2 +- DayZLootEdit/DayZLootEdit.csproj | 6 +++--- DayZLootEdit/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DayZLootEdit/App.config b/DayZLootEdit/App.config index ecdcf8a..4bfa005 100644 --- a/DayZLootEdit/App.config +++ b/DayZLootEdit/App.config @@ -1,6 +1,6 @@ - + diff --git a/DayZLootEdit/DayZLootEdit.csproj b/DayZLootEdit/DayZLootEdit.csproj index 5b9ade5..de901d0 100644 --- a/DayZLootEdit/DayZLootEdit.csproj +++ b/DayZLootEdit/DayZLootEdit.csproj @@ -8,7 +8,7 @@ WinExe DayZLootEdit DayZLootEdit - v4.7.2 + v4.8 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 @@ -25,8 +25,8 @@ false false true - 2 - 0.3.13.%2a + 0 + 0.3.14.%2a false true true diff --git a/DayZLootEdit/Properties/AssemblyInfo.cs b/DayZLootEdit/Properties/AssemblyInfo.cs index 6bac059..77261af 100644 --- a/DayZLootEdit/Properties/AssemblyInfo.cs +++ b/DayZLootEdit/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.3.13.2")] -[assembly: AssemblyFileVersion("0.3.13.2")] +[assembly: AssemblyVersion("0.3.14.0")] +[assembly: AssemblyFileVersion("0.3.14.0")] From df5c56ea8367560d67585b92abb6b2c0834eb5b0 Mon Sep 17 00:00:00 2001 From: "O. Jemineh" Date: Thu, 10 Jun 2021 14:17:46 +0200 Subject: [PATCH 3/3] update AssemblyInfo --- DayZLootEdit/DayZLootEdit.csproj | 4 ++-- DayZLootEdit/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DayZLootEdit/DayZLootEdit.csproj b/DayZLootEdit/DayZLootEdit.csproj index de901d0..045497a 100644 --- a/DayZLootEdit/DayZLootEdit.csproj +++ b/DayZLootEdit/DayZLootEdit.csproj @@ -141,9 +141,9 @@ - + False - Microsoft .NET Framework 4.6.1 %28x86 und x64%29 + Microsoft .NET Framework 4.8 %28x86 und x64%29 true diff --git a/DayZLootEdit/Properties/AssemblyInfo.cs b/DayZLootEdit/Properties/AssemblyInfo.cs index 77261af..4f7d3a1 100644 --- a/DayZLootEdit/Properties/AssemblyInfo.cs +++ b/DayZLootEdit/Properties/AssemblyInfo.cs @@ -7,11 +7,11 @@ // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die einer Assembly zugeordnet sind. -[assembly: AssemblyTitle("DayZ LootEditor")] +[assembly: AssemblyTitle("DayZ Loot Editor")] [assembly: AssemblyDescription("A tool to edit the looting table of DayZ (Standalone)")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("DayZ LootEditor")] +[assembly: AssemblyProduct("DayZ Loot Editor")] [assembly: AssemblyCopyright("Copyright © 2021 by Ojemineh")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]