This repository has been archived by the owner on Aug 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
/
bunqdesktop.nuspec
35 lines (31 loc) · 1.96 KB
/
bunqdesktop.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>bunqdesktop</id>
<version>0.9.10</version>
<!-- <packageSourceUrl>Where is this Chocolatey package located (think GitHub)? packageSourceUrl is highly recommended for the community feed</packageSourceUrl>-->
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>bunqCommunity</owners>
<!-- ============================== -->
<!-- == SOFTWARE SPECIFIC SECTION == -->
<!-- This section is about the software itself -->
<title>bunqDesktop</title>
<authors>bunqCommunity</authors>
<!-- projectUrl is required for the community feed -->
<projectUrl>https://github.com/bunqCommunity/bunqDesktop</projectUrl>
<iconUrl>https://rawgit.com/bunqCommunity/bunqDesktop/master/app/images/256x256.png</iconUrl>
<packageSourceUrl>https://github.com/bunqCommunity/bunqDesktop</packageSourceUrl>
<docsUrl>https://github.com/bunqCommunity/bunqDesktop</docsUrl>
<bugTrackerUrl>https://github.com/bunqCommunity/bunqDesktop/issues</bugTrackerUrl>
<licenseUrl>https://github.com/bunqCommunity/bunqDesktop/blob/master/LICENSE</licenseUrl>
<tags>bunqdesktop finance desktop bunq api</tags>
<summary>The unofficial, free and open source desktop application for the bunq API</summary>
<description>A desktop implementation for bunq's API. This app does everything within the application so you don't have to worry about sharing your API key with anyone else!</description>
<releaseNotes>https://github.com/bunqCommunity/bunqDesktop/releases/tag/0.9.10</releaseNotes>
</metadata>
<files>
<!-- this section controls what actually gets packaged into the Chocolatey package -->
<file src="dist/bunqDesktop Setup *.exe" target="tools" />
<file src="chocolatey/**" target="tools" />
</files>
</package>