-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFic.XTB.PowerBiEmbedder.nuspec
More file actions
41 lines (41 loc) · 1.76 KB
/
Fic.XTB.PowerBiEmbedder.nuspec
File metadata and controls
41 lines (41 loc) · 1.76 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
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Fic.XTB.PowerBiEmbedder</id>
<version>1.0.0</version>
<title>Power BI Embedder for XrmToolBox</title>
<authors>Ivan Ficko</authors>
<projectUrl>https://github.com/DynamicsNinja/PowerBiEmbedder</projectUrl>
<iconUrl>https://raw.githubusercontent.com/DynamicsNinja/PowerBiEmbedder/master/docs/images/PBE-300.jpg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>XrmToolBox plugin that allows you to embed the Power BI report into the CDS form.</description>
<summary>XrmToolBox plugin that allows you to embed the Power BI report into the CDS form.</summary>
<releaseNotes>
1.2020.4.1
- Added option to pick report page that will be opened on load
1.2020.2.7
- Added link toggle between section and Power BI configuration
1.2020.2.1
- Added support for fetching report data via Power BI API
1.2019.12.7
- Added edit function for existing reports
1.2019.12.6
- Improved field validation
1.2019.12.5
- Fixed NuGet and DLL version mismatch
1.2019.12.4
- Fixed crash when running without connection
- Fixed crash when publish is initiated without a section selected
1.2019.12.3
- First public release of Power BI Embedder for XrmToolBox
</releaseNotes>
<copyright>Copyright 2019 Ivan Ficko</copyright>
<tags>XrmToolBox Plugins PowerBiEmbedder</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2018.6.25" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Fic.XTB.PowerBiEmbedder.dll" target="lib\net452\Plugins\Fic.XTB.PowerBiEmbedder.dll" />
</files>
</package>