-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpbi-tools.nuspec
46 lines (44 loc) · 2.55 KB
/
pbi-tools.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
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>pbi-tools</id>
<version>1.2.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/pbi-tools</packageSourceUrl>
<owners>flcdrg</owners>
<title>pbi-tools</title>
<authors>Mathias Thierbach</authors>
<projectUrl>https://pbi.tools/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/flcdrg/au-packages@master/pbi-tools/icons/pbi-tools.png</iconUrl>
<copyright>Mathias Thierbach</copyright>
<licenseUrl>https://raw.githubusercontent.com/pbi-tools/pbi-tools/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/pbi-tools/pbi-tools</projectSourceUrl>
<docsUrl>https://pbi.tools/cli/</docsUrl>
<bugTrackerUrl>https://github.com/pbi-tools/pbi-tools/issues</bugTrackerUrl>
<tags>power-bi business intelligence</tags>
<summary>a command-line tool bringing source-control features to Power BI. It works alongside Power BI Desktop and enables mature enterprise workflows for Power BI projects.</summary>
<description>`pbi-tools` is a command-line tool bringing source-control features to Power BI. It works alongside Power BI Desktop and enables mature enterprise workflows for Power BI projects.
### Prerequisites
- Windows 64-bit
- Power BI Desktop 64-bit. Installer version (default location) and/or Windows Store version supported. Optionally, pbi-tools works with Power BI Desktop in a custom location, provided the path is specified in the `PBITOOLS_PbiInstallDir` environment variable.
- .Net Framework Runtime 4.7.2 (Comes with Power BI Desktop)
</description><releaseNotes><![CDATA[- Upgraded project to .Net SDK 9.0 (GA 12-Nov)
- Switched net6.0 build to net9.0 - "NetCore" remains on LTS version, net8.0
- New distribution "pbi-tools.net9.\*.zip" instead of "pbi-tools.net6.\*.zip"
- Dependencies updated:
- TOM, 19.87.7 (Jan-2025 Version)
- MSAL.NET, 4.66.2
- Power BI API, 4.22
- Polly, 8.5
- Serilog, 4.2
- Fody/Costura, 6.0 - #365
- System.*, 9.0
- #359 Resolve XMLA endpoint when workspace Guid is provided
- Various GitHub CI workflow and build script enhancements
- #351 Workaround reverted]]></releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>