-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEase.nuspec
34 lines (30 loc) · 1.34 KB
/
Ease.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Ease.Templates</id>
<version>0.0.2</version>
<title>Ease Templates</title>
<authors>Mikkel Buhl</authors>
<description>Templates for creating web apps with 'Ease' using MVC and Inertia with React or Vue</description>
<summary>
Templates for creating web apps with 'Ease' using MVC and Inertia with React or Vue.
</summary>
<releaseNotes>
Finalise backend and React CSR template
</releaseNotes>
<tags>Web;Inertia;MVC;React;Vue</tags>
<license type="expression">MIT</license>
<repository type="git" url="https://github.com/mnbuhl/Ease"/>
<projectUrl>https://github.com/mnbuhl/Ease</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<readme>README.md</readme>
<packageTypes>
<packageType name="Template"/>
</packageTypes>
</metadata>
<files>
<file src="README.md"/>
<file src=".\**" target="content"
exclude="Ease.nuspec;.git\**;.vs\**;.vscode\**;.idea\**;**\bin\**;**\obj\**;**\wwwroot\dist\**;**\node_modules\**;**\.vite\**;LICENSE;**\app.db;**\app.db-shm;**\app.db-wal;.scripts\**;"/>
</files>
</package>