-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjQuery.ListaDeCompras.nuspec
More file actions
23 lines (23 loc) · 1.04 KB
/
jQuery.ListaDeCompras.nuspec
File metadata and controls
23 lines (23 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>jQuery.ListaDeCompras</id>
<version>3.0.0</version>
<icon>logo.png</icon>
<readme>README.md</readme>
<title>Lista de Compras - jQuery plugin</title>
<authors>Guilherme Branco Stracini</authors>
<owners>Guilherme Branco Stracini</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://ti.editorainovacao.com.br/Docs/ListaDeCompras/API.pdf</projectUrl>
<repository type="git" url="https://github.com/InovacaoMediaBrasil/jQuery.ListaDeCompras/" />
<license type="expression">Apache-2.0</license>
<description>Shows the Lista de Compras, allow create new lists or edit existing, update account info.</description>
<copyright>Copyright © 2017 Editora Inovação LTDA. All rights reserved.</copyright>
<tags>listadecompras editora inovação api lista compras artesanato</tags>
</metadata>
<files>
<file src="logo.png" />
<file src="README.nuget.md" target="README.md" />
</files>
</package>