Skip to content

Commit

Permalink
Update the Package
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardobaginskicosta committed Jul 8, 2024
1 parent fb05a8b commit f5775b9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package/.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<id>ThirtyTwo.Kernel32</id>
<version>1.0.0.3</version>
<description>Windows API Kernel32 interop library for the .NET Framework.</description>
<authors>Eduardo Baginski Costa, ThirtyTwo Interops, Novus Inspire</authors>
<authors>Eduardo Baginski Costa, ThirtyTwo Interops</authors>
<owners>eduardobcosta</owners>
<readme>README.md</readme>

<tags>win32 win32api kernel32 kernel32dll thirtytwo interoperability interop</tags>

<icon>.\icon.png</icon>
<icon>.\thirtytwo.png</icon>
<projectUrl>https://github.com/thirtytwointerops/kernel32</projectUrl>
<repository type="git" url="https://github.com/thirtytwointerops/kernel32.git" branch="main" />
<copyright>Copyright © 2024 ThirtyTwo Interops and Novus Inspire</copyright>
<copyright>Copyright © 2024 ThirtyTwo Interops</copyright>

<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
Expand All @@ -25,7 +25,7 @@
</metadata>

<files>
<file src=".\icon.png" target="" />
<file src=".\thirtytwo.png" target="" />
<file src="README.md" target="" />

<file src="..\Source\bin\Release\ThirtyTwo.Kernel32.dll" target="lib\net40\" />
Expand Down
3 changes: 2 additions & 1 deletion Package/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
We interoperate all Kernel32 methods, structures, and enumerations from the Windows API to the .NET Framework following [official Microsoft documentation](https://learn.microsoft.com/en-us/windows/console/console-reference).

**Maintained by [Eduardo Baginski Costa](https://github.com/eduardobaginskicosta) and [Novus Inspire](https://www.linkedin.com/company/novusinspire/).**
**Now part of [Microsoft for Startups Founders Hub](https://www.microsoft.com/en-us/startups)**
**Maintained by [Eduardo Baginski Costa](https://github.com/eduardobaginskicosta)**
Binary file removed Package/icon.png
Binary file not shown.
Binary file added Package/thirtytwo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f5775b9

Please sign in to comment.