forked from Azure/autorest
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathAgoda.Autorest.nuspec
54 lines (54 loc) · 4.34 KB
/
Agoda.Autorest.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Agoda.Autorest</id>
<title>AutoRest for Agoda</title>
<version>$version$</version>
<authors>Agoda</authors>
<owners>azure-sdk, Microsoft, Agoda</owners>
<licenseUrl>https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Agoda-com/AutoRest</projectUrl>
<iconUrl>https://cdn.rawgit.com/Azure/AutoRest/7c1576dfb56974176223545cfac5762d168ded5f/Documentation/images/autorest-small-flat.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>AutoRest code generation of REST API client libraries, with support for TypeScript SuperAgent.</summary>
<description>The AutoRest tool generates client libraries for accessing REST APIs that are described using the Swagger format, with support for TypeScript SuperAgent.</description>
<copyright>Copyright (c) Microsoft Corporation</copyright>
<tags>Microsoft AutoRest Agoda</tags>
</metadata>
<files>
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.exe" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.exe.config" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.AzureResourceSchema.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.CompositeSwagger.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.Core.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.CSharp.Azure.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.CSharp.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.Extensions.Azure.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.Extensions.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.NodeJS.Azure.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.NodeJS.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.Go.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.Swagger.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/Newtonsoft.Json.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/YamlDotNet.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.TypeScript.SuperAgent.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.CSharp.LoadBalanced.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.CSharp.LoadBalanced.Json.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.CSharp.LoadBalanced.Legacy.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/AutoRest.json" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/Microsoft.CodeAnalysis.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/Microsoft.CodeAnalysis.CSharp.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/Microsoft.CodeAnalysis.CSharp.Workspaces.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/Microsoft.CodeAnalysis.Workspaces.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/Microsoft.CodeAnalysis.Workspaces.Desktop.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/System.Collections.Immutable.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/System.Composition.TypedParts.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/System.Composition.Runtime.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/System.Composition.Hosting.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/System.Composition.Convention.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/System.Composition.AttributedModel.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/System.Reflection.Metadata.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/Microsoft.Rest.ClientRuntime.Azure.dll" target="tools" />
<file src="src/core/AutoRest/bin/Debug/net451/Microsoft.Rest.ClientRuntime.dll" target="tools" />
</files>
</package>