Skip to content

Releases: thirtytwointerops/kernel32

v1.0.0.6

08 Nov 02:00
Compare
Choose a tag to compare

I am correcting a significant error by not having referenced the assembly in the previous packages. I acknowledge that my lack of attention was influenced by fatigue.

v1.0.0.5

07 Nov 21:44
Compare
Choose a tag to compare

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

26 Oct 20:21
Compare
Choose a tag to compare

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

23 Jun 21:47
Compare
Choose a tag to compare

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

18 Apr 14:21
Compare
Choose a tag to compare

This version corrects the boolean operator logics in the structures that were inverted, as well as fixing the FieldOffset indices.