-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathTypeScripter.nuspec
More file actions
29 lines (26 loc) · 1.52 KB
/
TypeScripter.nuspec
File metadata and controls
29 lines (26 loc) · 1.52 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
27
28
29
<?xml version="1.0"?>
<package>
<metadata>
<id>Centeva.Ct-TypeScripter</id>
<version>1.4.0-beta</version>
<title>Ct-TypeScripter</title>
<authors>Darrel Brown</authors>
<owners>Darrel Brown</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A simple tool to discover and generate TypeScript models used by an ASP.Net WebAPI controller.</description>
<copyright>Copyright © Centeva 2016</copyright>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="TypeScripter/bin/Release/net462/TypeScripter.exe" target="content\tools"/>
<file src="TypeScripter/bin/Release/net462/TypeScripter.Common.dll" target="content\tools"/>
<file src="TypeScripter/bin/Release/net462/DocoptNet.dll" target="content\tools"/>
<file src="TypeScripter.Attributes/bin/Release/net462/TypeScripter.Attributes.dll" target="lib/net462"/>
<file src="TypeScripter.Attributes/bin/Release/netstandard2.0/TypeScripter.Attributes.dll" target ="lib/netstandard2.0"/>
<file src="TypeScripter.NetCore/bin/Release/netcoreapp3.1/TypeScripter.NetCore.dll" target ="content\tools\netstandard2.0"/>
<file src="TypeScripter.NetCore/bin/Release/netcoreapp3.1/TypeScripter.Common.dll" target ="content\tools\netstandard2.0"/>
<file src="TypeScripter.NetCore/bin/Release/netcoreapp3.1/TypeScripter.NetCore.runtimeconfig.json" target ="content\tools\netstandard2.0"/>
<file src="TypeScripter/bin/Release/net462/DocoptNet.dll" target="content\tools\netstandard2.0"/>
</files>
</package>