diff --git a/README.md b/README.md index e3ef464..7ac3844 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,41 @@ -## πŸ“˜ Get Started +[url_releases]: https://github.com/thirtytwointerops/kernel32/releases +[url_author]: https://github.com/eduardobaginskicosta +[url_dotnet]: https://dotnet.microsoft.com/pt-br/download/dotnet-framework +[url_nuget]: https://www.nuget.org/packages/ThirtyTwo.Kernel32/ +[url_curl]: https://curl.se/download.html +[url_docs]: https://learn.microsoft.com/en-us/windows/console/console-reference -The [Kernel32](https://www.nuget.org/packages/ThirtyTwo.Kernel32/), developed by a community specialized in the interoperability of Windows APIs, enables the use of all functions available in the Kernel32 API. It offers meticulously organized and named structures and enumerations, all based on [official Microsoft documentation](https://learn.microsoft.com/en-us/windows/console/console-reference). + -

- - Get the Official NuGet Package - or download the latest available version - -

+## πŸ“˜ Get Started -## πŸ“‘ Documentation +The [Kernel32][url_nuget], developed by a community specialized in the interoperability of +**Windows APIs**, enables the use of all functions available in the **Kernel32 API**. It +offers meticulously organized and named structures and enumerations, all based on [official Microsoft documentation][url_docs]. + +**✨ Start using the library right now ✨** -At [ThirtyTwo Interops](https://github.com/thirtytwointerops), our mission is to review and enhance Microsoft’s official documentation by correcting incomplete, incorrect, or outdated information. This repository now includes the [Wiki section](https://github.com/thirtytwointerops/kernel32/wiki), which contains the official documentation for the [Kernel32](https://www.nuget.org/packages/ThirtyTwo.Kernel32/) library. Changes may occur over time. +- **Get the [Official NuGet Package][url_nuget].** +- **Download the [latest avaliable version][url_releases].** ## πŸ“¦ Create the NuGet Package -All libraries associated with the .NET Framework come with a pre-configured **`.nuspec`** file intended for package creation. To ensure the safety of developers, we have consolidated all necessary commands into a single **Batch** file. +All libraries associated with the **.NET Framework** come with a pre-configured **`.nuspec`** +file intended for package creation. To ensure the safety of developers, we have consolidated +all necessary commands into a single **Batch** file. -For the packaging process, it is imperative that the following tools are installed on the Microsoft Windows operating system: +For the packaging process, it is imperative that the following tools are installed on the +**Microsoft Windows** operating system: -- [.NET Framework](https://dotnet.microsoft.com/pt-br/download/dotnet-framework), required for project compilation. -- [cURL](https://curl.se/download.html), used for downloading external dependencies. +- **[.NET Framework][url_dotnet]**: required for project compilation. +- **[cURL][url_curl]**: used for downloading external dependencies. -If all dependencies are properly installed, the following command should be executed from the root directory of the project. The package will be generated within the **NuGet** directory: +If all dependencies are properly installed, the following command should be executed from +the root directory of the project. The package will be generated within the **NuGet** directory: ```bash .\pack # or .\pack.bat ``` ---- - -**Now part of [Microsoft for Startups Founders Hub](https://www.microsoft.com/en-us/startups)** -**Maintained by [@eduardobaginskicosta](https://github.com/eduardobaginskicosta) | [X](https://twitter.com/eduardobcosta7/) β€’ [LinkedIn](https://linkedin.com/in/eduardobaginskicosta/) β€’ [Instagram](https://instagram.com/eduardobcosta7/)** +**πŸ§‘β€πŸ’» Maintained by [Eduardo Baginski Costa][url_author].**