-
Notifications
You must be signed in to change notification settings - Fork 6
/
Rhetos.RestGenerator.nuspec
33 lines (33 loc) · 1.61 KB
/
Rhetos.RestGenerator.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Rhetos.RestGenerator</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>RestGenerator is a plugin package for Rhetos development platform.
It automatically generates RESTful JSON web service for all entities, actions and other data structures that are defined in a Rhetos application.</description>
<copyright>Copyright Omega software 2015</copyright>
<tags>Rhetos plugin</tags>
<dependencies>
<group targetFramework="net8.0">
<dependency id="Rhetos.CommonConcepts" version="6.0.0-dev24011711054c6feb" />
<dependency id="Rhetos.Host.AspNet" version="6.0.0-dev24011711054c6feb" />
</group>
</dependencies>
<frameworkReferences>
<group targetFramework="net8.0">
<frameworkReference name="Microsoft.AspNetCore.App" />
</group>
</frameworkReferences>
</metadata>
<files>
<file src="Readme.md" target="" />
<file src="ChangeLog.md" target="" />
<file src="src\Rhetos.Host.AspNet.RestApi\bin\Debug\net8.0\Rhetos.Host.AspNet.RestApi.dll" target="lib\net8.0" />
<file src="src\Rhetos.Host.AspNet.RestApi\bin\Debug\net8.0\Rhetos.Host.AspNet.RestApi.pdb" target="lib\net8.0" />
<file src="src\Rhetos.Host.AspNet.RestApi\bin\Debug\net8.0\Rhetos.Host.AspNet.RestApi.xml" target="lib\net8.0" />
</files>
</package>