-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGretlyStudio.nuspec
22 lines (22 loc) · 1 KB
/
GretlyStudio.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>GretlyStudio</id>
<version>1.0.0</version>
<description>
GretlyStudio is a platform dedicated to people who want to learn to develop web and mobile applications. It will target especially students who want to learn and practice the development of the applications but it will be available to anyone interested in this field.
</description>
<authors>Darius Popescu, Andrei Negret, Savin Popescu</authors>
<projectUrl>https://github.com/SoftwareAteliers/asp-net-core-vue-starter</projectUrl>
<license type="expression">MIT</license>
<packageTypes>
<packageType name="Template" />
</packageTypes>
</metadata>
<files>
<file
src="**"
exclude="**/node_modules/**;**/bin/**;**/obj/**;**/.vs/**;**/.vscode/**;**/ClientApp/dist/**;**/wwwroot/dist/**;content/Directory.Build.*;**/.git/**"
target="Content" />
</files>
</package>