Releases: microsoft/ReportingServicesTools
Releases · microsoft/ReportingServicesTools
0.0.9.3
0.0.9.2
0.0.9.1
What's Changed
- Add optional SMTPUseSSL for Email settings
- Change some error logging to warnings
- Add support for SSRS 2022
- Fix build issues
0.0.9.0
0.0.8.0: Add files via upload (#408)
Add .xlsm (Microsoft Excel macro-enabled spreadsheet) to the type lookup. XLSM files are supported by Power BI but until now they could not be uploaded, refer to issue #349
0.0.7.9
0.0.7.8
0.0.7.7: Update Publish-RsProject.ps1 (#397)
Changed in the documentation path of .EXAMPLE where the input parameter name should be -RsProjectFile instead of -RsProjectFile.
0.0.7.6: Fix setting linked datasources for reports #398 (#400)
* #398 fix setting referenced datasource in report * add test case * remove test items to avoid interfering other test cases * move test items to dedicated folder * adjust expected values for recursive folder upload
0.0.7.4: Exclude Linked Reports (#393)
Exclude Linked Reports from being downloadedd by the function Out-RsRestCatalogItemId because it cannot download them anyway. It was causing bugs when wanting to download content from Report Server (type was not invalid).