-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path0install-dotnet.xml.template
More file actions
20 lines (17 loc) · 1.21 KB
/
0install-dotnet.xml.template
File metadata and controls
20 lines (17 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
<name>Zero Install - .NET Core version</name>
<summary>.NET Core version of 0install, the decentralized installation system</summary>
<description>This is the .NET Core version of Zero Install. Zero Install is a cross-platform, decentralized installation system. Instead of having a central repository in which all software is placed under a naming scheme managed by some central authority, programs and libraries in Zero Install are identified by URIs. Anyone who can create a web-page can publish software. Anyone can install software (not just administrators).</description>
<needs-terminal/>
<feed-for interface="https://apps.0install.net/0install/0install-dotnet.xml"/>
<group license="LGPL v3 (GNU Lesser General Public License)">
<command name="run" path="0install.dll">
<runner interface="https://apps.0install.net/dotnet/runtime.xml" version="8.0..!8.1"/>
</command>
<implementation version="{version}" local-path="artifacts/Release/net8.0/publish">
<manifest-digest/>
<archive href="0install-dotnet-{version}.tar.gz"/>
</implementation>
</group>
</interface>