diff --git a/BytecodeApi.CommandLineParser/BytecodeApi.CommandLineParser.csproj b/BytecodeApi.CommandLineParser/BytecodeApi.CommandLineParser.csproj
index ea98de6..9655627 100644
--- a/BytecodeApi.CommandLineParser/BytecodeApi.CommandLineParser.csproj
+++ b/BytecodeApi.CommandLineParser/BytecodeApi.CommandLineParser.csproj
@@ -17,7 +17,7 @@
Library for commandline parsing and handling.
bytecode77
Martin Fischer
- © bytecode77, 2023.
+ © bytecode77, 2024.
BytecodeApi.CommandLineParser
diff --git a/BytecodeApi.ConsoleUI/BytecodeApi.ConsoleUI.csproj b/BytecodeApi.ConsoleUI/BytecodeApi.ConsoleUI.csproj
index e497e86..9d44943 100644
--- a/BytecodeApi.ConsoleUI/BytecodeApi.ConsoleUI.csproj
+++ b/BytecodeApi.ConsoleUI/BytecodeApi.ConsoleUI.csproj
@@ -17,7 +17,7 @@
Console input & output library.
bytecode77
Martin Fischer
- © bytecode77, 2023.
+ © bytecode77, 2024.
BytecodeApi.ConsoleUI
diff --git a/BytecodeApi.Cryptography/BytecodeApi.Cryptography.csproj b/BytecodeApi.Cryptography/BytecodeApi.Cryptography.csproj
index 5d9c9b1..9a36192 100644
--- a/BytecodeApi.Cryptography/BytecodeApi.Cryptography.csproj
+++ b/BytecodeApi.Cryptography/BytecodeApi.Cryptography.csproj
@@ -17,7 +17,7 @@
Library for encryption & hashing and other cryptographic operations.
bytecode77
Martin Fischer
- © bytecode77, 2023.
+ © bytecode77, 2024.
BytecodeApi.Cryptography
diff --git a/BytecodeApi.CsvParser/BytecodeApi.CsvParser.csproj b/BytecodeApi.CsvParser/BytecodeApi.CsvParser.csproj
index 7829a80..5015156 100644
--- a/BytecodeApi.CsvParser/BytecodeApi.CsvParser.csproj
+++ b/BytecodeApi.CsvParser/BytecodeApi.CsvParser.csproj
@@ -17,7 +17,7 @@
Library for CSV parsing and writing.
bytecode77
Martin Fischer
- © bytecode77, 2023.
+ © bytecode77, 2024.
BytecodeApi.CsvParser
diff --git a/BytecodeApi.IniParser/BytecodeApi.IniParser.csproj b/BytecodeApi.IniParser/BytecodeApi.IniParser.csproj
index 8debb11..7ef5324 100644
--- a/BytecodeApi.IniParser/BytecodeApi.IniParser.csproj
+++ b/BytecodeApi.IniParser/BytecodeApi.IniParser.csproj
@@ -17,7 +17,7 @@
Library for INI file reading and writing.
bytecode77
Martin Fischer
- © bytecode77, 2023.
+ © bytecode77, 2024.
BytecodeApi.IniParser
diff --git a/BytecodeApi.LanguageGenerator/BytecodeApi.LanguageGenerator.csproj b/BytecodeApi.LanguageGenerator/BytecodeApi.LanguageGenerator.csproj
index 61ecd20..5b20877 100644
--- a/BytecodeApi.LanguageGenerator/BytecodeApi.LanguageGenerator.csproj
+++ b/BytecodeApi.LanguageGenerator/BytecodeApi.LanguageGenerator.csproj
@@ -17,7 +17,7 @@
Library for arbitrary generation of words, sentences, names, and other language elements.
bytecode77
Martin Fischer
- © bytecode77, 2023.
+ © bytecode77, 2024.
BytecodeApi.LanguageGenerator
diff --git a/BytecodeApi.Lexer/BytecodeApi.Lexer.csproj b/BytecodeApi.Lexer/BytecodeApi.Lexer.csproj
index bef55b7..f6e8101 100644
--- a/BytecodeApi.Lexer/BytecodeApi.Lexer.csproj
+++ b/BytecodeApi.Lexer/BytecodeApi.Lexer.csproj
@@ -17,7 +17,7 @@
General purpose tokenizer for parsing of any syntax.
bytecode77
Martin Fischer
- © bytecode77, 2023.
+ © bytecode77, 2024.
BytecodeApi.Lexer
diff --git a/BytecodeApi.PEParser/BytecodeApi.PEParser.csproj b/BytecodeApi.PEParser/BytecodeApi.PEParser.csproj
index 94931bb..22ad155 100644
--- a/BytecodeApi.PEParser/BytecodeApi.PEParser.csproj
+++ b/BytecodeApi.PEParser/BytecodeApi.PEParser.csproj
@@ -17,7 +17,7 @@
Library for PE file parsing.
bytecode77
Martin Fischer
- © bytecode77, 2023.
+ © bytecode77, 2024.
BytecodeApi.PEParser
diff --git a/BytecodeApi.PEResources/BytecodeApi.PEResources.csproj b/BytecodeApi.PEResources/BytecodeApi.PEResources.csproj
index 682b90f..4def1b2 100644
--- a/BytecodeApi.PEResources/BytecodeApi.PEResources.csproj
+++ b/BytecodeApi.PEResources/BytecodeApi.PEResources.csproj
@@ -18,7 +18,7 @@
Library for reading of native resources of executables & DLL files.
bytecode77
Martin Fischer
- © bytecode77, 2023.
+ © bytecode77, 2024.
BytecodeApi.PEResources
diff --git a/BytecodeApi.Penetration/BytecodeApi.Penetration.csproj b/BytecodeApi.Penetration/BytecodeApi.Penetration.csproj
index 4cc872f..74c396f 100644
--- a/BytecodeApi.Penetration/BytecodeApi.Penetration.csproj
+++ b/BytecodeApi.Penetration/BytecodeApi.Penetration.csproj
@@ -17,7 +17,7 @@
Basic implementations of certain penetration testing routines, such as code injection.
bytecode77
Martin Fischer
- © bytecode77, 2023.
+ © bytecode77, 2024.
BytecodeApi.Penetration
diff --git a/BytecodeApi.Rest/BytecodeApi.Rest.csproj b/BytecodeApi.Rest/BytecodeApi.Rest.csproj
index 9e21e2d..dc09262 100644
--- a/BytecodeApi.Rest/BytecodeApi.Rest.csproj
+++ b/BytecodeApi.Rest/BytecodeApi.Rest.csproj
@@ -7,9 +7,9 @@
True
- 3.0.2
- 3.0.2
- 3.0.2
+ 3.0.3
+ 3.0.3
+ 3.0.3
BytecodeApi.Rest
@@ -17,7 +17,7 @@
Fluent REST client.
bytecode77
Martin Fischer
- © bytecode77, 2023.
+ © bytecode77, 2024.
BytecodeApi.Rest
diff --git a/BytecodeApi.Rest/README.md b/BytecodeApi.Rest/README.md
index 4856689..a287e33 100644
--- a/BytecodeApi.Rest/README.md
+++ b/BytecodeApi.Rest/README.md
@@ -90,6 +90,10 @@ The configured formats are used in `RestRequest.QueryParameter`.
## Changelog
+### 3.0.3 (28.11.2024)
+
+* **new:** `RestRequest.Header` method
+
### 3.0.2 (27.07.2024)
* **new:** `RestRequest.ReadFile` method
diff --git a/BytecodeApi.Win32/BytecodeApi.Win32.csproj b/BytecodeApi.Win32/BytecodeApi.Win32.csproj
index 3b0e22e..3c4e55c 100644
--- a/BytecodeApi.Win32/BytecodeApi.Win32.csproj
+++ b/BytecodeApi.Win32/BytecodeApi.Win32.csproj
@@ -7,9 +7,9 @@
True
- 3.0.1
- 3.0.1
- 3.0.1
+ 3.0.2
+ 3.0.2
+ 3.0.2
BytecodeApi.Win32
@@ -17,7 +17,7 @@
Library for querying Windows specific operating system data.
bytecode77
Martin Fischer
- © bytecode77, 2023.
+ © bytecode77, 2024.
BytecodeApi.Win32
diff --git a/BytecodeApi.Win32/README.md b/BytecodeApi.Win32/README.md
index 5560ed9..bf8c7b7 100644
--- a/BytecodeApi.Win32/README.md
+++ b/BytecodeApi.Win32/README.md
@@ -201,6 +201,10 @@ foreach(TcpViewEntry entry in tcp.Entries)
## Changelog
+### 3.0.2 (28.11.2024)
+
+* **new:** Several methods in `Desktop` class
+
### 3.0.1 (27.09.2023)
* **new:** `HardwareInfo.TotalMemory` and `AvailableMemory`
diff --git a/BytecodeApi.Wmi/BytecodeApi.Wmi.csproj b/BytecodeApi.Wmi/BytecodeApi.Wmi.csproj
index 28308d2..b1bc9c9 100644
--- a/BytecodeApi.Wmi/BytecodeApi.Wmi.csproj
+++ b/BytecodeApi.Wmi/BytecodeApi.Wmi.csproj
@@ -17,7 +17,7 @@
Library for efficient WMI querying.
bytecode77
Martin Fischer
- © bytecode77, 2023.
+ © bytecode77, 2024.
BytecodeApi.Wmi
diff --git a/BytecodeApi.Wpf/BytecodeApi.Wpf.csproj b/BytecodeApi.Wpf/BytecodeApi.Wpf.csproj
index 396c048..09624c0 100644
--- a/BytecodeApi.Wpf/BytecodeApi.Wpf.csproj
+++ b/BytecodeApi.Wpf/BytecodeApi.Wpf.csproj
@@ -7,9 +7,9 @@
True
- 3.0.4
- 3.0.4
- 3.0.4
+ 3.0.5
+ 3.0.5
+ 3.0.5
BytecodeApi.Wpf
@@ -17,7 +17,7 @@
WPF & MVVM library and converter engine.
bytecode77
Martin Fischer
- © bytecode77, 2023.
+ © bytecode77, 2024.
BytecodeApi.Wpf
diff --git a/BytecodeApi.Wpf/README.md b/BytecodeApi.Wpf/README.md
index 8677052..35819fa 100644
--- a/BytecodeApi.Wpf/README.md
+++ b/BytecodeApi.Wpf/README.md
@@ -249,6 +249,11 @@ if (FileDialogs.OpenFolder(@"C:\path\to\directory") is string directory)
## Changelog
+### 3.0.5 (28.11.2024)
+
+* **new:** `Dialog.Icon` method
+* **new:** `TabItemConverter` class
+
### 3.0.4 (27.07.2024)
* **change:** `BooleanConverter` now implements the `TwoWayConverterBase`
diff --git a/BytecodeApi/BytecodeApi.csproj b/BytecodeApi/BytecodeApi.csproj
index d67befb..e76f21d 100644
--- a/BytecodeApi/BytecodeApi.csproj
+++ b/BytecodeApi/BytecodeApi.csproj
@@ -8,9 +8,9 @@
True
- 3.0.5
- 3.0.5
- 3.0.5
+ 3.0.6
+ 3.0.6
+ 3.0.6
BytecodeApi
@@ -18,7 +18,7 @@
Framework for C# development.
bytecode77
Martin Fischer
- © bytecode77, 2023.
+ © bytecode77, 2024.
BytecodeApi
diff --git a/BytecodeApi/README.md b/BytecodeApi/README.md
index 8d5a172..4a0be3b 100644
--- a/BytecodeApi/README.md
+++ b/BytecodeApi/README.md
@@ -497,6 +497,12 @@ string wrappedTo80chars = Wording.WrapText("A whole paragraph with 1000 words [.
## Changelog
+### 3.0.6 (28.11.2024)
+
+* **new:** `CSharp.RunTask` method
+* **new:** `EnumerableExtensions.Union` method
+* **new:** `DateTimeEx`, `DateTimeExtensions` and `DateOnlyExtensions` methods
+
### 3.0.5 (27.07.2024)
* **new:** `CliCommand.ExecuteAsync` method
diff --git a/LICENSE.md b/LICENSE.md
index 7adf363..c53adc8 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,4 +1,4 @@
-Copyright (c) 2023, bytecode77
+Copyright (c) 2024, bytecode77
All rights reserved.
Redistribution and use in source and binary forms, with or without