Skip to content

Commit

Permalink
AU-dotnet: 3 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Jan 7, 2025
1 parent a39f02f commit ef71268
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 16 deletions.
19 changes: 15 additions & 4 deletions pbi-tools/pbi-tools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>pbi-tools</id>
<version>1.1.1</version>
<version>1.2.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/pbi-tools</packageSourceUrl>
<owners>flcdrg</owners>
<title>pbi-tools</title>
Expand All @@ -25,9 +25,20 @@
- 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[- Resolves [#351](https://github.com/pbi-tools/pbi-tools/issues/351)
- Implements workaround for linux-specific bug in TOM
- Adds CI integration test performing an e2e semantic model deployment (TMDL)]]></releaseNotes>
</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" />
Expand Down
4 changes: 2 additions & 2 deletions pbi-tools/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url64 = 'https://github.com/pbi-tools/pbi-tools/releases/download/1.1.1/pbi-tools.1.1.1.zip'
$checksum64 = 'f2d0a26f68f9ac20a8729513dad850cf9253182c86637209bd49e6753cfe2a77'
$url64 = 'https://github.com/pbi-tools/pbi-tools/releases/download/1.2.0/pbi-tools.1.2.0.zip'
$checksum64 = 'bca88abb9f30d17ee354a06e75eb3f6c6bdeeb9c98a46990e86978a52a3876b7'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>synology-activebackup-for-business-agent</id>
<title>Synology ActiveBackup for Business Agent</title>
<version>2.7.0.3221</version>
<version>2.7.1.3234</version>
<authors>Synology Inc.</authors>
<owners>flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/synology-activebackup-for-business-agent</packageSourceUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';
$PackageParameters = Get-PackageParameters

$url = 'https://global.download.synology.com/download/Utility/ActiveBackupBusinessAgent/2.7.0-3221/Windows/i686/Synology%20Active%20Backup%20for%20Business%20Agent-2.7.0-3221-x86.msi'
$url64 = 'https://global.download.synology.com/download/Utility/ActiveBackupBusinessAgent/2.7.0-3221/Windows/x86_64/Synology%20Active%20Backup%20for%20Business%20Agent-2.7.0-3221-x64.msi'
$checksum = '95fef03df47a511cb987011f1a052f9cbb7b745ddb52aac31604b738e3072d5e'
$checksum64 = '376cf897930ecb7b6a2daed165fee3fd34240cad1fa1669341806be6d4802c45'
$url = 'https://global.download.synology.com/download/Utility/ActiveBackupBusinessAgent/2.7.1-3234/Windows/i686/Synology%20Active%20Backup%20for%20Business%20Agent-2.7.1-3234-x86.msi'
$url64 = 'https://global.download.synology.com/download/Utility/ActiveBackupBusinessAgent/2.7.1-3234/Windows/x86_64/Synology%20Active%20Backup%20for%20Business%20Agent-2.7.1-3234-x64.msi'
$checksum = '49db3bd2eb7eaee25b16d77dad2758ab1b9c26c75bafb36f735cbce04d4d7f14'
$checksum64 = '22ce61c9909c727551c9d6f88a78b557169137cab387345fc6dad90d85b02d37'

$silentArgs = ""

Expand Down
4 changes: 2 additions & 2 deletions ubiquiti-unifi-controller/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName= 'unifi-controller'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://dl.ui.com/unifi/8.6.9/UniFi-installer.exe'
$checksum = '5fc51467fc3225cfe5b0d39d6bd053bc028270b1cceaf6937c3ff5f102d318fe'
$url = 'https://dl.ui.com/unifi/9.0.108/UniFi-installer.exe'
$checksum = '8ef2bfd22075a171c170811bb996c8852a95bddb7fdcc53fd0aaf677711d134f'

$packageArgs = @{
packageName = $packageName
Expand Down
3 changes: 2 additions & 1 deletion ubiquiti-unifi-controller/ubiquiti-unifi-controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"8.3": "8.3.32",
"8.4": "8.4.62",
"8.5": "8.5.6",
"8.6": "8.6.9"
"8.6": "8.6.9",
"9.0": "9.0.108"
}
4 changes: 2 additions & 2 deletions ubiquiti-unifi-controller/ubiquiti-unifi-controller.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ubiquiti-unifi-controller</id>
<version>8.6.9</version>
<version>9.0.108</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/ubiquiti-unifi-controller</packageSourceUrl>
<owners>flcdrg</owners>
<title>Ubiquiti UniFi Network Server</title>
Expand Down Expand Up @@ -35,7 +35,7 @@ See [this page](https://help.ui.com/hc/en-us/articles/205144550-Self-Hosting-a-U

Due to the way this package is generated, package versions prior to 7.3.76 but published after 18-Dec-2022 will also be affected by this change. Consult the release notes for your package to confirm which Java runtime version is required.
</description>
<releaseNotes>https://community.ui.com/releases/r/network/8.6.9</releaseNotes>
<releaseNotes>https://community.ui.com/releases/r/network/9.0.108</releaseNotes>
<dependencies>
<dependency id="autohotkey.portable" version="2.0.18" />
</dependencies>
Expand Down

0 comments on commit ef71268

Please sign in to comment.