https://github.com/0install/0publish-gui-dotnet
GUI editor for Zero Install feeds
https://github.com/0install/0publish-gui-dotnet
Last synced: 4 months ago
JSON representation
GUI editor for Zero Install feeds
- Host: GitHub
- URL: https://github.com/0install/0publish-gui-dotnet
- Owner: 0install
- License: lgpl-3.0
- Created: 2017-08-13T11:30:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-12-30T22:01:01.000Z (6 months ago)
- Last Synced: 2025-12-30T23:24:02.046Z (6 months ago)
- Language: C#
- Homepage: https://docs.0install.net/tools/0publish-gui/
- Size: 1.2 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# 0publish-gui - .NET version
[](https://github.com/0install/0publish-gui-dotnet/actions/workflows/build.yml)
Publishing a program using Zero Install requires you to create an XML file listing the available versions, where to get them, and what other software they depend on.
This program provides a simple graphical interface for creating and editing these feeds.
**[Documentation and download instructions](https://docs.0install.net/tools/0publish-gui/)**
## Other versions
See also the [Python version](https://github.com/0install/0publish-gui) of this program, for use on Linux and macOS.
## Building
The source code is in [`src/`](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](https://gitversion.net/).
To build install [Visual Studio 2022 v17.13 or newer](https://www.visualstudio.com/downloads/) and run `.\build.ps1`.
## Contributing
We welcome contributions to this project such as bug reports, recommendations, pull requests and [translations](https://www.transifex.com/eicher/0install-win/). If you have any questions feel free to pitch in on our [friendly mailing list](https://0install.net/support.html#lists).
This repository contains an [EditorConfig](http://editorconfig.org/) 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](https://www.jetbrains.com/resharper/) or [Rider](https://www.jetbrains.com/rider/) products.