Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
bytecode77 committed Nov 28, 2024
1 parent af7bff7 commit 6a636b1
Show file tree
Hide file tree
Showing 20 changed files with 47 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>Library for commandline parsing and handling.</Description>
<Company>bytecode77</Company>
<Authors>Martin Fischer</Authors>
<Copyright>© bytecode77, 2023.</Copyright>
<Copyright>© bytecode77, 2024.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>BytecodeApi.CommandLineParser</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion BytecodeApi.ConsoleUI/BytecodeApi.ConsoleUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>Console input &amp; output library.</Description>
<Company>bytecode77</Company>
<Authors>Martin Fischer</Authors>
<Copyright>© bytecode77, 2023.</Copyright>
<Copyright>© bytecode77, 2024.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>BytecodeApi.ConsoleUI</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion BytecodeApi.Cryptography/BytecodeApi.Cryptography.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>Library for encryption &amp; hashing and other cryptographic operations.</Description>
<Company>bytecode77</Company>
<Authors>Martin Fischer</Authors>
<Copyright>© bytecode77, 2023.</Copyright>
<Copyright>© bytecode77, 2024.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>BytecodeApi.Cryptography</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion BytecodeApi.CsvParser/BytecodeApi.CsvParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>Library for CSV parsing and writing.</Description>
<Company>bytecode77</Company>
<Authors>Martin Fischer</Authors>
<Copyright>© bytecode77, 2023.</Copyright>
<Copyright>© bytecode77, 2024.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>BytecodeApi.CsvParser</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion BytecodeApi.IniParser/BytecodeApi.IniParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>Library for INI file reading and writing.</Description>
<Company>bytecode77</Company>
<Authors>Martin Fischer</Authors>
<Copyright>© bytecode77, 2023.</Copyright>
<Copyright>© bytecode77, 2024.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>BytecodeApi.IniParser</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>Library for arbitrary generation of words, sentences, names, and other language elements.</Description>
<Company>bytecode77</Company>
<Authors>Martin Fischer</Authors>
<Copyright>© bytecode77, 2023.</Copyright>
<Copyright>© bytecode77, 2024.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>BytecodeApi.LanguageGenerator</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion BytecodeApi.Lexer/BytecodeApi.Lexer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>General purpose tokenizer for parsing of any syntax.</Description>
<Company>bytecode77</Company>
<Authors>Martin Fischer</Authors>
<Copyright>© bytecode77, 2023.</Copyright>
<Copyright>© bytecode77, 2024.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>BytecodeApi.Lexer</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion BytecodeApi.PEParser/BytecodeApi.PEParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>Library for PE file parsing.</Description>
<Company>bytecode77</Company>
<Authors>Martin Fischer</Authors>
<Copyright>© bytecode77, 2023.</Copyright>
<Copyright>© bytecode77, 2024.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>BytecodeApi.PEParser</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion BytecodeApi.PEResources/BytecodeApi.PEResources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Description>Library for reading of native resources of executables &amp; DLL files.</Description>
<Company>bytecode77</Company>
<Authors>Martin Fischer</Authors>
<Copyright>© bytecode77, 2023.</Copyright>
<Copyright>© bytecode77, 2024.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>BytecodeApi.PEResources</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion BytecodeApi.Penetration/BytecodeApi.Penetration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>Basic implementations of certain penetration testing routines, such as code injection.</Description>
<Company>bytecode77</Company>
<Authors>Martin Fischer</Authors>
<Copyright>© bytecode77, 2023.</Copyright>
<Copyright>© bytecode77, 2024.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>BytecodeApi.Penetration</PackageId>
Expand Down
8 changes: 4 additions & 4 deletions BytecodeApi.Rest/BytecodeApi.Rest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">True</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup>
<Version>3.0.2</Version>
<AssemblyVersion>3.0.2</AssemblyVersion>
<FileVersion>3.0.2</FileVersion>
<Version>3.0.3</Version>
<AssemblyVersion>3.0.3</AssemblyVersion>
<FileVersion>3.0.3</FileVersion>
</PropertyGroup>
<PropertyGroup>
<Product>BytecodeApi.Rest</Product>
<Title>BytecodeApi.Rest</Title>
<Description>Fluent REST client.</Description>
<Company>bytecode77</Company>
<Authors>Martin Fischer</Authors>
<Copyright>© bytecode77, 2023.</Copyright>
<Copyright>© bytecode77, 2024.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>BytecodeApi.Rest</PackageId>
Expand Down
4 changes: 4 additions & 0 deletions BytecodeApi.Rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions BytecodeApi.Win32/BytecodeApi.Win32.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">True</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup>
<Version>3.0.1</Version>
<AssemblyVersion>3.0.1</AssemblyVersion>
<FileVersion>3.0.1</FileVersion>
<Version>3.0.2</Version>
<AssemblyVersion>3.0.2</AssemblyVersion>
<FileVersion>3.0.2</FileVersion>
</PropertyGroup>
<PropertyGroup>
<Product>BytecodeApi.Win32</Product>
<Title>BytecodeApi.Win32</Title>
<Description>Library for querying Windows specific operating system data.</Description>
<Company>bytecode77</Company>
<Authors>Martin Fischer</Authors>
<Copyright>© bytecode77, 2023.</Copyright>
<Copyright>© bytecode77, 2024.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>BytecodeApi.Win32</PackageId>
Expand Down
4 changes: 4 additions & 0 deletions BytecodeApi.Win32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion BytecodeApi.Wmi/BytecodeApi.Wmi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>Library for efficient WMI querying.</Description>
<Company>bytecode77</Company>
<Authors>Martin Fischer</Authors>
<Copyright>© bytecode77, 2023.</Copyright>
<Copyright>© bytecode77, 2024.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>BytecodeApi.Wmi</PackageId>
Expand Down
8 changes: 4 additions & 4 deletions BytecodeApi.Wpf/BytecodeApi.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">True</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup>
<Version>3.0.4</Version>
<AssemblyVersion>3.0.4</AssemblyVersion>
<FileVersion>3.0.4</FileVersion>
<Version>3.0.5</Version>
<AssemblyVersion>3.0.5</AssemblyVersion>
<FileVersion>3.0.5</FileVersion>
</PropertyGroup>
<PropertyGroup>
<Product>BytecodeApi.Wpf</Product>
<Title>BytecodeApi.Wpf</Title>
<Description>WPF &amp; MVVM library and converter engine.</Description>
<Company>bytecode77</Company>
<Authors>Martin Fischer</Authors>
<Copyright>© bytecode77, 2023.</Copyright>
<Copyright>© bytecode77, 2024.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>BytecodeApi.Wpf</PackageId>
Expand Down
5 changes: 5 additions & 0 deletions BytecodeApi.Wpf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
8 changes: 4 additions & 4 deletions BytecodeApi/BytecodeApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">True</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup>
<Version>3.0.5</Version>
<AssemblyVersion>3.0.5</AssemblyVersion>
<FileVersion>3.0.5</FileVersion>
<Version>3.0.6</Version>
<AssemblyVersion>3.0.6</AssemblyVersion>
<FileVersion>3.0.6</FileVersion>
</PropertyGroup>
<PropertyGroup>
<Product>BytecodeApi</Product>
<Title>BytecodeApi</Title>
<Description>Framework for C# development.</Description>
<Company>bytecode77</Company>
<Authors>Martin Fischer</Authors>
<Copyright>© bytecode77, 2023.</Copyright>
<Copyright>© bytecode77, 2024.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>BytecodeApi</PackageId>
Expand Down
6 changes: 6 additions & 0 deletions BytecodeApi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6a636b1

Please sign in to comment.