Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unoplatform/nuget.updater
A set of tools to update nuget packages in a solution
https://github.com/unoplatform/nuget.updater
dotnet nuget unoplatform
Last synced: 14 days ago
JSON representation
A set of tools to update nuget packages in a solution
- Host: GitHub
- URL: https://github.com/unoplatform/nuget.updater
- Owner: unoplatform
- License: apache-2.0
- Created: 2024-05-17T19:04:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T21:51:56.000Z (19 days ago)
- Last Synced: 2025-01-22T23:34:38.954Z (14 days ago)
- Topics: dotnet, nuget, unoplatform
- Language: C#
- Homepage: https://platform.uno/
- Size: 1.17 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# NuGet Updater
NuGet packages manipulations made easy.
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
- Uno.NuGet.Updater: [![Uno.NuGet.Updater Stable](https://img.shields.io/nuget/v/Uno.NuGet.Updater?label=stable)](https://www.nuget.org/packages/Uno.NuGet.Updater)
- Uno.NuGet.Updater.Tool: [![Uno.NuGet.Updater.Tool Stable](https://img.shields.io/nuget/v/Uno.NuGet.Updater.Tool?label=stable)](https://www.nuget.org/packages/Uno.NuGet.Updater.Tool)## NuGet.Updater
Documentation about the NuGet.Updater can be found [here](doc/nuget-updater.md)
## NuGet.Downloader
Documentation about the NuGet.Downloader can be found [here](doc/nuget-downloader.md)
## NuGet.Hierarchy
Documentation about the NuGet.Hierarchy can be found [here](doc/nuget-hierarchy.md)
## License
This project is licensed under the Apache 2.0 license - see the
[LICENSE](LICENSE) file for details.## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the process for
contributing to this project.Be mindful of our [Code of Conduct](CODE_OF_CONDUCT.md).
## Acknowledgments
This repository is a fork of [nventive's NuGet Updater](https://github.com/nventive/NuGet.Updater) and [build tools](https://github.com/nventive/nventive-Build-Tools).