https://github.com/kzu/mono-nugetized
Nugetizes some of Mono assemblies for easier consumption
https://github.com/kzu/mono-nugetized
Last synced: 3 months ago
JSON representation
Nugetizes some of Mono assemblies for easier consumption
- Host: GitHub
- URL: https://github.com/kzu/mono-nugetized
- Owner: kzu
- License: mit
- Created: 2017-10-19T17:22:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T16:51:37.000Z (over 8 years ago)
- Last Synced: 2025-11-21T16:03:19.147Z (8 months ago)
- Size: 785 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mono-nugetized
Nugetizes some of Mono assemblies for easier consumption
| Assembly | Package |
| ------------- | ------------- |
| Mono.Posix | [](https://www.nuget.org/packages/Mono.Posix) | [](https://www.nuget.org/packages/Mono.Posix) |
| Mono.Security | [](https://www.nuget.org/packages/Mono.Security) | [](https://www.nuget.org/packages/Mono.Security) |
# How to nugetize
If you need to create a nuget package for another assembly, these are the steps:
1. Copy [Mono.Posix.targets](https://github.com/kzu/mono-nugetized/blob/master/package/Mono.Posix.targets) to
use as a baseline.
2. Replace the assembly and filename with the one you will include in the nuget package.
3. Update [build.proj](https://github.com/kzu/mono-nugetized/blob/master/build.proj) to include a new `NuGetize`
item for the assembly to nugetize, including a `Description` metadata to include in the package.