Skip to content

Commit 80fa106

Browse files
author
Wallace Breza
committed
Added nuspec file to project
1 parent 85e28b2 commit 80fa106

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

PowerBI.JavaScript.nuspec

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>Microsoft.PowerBI.JavaScript</id>
5+
<version>$version$</version>
6+
<authors>Microsoft</authors>
7+
<owners>Microsoft</owners>
8+
<licenseUrl>https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE</licenseUrl>
9+
<projectUrl>https://github.com/Microsoft/PowerBI-CSharp</projectUrl>
10+
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
11+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
12+
<summary>JavaScript web components for Power BI</summary>
13+
<description>A suite of JavaScript web components for integrating Power BI</description>
14+
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
15+
<copyright>Copyright (c) Microsoft Corporation</copyright>
16+
<tags>Microsoft Power BI JavaScript JS</tags>
17+
</metadata>
18+
<files>
19+
<file src="dist\powerb.js" target="content\scripts" />
20+
<file src="dist\powerbi.min.js" target="content\scripts" />
21+
</files>
22+
</package>

0 commit comments

Comments
 (0)