Skip to content

Commit b46c03c

Browse files
committed
5.0.0
1 parent c3c5bb8 commit b46c03c

16 files changed

Lines changed: 64 additions & 64 deletions

File tree

BytecodeApi.CommandLineParser/BytecodeApi.CommandLineParser.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">True</GeneratePackageOnBuild>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<Version>4.0.0</Version>
11-
<AssemblyVersion>4.0.0</AssemblyVersion>
12-
<FileVersion>4.0.0</FileVersion>
10+
<Version>5.0.0</Version>
11+
<AssemblyVersion>5.0.0</AssemblyVersion>
12+
<FileVersion>5.0.0</FileVersion>
1313
</PropertyGroup>
1414
<PropertyGroup>
1515
<Product>BytecodeApi.CommandLineParser</Product>
1616
<Title>BytecodeApi.CommandLineParser</Title>
1717
<Description>Library for commandline parsing and handling.</Description>
1818
<Company>bytecode77</Company>
1919
<Authors>Martin Fischer</Authors>
20-
<Copyright>© bytecode77, 2025.</Copyright>
20+
<Copyright>© bytecode77, 2026.</Copyright>
2121
</PropertyGroup>
2222
<PropertyGroup>
2323
<PackageId>BytecodeApi.CommandLineParser</PackageId>

BytecodeApi.ConsoleUI/BytecodeApi.ConsoleUI.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">True</GeneratePackageOnBuild>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<Version>4.0.0</Version>
11-
<AssemblyVersion>4.0.0</AssemblyVersion>
12-
<FileVersion>4.0.0</FileVersion>
10+
<Version>5.0.0</Version>
11+
<AssemblyVersion>5.0.0</AssemblyVersion>
12+
<FileVersion>5.0.0</FileVersion>
1313
</PropertyGroup>
1414
<PropertyGroup>
1515
<Product>BytecodeApi.ConsoleUI</Product>
1616
<Title>BytecodeApi.ConsoleUI</Title>
1717
<Description>Console input &amp; output library.</Description>
1818
<Company>bytecode77</Company>
1919
<Authors>Martin Fischer</Authors>
20-
<Copyright>© bytecode77, 2025.</Copyright>
20+
<Copyright>© bytecode77, 2026.</Copyright>
2121
</PropertyGroup>
2222
<PropertyGroup>
2323
<PackageId>BytecodeApi.ConsoleUI</PackageId>

BytecodeApi.Cryptography/BytecodeApi.Cryptography.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">True</GeneratePackageOnBuild>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<Version>4.0.0</Version>
11-
<AssemblyVersion>4.0.0</AssemblyVersion>
12-
<FileVersion>4.0.0</FileVersion>
10+
<Version>5.0.0</Version>
11+
<AssemblyVersion>5.0.0</AssemblyVersion>
12+
<FileVersion>5.0.0</FileVersion>
1313
</PropertyGroup>
1414
<PropertyGroup>
1515
<Product>BytecodeApi.Cryptography</Product>
1616
<Title>BytecodeApi.Cryptography</Title>
1717
<Description>Library for encryption &amp; hashing and other cryptographic operations.</Description>
1818
<Company>bytecode77</Company>
1919
<Authors>Martin Fischer</Authors>
20-
<Copyright>© bytecode77, 2025.</Copyright>
20+
<Copyright>© bytecode77, 2026.</Copyright>
2121
</PropertyGroup>
2222
<PropertyGroup>
2323
<PackageId>BytecodeApi.Cryptography</PackageId>

BytecodeApi.CsvParser/BytecodeApi.CsvParser.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">True</GeneratePackageOnBuild>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<Version>4.0.0</Version>
11-
<AssemblyVersion>4.0.0</AssemblyVersion>
12-
<FileVersion>4.0.0</FileVersion>
10+
<Version>5.0.0</Version>
11+
<AssemblyVersion>5.0.0</AssemblyVersion>
12+
<FileVersion>5.0.0</FileVersion>
1313
</PropertyGroup>
1414
<PropertyGroup>
1515
<Product>BytecodeApi.CsvParser</Product>
1616
<Title>BytecodeApi.CsvParser</Title>
1717
<Description>Library for CSV parsing and writing.</Description>
1818
<Company>bytecode77</Company>
1919
<Authors>Martin Fischer</Authors>
20-
<Copyright>© bytecode77, 2025.</Copyright>
20+
<Copyright>© bytecode77, 2026.</Copyright>
2121
</PropertyGroup>
2222
<PropertyGroup>
2323
<PackageId>BytecodeApi.CsvParser</PackageId>

BytecodeApi.IniParser/BytecodeApi.IniParser.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">True</GeneratePackageOnBuild>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<Version>4.0.0</Version>
11-
<AssemblyVersion>4.0.0</AssemblyVersion>
12-
<FileVersion>4.0.0</FileVersion>
10+
<Version>5.0.0</Version>
11+
<AssemblyVersion>5.0.0</AssemblyVersion>
12+
<FileVersion>5.0.0</FileVersion>
1313
</PropertyGroup>
1414
<PropertyGroup>
1515
<Product>BytecodeApi.IniParser</Product>
1616
<Title>BytecodeApi.IniParser</Title>
1717
<Description>Library for INI file reading and writing.</Description>
1818
<Company>bytecode77</Company>
1919
<Authors>Martin Fischer</Authors>
20-
<Copyright>© bytecode77, 2025.</Copyright>
20+
<Copyright>© bytecode77, 2026.</Copyright>
2121
</PropertyGroup>
2222
<PropertyGroup>
2323
<PackageId>BytecodeApi.IniParser</PackageId>

