-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathRhetos.MvcModelGenerator.Client.nuspec
25 lines (25 loc) · 1.22 KB
/
Rhetos.MvcModelGenerator.Client.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Rhetos.MvcModelGenerator.Client</id>
<version>6.0.0-dev</version>
<authors>Omega software</authors>
<owners>Omega software</owners>
<license type="expression">AGPL-3.0-only</license>
<projectUrl>https://github.com/rhetos/rhetos</projectUrl>
<description>MvcModelGenerator is a plugin package for Rhetos development platform.
It automatically generates ASP.NET MVC model for all entities and other queryable data structures that are defined in a Rhetos application.</description>
<copyright>Copyright Omega software 2015</copyright>
<tags>Rhetos plugin</tags>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="System.ComponentModel.Annotations" version="5.0.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="Readme.md" target="" />
<file src="Plugins\Rhetos.Mvc.Client\bin\Debug\netstandard2.0\Rhetos.Mvc.Client.dll" target="lib\netstandard2.0" />
<file src="Plugins\Rhetos.Mvc.Client\bin\Debug\netstandard2.0\Rhetos.Mvc.Client.pdb" target="lib\netstandard2.0" />
</files>
</package>