Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardobaginskicosta authored Oct 26, 2024
1 parent 56f8720 commit 93048a4
Showing 1 changed file with 25 additions and 19 deletions.
44 changes: 25 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
<!-- ======= -->

<p align="center">
<b>
Get the <a href="https://www.nuget.org/packages/ThirtyTwo.Kernel32/">Official NuGet Package</a>
or download the <a href="https://github.com/thirtytwointerops/kernel32/releases">latest available version</a>
</b>
</p>
## 📘 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)&emsp;|&emsp;[X](https://twitter.com/eduardobcosta7/)&ensp;&ensp;[LinkedIn](https://linkedin.com/in/eduardobaginskicosta/)&ensp;&ensp;[Instagram](https://instagram.com/eduardobcosta7/)**
**🧑‍💻 Maintained by [Eduardo Baginski Costa][url_author].**

0 comments on commit 93048a4

Please sign in to comment.