forked from gandjustas/sptypescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typescripttemplates.nuspec
20 lines (19 loc) · 1.01 KB
/
typescripttemplates.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>typescripttemplates </id>
<version>1.0.0</version>
<title>SharePoint TypeScript CSR templates and helpers</title>
<authors>Stanislav Vyschepan</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>TypeScript Templates is a set of SharePoint Client-Side Rendering (CSR) templates and helper functions to change behaviour of standard forms.</description>
<tags>sharepoint typescript CSR</tags>
<projectUrl>https://github.com/gandjustas/sptypescript</projectUrl>
<dependencies>
<dependency id="sharepoint.TypeScript.DefinitelyTyped" version="0.2.2" />
</dependencies>
</metadata>
<files>
<file src="Extensions\sp-ts-csr.ts" target="Content\Scripts" />
</files>
</package>