kas / percentage

See your battery percentage in the Windows 10 system tray
MIT License
365 stars 128 forks source link

Devcontainer and action #25

Open thumperward opened 3 years ago

thumperward commented 3 years ago

This PR adds a Visual Studio Code devcontainer allowing the project to be developed and built without having to have Visual Studio installed locally. It includes the C# extensions for syntax highlighting and mono for building.

It also adds Github Actions which automatically build (on Windows and Linux). These can optionally upload assets (currently commented).