jsuarezruiz / AlohaKit.Controls

A set of .NET MAUI drawn controls.
MIT License
410 stars 46 forks source link

Add CI Build & Versioning #18

Closed dansiegel closed 2 years ago

dansiegel commented 2 years ago

Description

Adds automatic package versioning with Nerdbank Git Versioning. The Major.Minor can be updated by updating the version.json.

Adds a CI build using GitHub Actions. This ensures as well that future builds will be built against the current stable release of .NET MAUI instead of a nightly/vNext like what's on NuGet.org currently #15