-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathRhetos.MvcModelGenerator.Client.nuspec
More file actions
26 lines (26 loc) · 1.26 KB
/
Rhetos.MvcModelGenerator.Client.nuspec
File metadata and controls
26 lines (26 loc) · 1.26 KB
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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Rhetos.MvcModelGenerator.Client</id>
<version>6.1.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>
<readme>docs\Readme.md</readme>
<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="docs" />
<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>