Skip to content

generates executable that installs 0install itself along with launcher for a 0install app

License

Notifications You must be signed in to change notification settings

0install/0bootstrap-dotnet

Repository files navigation

0bootstrap - .NET version

Build
0bootstrap generates an executable that installs 0install itself along with a launcher for a 0install app.

Documentation and download instructions

Other versions

See also the Python version of this program, for use on Linux and macOS.

Building

The source code is in src/ and generated artifacts are placed in artifacts/.
The source code does not contain version numbers. Instead the version is determined during CI using GitVersion.

To build install Visual Studio 2022 v17.8 or newer and run .\build.ps1.

Contributing

We welcome contributions to this project such as bug reports, recommendations, pull requests and translations. If you have any questions feel free to pitch in on our friendly mailing list.

This repository contains an EditorConfig file. Please make sure to use an editor that supports it to ensure consistent code style, file encoding, etc.. For full tooling support for all style and naming conventions consider using JetBrains' ReSharper or Rider products.