-
Notifications
You must be signed in to change notification settings - Fork 101
/
slidy.nuspec
24 lines (21 loc) · 1.02 KB
/
slidy.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>slidy</id>
<packageSourceUrl>https://github.com/Flutterando/slidy</packageSourceUrl>
<owners>flutterando</owners>
<title>Slidy</title>
<authors>flutterando</authors>
<projectUrl>https://github.com/Flutterando/slidy</projectUrl>
<licenseUrl>https://github.com/Flutterando/slidy/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>https://github.com/Flutterando/slidy</docsUrl>
<tags>Slidy flutter dart</tags>
<summary>Slidy. Templates for Flutter Modular apps</summary>
<description>CLI package manager, template for Flutter and Pipeline (scripts). Generate Modules, Pages, Widgets, BLoCs, MobX, Triple and more</description>
<releaseNotes>https://github.com/Flutterando/slidy/blob/master/CHANGELOG.md</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>