Skip to content

Commit

Permalink
Added 0publish-gui - .NET version 2.25.11
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>0publish-gui - .NET version</name>
  <summary xml:lang="en">GUI editor for Zero Install feeds</summary>
  <description xml:lang="en">
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.</description>
  <icon href="https://apps.0install.net/0install/0publish.png" type="image/png" />
  <icon href="https://apps.0install.net/0install/0publish.ico" type="image/vnd.microsoft.icon" />
  <homepage>https://docs.0install.net/tools/0publish-gui/</homepage>
  <feed-for interface="https://apps.0install.net/0install/0publish-gui-dotnet.xml" />
  <group license="LGPL v3 (GNU Lesser General Public License)">
    <requires interface="https://apps.0install.net/utils/gnupg.xml">
      <environment name="PATH" insert="." />
    </requires>
    <command name="run" path="0publish-gui.exe">
      <runner interface="https://apps.0install.net/dotnet/clr.xml" version="4.7.2.." command="run-gui" />
    </command>
    <implementation version="2.25.11" released="2024-10-28" id="sha256new_3RFMEMJRHZ35CJMYOI7QADFNVBITQHKDZIUXARS3AQ7ILT2D3ZEQ">
      <manifest-digest sha256new="3RFMEMJRHZ35CJMYOI7QADFNVBITQHKDZIUXARS3AQ7ILT2D3ZEQ" />
      <archive href="0publish-gui-dotnet-2.25.11.tar.zst" size="4924165" type="application/x-zstd-compressed-tar" />
    </implementation>
  </group>
</interface>
  • Loading branch information
apps.0install.net committed Oct 28, 2024
1 parent c3bfbf3 commit 18734af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 0install/0publish-gui-dotnet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,9 @@ these feeds.</description>
<manifest-digest sha256new="OO74EMQDV6MPSMLCKSD66LPXX3V5CZSK23XTLWXYCRWCODSNPB7A"/>
<archive href="0publish-gui-dotnet-2.25.10.tar.zst" size="4921660" type="application/x-zstd-compressed-tar"/>
</implementation>
<implementation version="2.25.11" released="2024-10-28" id="sha256new_3RFMEMJRHZ35CJMYOI7QADFNVBITQHKDZIUXARS3AQ7ILT2D3ZEQ" license="LGPL v3 (GNU Lesser General Public License)">
<manifest-digest sha256new="3RFMEMJRHZ35CJMYOI7QADFNVBITQHKDZIUXARS3AQ7ILT2D3ZEQ"/>
<archive href="0publish-gui-dotnet-2.25.11.tar.zst" size="4924165" type="application/x-zstd-compressed-tar"/>
</implementation>
</group>
</interface>

0 comments on commit 18734af

Please sign in to comment.