Skip to content

Commit

Permalink
AU-dotnet: 1 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Apr 29, 2024
1 parent ccbd9c6 commit c56aae5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions rode-central/current.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lastModified": null,
"eTag": [
"\"cc7879eabf6ecc17f13adc7c6ae96a9d-1\""
"\"2a2e9ac83a16363274c304449f5df951-1\""
],
"version": "2.0.44"
"version": "2.0.45",
"lastModified": null
}
2 changes: 1 addition & 1 deletion rode-central/rode-central.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>rode-central</id>
<version>2.0.44</version>
<version>2.0.45</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/rode-central</packageSourceUrl>
<owners>flcdrg</owners>
<title>RØDE Central</title>
Expand Down
4 changes: 2 additions & 2 deletions rode-central/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)"

$checksum = '8DBA518C347D714FA00DF31A23DE07BE613E67E876BFDF0249A591DF3949730D';
$relativePath = 'RODE Central (2.0.44).msi';
$checksum = '0A2D46C2A50F3FDCBFF5498FC7C68A7D99ECF225100DE702AD1A781A458A94C0';
$relativePath = 'RODE Central (2.0.45).msi';


if ([Version] (Get-CimInstance Win32_OperatingSystem).Version -lt [version] "10.0.17134.0") {
Expand Down

0 comments on commit c56aae5

Please sign in to comment.