-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbruno.nuspec
More file actions
57 lines (32 loc) · 1.91 KB
/
bruno.nuspec
File metadata and controls
57 lines (32 loc) · 1.91 KB
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>bruno</id>
<title>Bruno</title>
<version>3.1.4</version>
<authors>Anoop M D</authors>
<owners>Anoop M D</owners>
<summary>Opensource IDE For Exploring and Testing Api's</summary>
<description><]]></description>
<projectUrl>https://www.usebruno.com</projectUrl>
<tags>bruno api-client rest-client graphql-client foss</tags>
<copyright>Copyright (c) 2025 Bruno Software Inc.</copyright>
<licenseUrl>https://github.com/usebruno/bruno/blob/main/license.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/usebruno/bruno@main/assets/images/logo-transparent.png</iconUrl>
<releaseNotes>https://github.com/usebruno/bruno/releases/tag/v3.1.4</releaseNotes>
<docsUrl>https://docs.usebruno.com</docsUrl>
<projectSourceUrl>https://github.com/usebruno/bruno</projectSourceUrl>
<packageSourceUrl>https://github.com/usebruno/bruno-chocolatey</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>