diff --git a/BytecodeApi.CommandLineParser/.nuget/README.md b/BytecodeApi.CommandLineParser/.nuget/README.md index 3fe0428..9875a28 100644 --- a/BytecodeApi.CommandLineParser/.nuget/README.md +++ b/BytecodeApi.CommandLineParser/.nuget/README.md @@ -1,3 +1,13 @@ # BytecodeApi.CommandLineParser -Library for commandline parsing and handling. \ No newline at end of file +Library for commandline parsing and handling. + +## Examples + +See: [Examples](https://github.com/bytecode77/bytecode-api/blob/master/BytecodeApi.CommandLineParser/README.md) + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.CommandLineParser/README.md b/BytecodeApi.CommandLineParser/README.md index 1b4f148..0595612 100644 --- a/BytecodeApi.CommandLineParser/README.md +++ b/BytecodeApi.CommandLineParser/README.md @@ -96,4 +96,10 @@ new OptionSet("-", "--") ); ``` - \ No newline at end of file + + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.ConsoleUI/.nuget/README.md b/BytecodeApi.ConsoleUI/.nuget/README.md index c808210..c4b6a97 100644 --- a/BytecodeApi.ConsoleUI/.nuget/README.md +++ b/BytecodeApi.ConsoleUI/.nuget/README.md @@ -1,3 +1,13 @@ # BytecodeApi.ConsoleUI -Console input & output library. \ No newline at end of file +Console input & output library. + +## Examples + +See: [Examples](https://github.com/bytecode77/bytecode-api/blob/master/BytecodeApi.ConsoleUI/README.md) + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.ConsoleUI/README.md b/BytecodeApi.ConsoleUI/README.md index 5f68d53..e725f02 100644 --- a/BytecodeApi.ConsoleUI/README.md +++ b/BytecodeApi.ConsoleUI/README.md @@ -142,4 +142,10 @@ ConsoleInput.Theme.ConfirmationAnswerYes = "y"; ConsoleInput.Theme.SelectOptionsPromptText = "Select:"; ``` - \ No newline at end of file + + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.Cryptography/.nuget/README.md b/BytecodeApi.Cryptography/.nuget/README.md index e35b924..5d0165d 100644 --- a/BytecodeApi.Cryptography/.nuget/README.md +++ b/BytecodeApi.Cryptography/.nuget/README.md @@ -1,3 +1,13 @@ # BytecodeApi.Cryptography -Library for encryption & hashing and other cryptographic operations. \ No newline at end of file +Library for encryption & hashing and other cryptographic operations. + +## Examples + +See: [Examples](https://github.com/bytecode77/bytecode-api/blob/master/BytecodeApi.Cryptography/README.md) + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.Cryptography/README.md b/BytecodeApi.Cryptography/README.md index b604adc..e2ab957 100644 --- a/BytecodeApi.Cryptography/README.md +++ b/BytecodeApi.Cryptography/README.md @@ -144,4 +144,10 @@ Console.WriteLine(bloom.Contains("hello") ? "maybe" : "no"); Console.WriteLine(bloom.Contains("world") ? "maybe" : "no"); Console.WriteLine(bloom.Contains("foobar") ? "maybe" : "no"); ``` - \ No newline at end of file + + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.CsvParser/.nuget/README.md b/BytecodeApi.CsvParser/.nuget/README.md index 704078f..fe7eb87 100644 --- a/BytecodeApi.CsvParser/.nuget/README.md +++ b/BytecodeApi.CsvParser/.nuget/README.md @@ -1,3 +1,13 @@ # BytecodeApi.CsvParser -Library for CSV parsing and writing. \ No newline at end of file +Library for CSV parsing and writing. + +## Examples + +See: [Examples](https://github.com/bytecode77/bytecode-api/blob/master/BytecodeApi.CsvParser/README.md) + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.CsvParser/README.md b/BytecodeApi.CsvParser/README.md index 79adf30..5d10996 100644 --- a/BytecodeApi.CsvParser/README.md +++ b/BytecodeApi.CsvParser/README.md @@ -78,4 +78,10 @@ IEnumerable GetRows() } ``` - \ No newline at end of file + + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.IniParser/.nuget/README.md b/BytecodeApi.IniParser/.nuget/README.md index 4e6157b..a067560 100644 --- a/BytecodeApi.IniParser/.nuget/README.md +++ b/BytecodeApi.IniParser/.nuget/README.md @@ -1,3 +1,13 @@ # BytecodeApi.IniParser -Library for INI file reading and writing. \ No newline at end of file +Library for INI file reading and writing. + +## Examples + +See: [Examples](https://github.com/bytecode77/bytecode-api/blob/master/BytecodeApi.IniParser/README.md) + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.IniParser/README.md b/BytecodeApi.IniParser/README.md index adf5f70..5e12d37 100644 --- a/BytecodeApi.IniParser/README.md +++ b/BytecodeApi.IniParser/README.md @@ -129,4 +129,10 @@ IniFileFormattingOptions formattingOptions = new() iniFile.Save(@"C:\path\to\file.ini", Encoding.UTF8, formattingOptions); ``` - \ No newline at end of file + + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.LanguageGenerator/.nuget/README.md b/BytecodeApi.LanguageGenerator/.nuget/README.md index c101e1b..db79ece 100644 --- a/BytecodeApi.LanguageGenerator/.nuget/README.md +++ b/BytecodeApi.LanguageGenerator/.nuget/README.md @@ -1,3 +1,13 @@ # BytecodeApi.LanguageGenerator -Library for arbitrary generation of words, sentences, names, and other language elements. \ No newline at end of file +Library for arbitrary generation of words, sentences, names, and other language elements. + +## Examples + +See: [Examples](https://github.com/bytecode77/bytecode-api/blob/master/BytecodeApi.LanguageGenerator/README.md) + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.LanguageGenerator/README.md b/BytecodeApi.LanguageGenerator/README.md index c7dbdca..a96517f 100644 --- a/BytecodeApi.LanguageGenerator/README.md +++ b/BytecodeApi.LanguageGenerator/README.md @@ -69,4 +69,10 @@ string randomText = textGenerator.Generate(); ## See also * `NameGenerator` to generate first/last names -* `LoremIpsumGenerator` to generate text placeholders with lorem ipsum paragraphs. \ No newline at end of file +* `LoremIpsumGenerator` to generate text placeholders with lorem ipsum paragraphs. + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.Lexer/.nuget/README.md b/BytecodeApi.Lexer/.nuget/README.md index f2f89f2..c60a7f3 100644 --- a/BytecodeApi.Lexer/.nuget/README.md +++ b/BytecodeApi.Lexer/.nuget/README.md @@ -1,3 +1,18 @@ # BytecodeApi.Lexer -General purpose tokenizer for parsing of any syntax. \ No newline at end of file +General purpose tokenizer for parsing of any syntax. + +## Examples + +See: [Examples](https://github.com/bytecode77/bytecode-api/blob/master/BytecodeApi.Lexer/README.md) + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release + +### 3.0.1 (27.09.2023) + +* **new:** `Lexer` method overloads with `RegexOptions` parameter +* **change:** Replaced `Func?` parameters with `Func?` \ No newline at end of file diff --git a/BytecodeApi.Lexer/README.md b/BytecodeApi.Lexer/README.md index 15ba5bf..475ef33 100644 --- a/BytecodeApi.Lexer/README.md +++ b/BytecodeApi.Lexer/README.md @@ -41,4 +41,15 @@ Finally, to tokenize a string, call the `Parse` method. The result is a collecti string formula = "(3 + 4) * 15 / ((-10 - 5) * 3)"; TokenCollection tokens = lexer.Parse(formula); ``` - \ No newline at end of file + + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release + +### 3.0.1 (27.09.2023) + +* **new:** `Lexer` method overloads with `RegexOptions` parameter +* **change:** Replaced `Func?` parameters with `Func?` \ No newline at end of file diff --git a/BytecodeApi.PEParser/.nuget/README.md b/BytecodeApi.PEParser/.nuget/README.md index eba0e55..98729d5 100644 --- a/BytecodeApi.PEParser/.nuget/README.md +++ b/BytecodeApi.PEParser/.nuget/README.md @@ -1,3 +1,13 @@ # BytecodeApi.PEParser -Library for PE file parsing. \ No newline at end of file +Library for PE file parsing. + +## Examples + +See: [Examples](https://github.com/bytecode77/bytecode-api/blob/master/BytecodeApi.PEParser/README.md) + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release. \ No newline at end of file diff --git a/BytecodeApi.PEParser/README.md b/BytecodeApi.PEParser/README.md index 06b9954..e6165c6 100644 --- a/BytecodeApi.PEParser/README.md +++ b/BytecodeApi.PEParser/README.md @@ -26,4 +26,10 @@ foreach (ImageSection section in exe.Sections) } } ``` - \ No newline at end of file + + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.PEResources/.nuget/README.md b/BytecodeApi.PEResources/.nuget/README.md index 9bf2530..77b1637 100644 --- a/BytecodeApi.PEResources/.nuget/README.md +++ b/BytecodeApi.PEResources/.nuget/README.md @@ -1,3 +1,13 @@ # BytecodeApi.PEResources -Library for reading of native resources of executables & DLL files. \ No newline at end of file +Library for reading of native resources of executables & DLL files. + +## Examples + +See: [Examples](https://github.com/bytecode77/bytecode-api/blob/master/BytecodeApi.PEResources/README.md) + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.PEResources/README.md b/BytecodeApi.PEResources/README.md index e02b084..aa8584b 100644 --- a/BytecodeApi.PEResources/README.md +++ b/BytecodeApi.PEResources/README.md @@ -31,4 +31,10 @@ resourceFile.ChangeIcon(new Icon(@"C:\path\to\icon.ico")); // Strip all resources: resourceFile.DeleteResources(); ``` - \ No newline at end of file + + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.Penetration/.nuget/README.md b/BytecodeApi.Penetration/.nuget/README.md index 5cd2568..7a0ba25 100644 --- a/BytecodeApi.Penetration/.nuget/README.md +++ b/BytecodeApi.Penetration/.nuget/README.md @@ -1,3 +1,13 @@ # BytecodeApi.Penetration -Basic implementations of certain penetration testing routines, such as code injection. \ No newline at end of file +Basic implementations of certain penetration testing routines, such as code injection. + +## Examples + +See: [Examples](https://github.com/bytecode77/bytecode-api/blob/master/BytecodeApi.Penetration/README.md) + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.Penetration/README.md b/BytecodeApi.Penetration/README.md index 8fbe580..a8bfa63 100644 --- a/BytecodeApi.Penetration/README.md +++ b/BytecodeApi.Penetration/README.md @@ -52,4 +52,10 @@ To load and invoke a .NET executable, use `ExecuteDotNetAssembly`: byte[] dotNetExecutable = ...; ExecutableInjection.ExecuteDotNetAssembly(dotNetExecutable, new[] { "arg1", "arg2" }); ``` - \ No newline at end of file + + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.Rest/.nuget/README.md b/BytecodeApi.Rest/.nuget/README.md index a5ae0e3..2d62671 100644 --- a/BytecodeApi.Rest/.nuget/README.md +++ b/BytecodeApi.Rest/.nuget/README.md @@ -1,3 +1,13 @@ # BytecodeApi.Rest -Fluent REST client. \ No newline at end of file +Fluent REST client. + +## Examples + +See: [Examples](https://github.com/bytecode77/bytecode-api/blob/master/BytecodeApi.Rest/README.md) + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.Rest/README.md b/BytecodeApi.Rest/README.md index 468a1e1..cf50628 100644 --- a/BytecodeApi.Rest/README.md +++ b/BytecodeApi.Rest/README.md @@ -65,4 +65,10 @@ catch (RestException ex) } ``` - \ No newline at end of file + + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.Win32/.nuget/README.md b/BytecodeApi.Win32/.nuget/README.md index 86ba3e4..d42f50b 100644 --- a/BytecodeApi.Win32/.nuget/README.md +++ b/BytecodeApi.Win32/.nuget/README.md @@ -1,3 +1,18 @@ # BytecodeApi.Win32 -Library for querying Windows specific operating system data. \ No newline at end of file +Library for querying Windows specific operating system data. + +## Examples + +See: [Examples](https://github.com/bytecode77/bytecode-api/blob/master/BytecodeApi.Win32/README.md) + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release + +### 3.0.1 (27.09.2023) + +* **new:** `HardwareInfo.TotalMemory` and `AvailableMemory` +* **removed:** `HardwareInfo.Memory` \ No newline at end of file diff --git a/BytecodeApi.Win32/README.md b/BytecodeApi.Win32/README.md index a33f395..2b20072 100644 --- a/BytecodeApi.Win32/README.md +++ b/BytecodeApi.Win32/README.md @@ -196,4 +196,15 @@ foreach(TcpViewEntry entry in tcp.Entries) // ... } ``` - \ No newline at end of file + + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release + +### 3.0.1 (27.09.2023) + +* **new:** `HardwareInfo.TotalMemory` and `AvailableMemory` +* **removed:** `HardwareInfo.Memory` \ No newline at end of file diff --git a/BytecodeApi.Wmi/.nuget/README.md b/BytecodeApi.Wmi/.nuget/README.md index 265020a..b58772c 100644 --- a/BytecodeApi.Wmi/.nuget/README.md +++ b/BytecodeApi.Wmi/.nuget/README.md @@ -1,3 +1,13 @@ # BytecodeApi.Wmi -Library for efficient WMI querying. \ No newline at end of file +Library for efficient WMI querying. + +## Examples + +See: [Examples](https://github.com/bytecode77/bytecode-api/blob/master/BytecodeApi.Wmi/README.md) + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.Wmi/README.md b/BytecodeApi.Wmi/README.md index 8eb4808..648b21f 100644 --- a/BytecodeApi.Wmi/README.md +++ b/BytecodeApi.Wmi/README.md @@ -47,4 +47,10 @@ Retrieve all namespaces from a namespace: ``` WmiNamespace[] namespaces = WmiContext.Root .GetNamespaces(); -``` \ No newline at end of file +``` + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release \ No newline at end of file diff --git a/BytecodeApi.Wpf/.nuget/README.md b/BytecodeApi.Wpf/.nuget/README.md index 99e2bc9..dd98d39 100644 --- a/BytecodeApi.Wpf/.nuget/README.md +++ b/BytecodeApi.Wpf/.nuget/README.md @@ -1,3 +1,22 @@ # BytecodeApi.Wpf -WPF & MVVM library and converter engine. \ No newline at end of file +WPF & MVVM library and converter engine. + +## Examples + +See: [Examples](https://github.com/bytecode77/bytecode-api/blob/master/BytecodeApi.Wpf/README.md) + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release + +### 3.0.1 (27.09.2023) + +* **new:** `ApplicationExtensions.Dispatch` method + +### 3.0.2 (30.09.2023) + +* **new:** `DateOnlyConverterMethod.Quarter` +* **new:** `DateTimeConverterMethod.Quarter` \ No newline at end of file diff --git a/BytecodeApi.Wpf/README.md b/BytecodeApi.Wpf/README.md index 2cbea36..3348c6f 100644 --- a/BytecodeApi.Wpf/README.md +++ b/BytecodeApi.Wpf/README.md @@ -245,4 +245,19 @@ if (FileDialogs.OpenFolder(@"C:\path\to\directory") is string directory) - `FileDialogs.Save` - `FileDialogs.SelectIcon` - \ No newline at end of file + + +## Changelog + +### 3.0.0 (08.09.2023) + +* Initial release + +### 3.0.1 (27.09.2023) + +* **new:** `ApplicationExtensions.Dispatch` method + +### 3.0.2 (30.09.2023) + +* **new:** `DateOnlyConverterMethod.Quarter` +* **new:** `DateTimeConverterMethod.Quarter` \ No newline at end of file diff --git a/BytecodeApi/.nuget/README.md b/BytecodeApi/.nuget/README.md index 29f74cf..bdf3cd7 100644 --- a/BytecodeApi/.nuget/README.md +++ b/BytecodeApi/.nuget/README.md @@ -1,3 +1,24 @@ # BytecodeApi -Framework for C# development. \ No newline at end of file +Framework for C# development. + +## Examples + +See: [Examples](https://github.com/bytecode77/bytecode-api/blob/master/BytecodeApi/README.md) + +## Changelog + +### 3.0.1 (08.09.2023) + +* Initial release + +### 3.0.2 (27.09.2023) + +* **new:** `SevenBitInteger` class +* **removed:** `ConvertEx.To7BitEncodedInt` and `From7BitEncodedInt` + +### 3.0.3 (30.09.2023) + +* **new:** `RandomExtensions.NextEnumValue` method +* **new:** `RandomNumberGeneratorExtensions.GetEnumValue` method +* **new:** `RegistryExtensions.GetExpandStringValue` and `SetExpandStringValue` method \ No newline at end of file diff --git a/BytecodeApi/README.md b/BytecodeApi/README.md index ec23e88..0720f70 100644 --- a/BytecodeApi/README.md +++ b/BytecodeApi/README.md @@ -459,4 +459,21 @@ string joined = Wording.JoinStrings(", ", " and ", "head", "shoulders", "knees", // Text where each line does not exceed 80 characters: string wrappedTo80chars = Wording.WrapText("A whole paragraph with 1000 words [...]", 80, false); ``` - \ No newline at end of file + + +## Changelog + +### 3.0.1 (08.09.2023) + +* Initial release + +### 3.0.2 (27.09.2023) + +* **new:** `SevenBitInteger` class +* **removed:** `ConvertEx.To7BitEncodedInt` and `From7BitEncodedInt` + +### 3.0.3 (30.09.2023) + +* **new:** `RandomExtensions.NextEnumValue` method +* **new:** `RandomNumberGeneratorExtensions.GetEnumValue` method +* **new:** `RegistryExtensions.GetExpandStringValue` and `SetExpandStringValue` method \ No newline at end of file