Releases: thirtytwointerops/kernel32
v1.0.0.6
v1.0.0.5
This version implements the new coding styles that have been planned and designed for C# projects. We believe that these changes will lead to significant improvements in how the APIs are utilized. We have refactored the code following best development practices, making maintenance easier by organizing the API functions into different files, using the initial letter as the criterion for grouping.
v1.0.0.4
What's New in This Version?
As detailed in the README on the repository's homepage, we've migrated the project's code to a .NET 8.0 class library. This change aims to enhance security and ease the packaging of the library for the Microsoft Windows operating system. Additionally, we've rolled out our final visual identity, updating logos, legal notices, and relevant information, such as the NuGet package description. We hope our new identity will serve as an inspiration for countless developers.
v1.0.0.3
Important Notices
For internal reasons have decided to restructure the files, focusing on Clean Code. As part of this process, all extensive documentation has been removed, allowing greater emphasis on the development of this and other libraries. Over time, all libraries will receive comprehensive and detailed documentation. New developers can use these resources to clarify any questions about Windows APIs, which will be better structured than official documentation.
v1.0.0.2
This version corrects the boolean operator logics in the structures that were inverted, as well as fixing the FieldOffset
indices.