forked from microsoftgraph/MSGraph-SDK-Code-Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Typewriter.nuspec
22 lines (22 loc) · 935 Bytes
/
Typewriter.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>Typewriter</id>
<version>$version$</version>
<authors>Microsoft</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Tool for generating types for the Microsoft Graph SDK</description>
<releaseNotes></releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<licenseUrl>http://msdn.microsoft.com/en-US/cc300389</licenseUrl>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="net45" />
</frameworkAssemblies>
</metadata>
<files>
<file src="src\Typewriter\bin\Release\Typewriter.exe" target="tools" />
<file src="src\Typewriter\bin\Release\*.dll" target="tools" />
<file src="src\Typewriter\bin\Release\.config\*" target="tools\.config" />
<file src="Templates\**\*.*" target="tools\templates" />
</files>
</package>