BytecodeApi.LanguageGenerator/BytecodeApi.LanguageGenerator.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">True</GeneratePackageOnBuild>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<Version>4.0.0</Version>
11-
<AssemblyVersion>4.0.0</AssemblyVersion>
12-
<FileVersion>4.0.0</FileVersion>
10+
<Version>5.0.0</Version>
11+
<AssemblyVersion>5.0.0</AssemblyVersion>
12+
<FileVersion>5.0.0</FileVersion>
1313
</PropertyGroup>
1414
<PropertyGroup>
1515
<Product>BytecodeApi.LanguageGenerator</Product>
1616
<Title>BytecodeApi.LanguageGenerator</Title>
1717
<Description>Library for arbitrary generation of words, sentences, names, and other language elements.</Description>
1818
<Company>bytecode77</Company>
1919
<Authors>Martin Fischer</Authors>
20-
<Copyright>© bytecode77, 2025.</Copyright>
20+
<Copyright>© bytecode77, 2026.</Copyright>
2121
</PropertyGroup>
2222
<PropertyGroup>
2323
<PackageId>BytecodeApi.LanguageGenerator</PackageId>

BytecodeApi.Lexer/BytecodeApi.Lexer.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">True</GeneratePackageOnBuild>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<Version>4.0.0</Version>
11-
<AssemblyVersion>4.0.0</AssemblyVersion>
12-
<FileVersion>4.0.0</FileVersion>
10+
<Version>5.0.0</Version>
11+
<AssemblyVersion>5.0.0</AssemblyVersion>
12+
<FileVersion>5.0.0</FileVersion>
1313
</PropertyGroup>
1414
<PropertyGroup>
1515
<Product>BytecodeApi.Lexer</Product>
1616
<Title>BytecodeApi.Lexer</Title>
1717
<Description>General purpose tokenizer for parsing of any syntax.</Description>
1818
<Company>bytecode77</Company>
1919
<Authors>Martin Fischer</Authors>
20-
<Copyright>© bytecode77, 2025.</Copyright>
20+
<Copyright>© bytecode77, 2026.</Copyright>
2121
</PropertyGroup>
2222
<PropertyGroup>
2323
<PackageId>BytecodeApi.Lexer</PackageId>

BytecodeApi.PEParser/BytecodeApi.PEParser.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">True</GeneratePackageOnBuild>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<Version>4.0.0</Version>
11-
<AssemblyVersion>4.0.0</AssemblyVersion>
12-
<FileVersion>4.0.0</FileVersion>
10+
<Version>5.0.0</Version>
11+
<AssemblyVersion>5.0.0</AssemblyVersion>
12+
<FileVersion>5.0.0</FileVersion>
1313
</PropertyGroup>
1414
<PropertyGroup>
1515
<Product>BytecodeApi.PEParser</Product>
1616
<Title>BytecodeApi.PEParser</Title>
1717
<Description>Library for PE file parsing.</Description>
1818
<Company>bytecode77</Company>
1919
<Authors>Martin Fischer</Authors>
20-
<Copyright>© bytecode77, 2025.</Copyright>
20+
<Copyright>© bytecode77, 2026.</Copyright>
2121
</PropertyGroup>
2222
<PropertyGroup>
2323
<PackageId>BytecodeApi.PEParser</PackageId>

BytecodeApi.PEResources/BytecodeApi.PEResources.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">True</GeneratePackageOnBuild>
99
</PropertyGroup>
1010
<PropertyGroup>
11-
<Version>4.0.0</Version>
12-
<AssemblyVersion>4.0.0</AssemblyVersion>
13-
<FileVersion>4.0.0</FileVersion>
11+
<Version>5.0.0</Version>
12+
<AssemblyVersion>5.0.0</AssemblyVersion>
13+
<FileVersion>5.0.0</FileVersion>
1414
</PropertyGroup>
1515
<PropertyGroup>
1616
<Product>BytecodeApi.PEResources</Product>
1717
<Title>BytecodeApi.PEResources</Title>
1818
<Description>Library for reading of native resources of executables &amp; DLL files.</Description>
1919
<Company>bytecode77</Company>
2020
<Authors>Martin Fischer</Authors>
21-
<Copyright>© bytecode77, 2025.</Copyright>
21+
<Copyright>© bytecode77, 2026.</Copyright>
2222
</PropertyGroup>
2323
<PropertyGroup>
2424
<PackageId>BytecodeApi.PEResources</PackageId>

BytecodeApi.Penetration/BytecodeApi.Penetration.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">True</GeneratePackageOnBuild>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<Version>4.0.0</Version>
11-
<AssemblyVersion>4.0.0</AssemblyVersion>
12-
<FileVersion>4.0.0</FileVersion>
10+
<Version>5.0.0</Version>
11+
<AssemblyVersion>5.0.0</AssemblyVersion>
12+
<FileVersion>5.0.0</FileVersion>
1313
</PropertyGroup>
1414
<PropertyGroup>
1515
<Product>BytecodeApi.Penetration</Product>
1616
<Title>BytecodeApi.Penetration</Title>
1717
<Description>Basic implementations of certain penetration testing routines, such as code injection.</Description>
1818
<Company>bytecode77</Company>
1919
<Authors>Martin Fischer</Authors>
20-
<Copyright>© bytecode77, 2025.</Copyright>
20+
<Copyright>© bytecode77, 2026.</Copyright>
2121
</PropertyGroup>
2222
<PropertyGroup>
2323
<PackageId>BytecodeApi.Penetration</PackageId>

0 commit comments

Comments
 (0)