Skip to content

Commit

Permalink
Added Zero Install - .NET Core version 2.25.12
Browse files Browse the repository at this point in the history
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface https://docs.0install.net/specifications/feed.xsd http://0install.de/schema/desktop-integration/capabilities https://docs.0install.net/specifications/capabilities.xsd" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>Zero Install - .NET Core version</name>
  <summary xml:lang="en">.NET Core version of 0install, the decentralized installation system</summary>
  <description xml:lang="en">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="2.25.12" released="2024-10-01" id="sha256new_FMY6QUKAN6NQG3VSS3AZP4ZH7Y4ONQOBWIQGVTFRG4TMY2VCHLGA">
      <manifest-digest sha256new="FMY6QUKAN6NQG3VSS3AZP4ZH7Y4ONQOBWIQGVTFRG4TMY2VCHLGA" />
      <archive href="0install-dotnet-2.25.12.tar.gz" size="13623283" type="application/x-compressed-tar" />
    </implementation>
  </group>
</interface>
  • Loading branch information
apps.0install.net committed Oct 1, 2024
1 parent 6a841aa commit 917fbba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 0install/0install-dotnet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,9 @@
<manifest-digest sha256new="OQVXL7IMFL4QJ3BYEJR7X6K52CWAMBBNZBHBIMPV4LOLYKGIO5AQ"/>
<archive href="0install-dotnet-2.25.11.tar.gz" size="13619288" type="application/x-compressed-tar"/>
</implementation>
<implementation version="2.25.12" released="2024-10-01" id="sha256new_FMY6QUKAN6NQG3VSS3AZP4ZH7Y4ONQOBWIQGVTFRG4TMY2VCHLGA">
<manifest-digest sha256new="FMY6QUKAN6NQG3VSS3AZP4ZH7Y4ONQOBWIQGVTFRG4TMY2VCHLGA"/>
<archive href="0install-dotnet-2.25.12.tar.gz" size="13623283" type="application/x-compressed-tar"/>
</implementation>
</group>
</interface>

0 comments on commit 917fbba

Please sign in to comment.