-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathGitVersion.xml
14 lines (12 loc) · 1.02 KB
/
GitVersion.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" ?>
<interface uri="http://0install.de/feeds/GitVersion.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd">
<name>GitVersion</name>
<summary>versioning when using git, solved</summary>
<description>Versioning when using git, solved. GitVersion looks at your git history and works out the semantic version of the commit being built.</description>
<category>Development</category>
<homepage>https://github.com/GitTools/GitVersion</homepage>
<needs-terminal/>
<feed src="https://apps.0install.net/devel/gitversion.xml"/>
<replaced-by interface="https://apps.0install.net/devel/gitversion.xml"/>
<entry-point binary-name="GitVersion" command="run"/>
</interface>