Skip to content

Commit

Permalink
Merge pull request #263 from solarwinds/chocolatey-3-0
Browse files Browse the repository at this point in the history
Updates for to Chocolatey artifacts for the 3.0 release
  • Loading branch information
danjagnow committed Dec 22, 2020
2 parents df6b9b7 + f457c58 commit 11e59a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions Chocolatey/OrionSDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>orionsdk</id>
<title>SolarWinds Orion SDK</title>
<version>2.5.0.214</version>
<version>3.0.0.290</version>
<authors>SolarWinds</authors>
<owners>Tim Danner</owners>
<summary>Software development kit for the SolarWinds Orion platform.</summary>
Expand All @@ -26,20 +26,20 @@
<dependency id="" />
</dependencies>-->
<releaseNotes><![CDATA[
# v2.5.0.214
# v3.0.0.290
This release contains new features and upgrades from @tdanner, @nothrow, and others:
This release includes several enhancements and bug fixes. Note that this release now requires .NET Framework 4.8.
* Added a Find/Replace dialog to SWQL Studio
* Install SwisPowerShell module from OrionSDK.msi (fixes #155)
* New UI for CRUD tab
* SWQL Studio updated to .NET Framework 4.5
And bugfixes:
* Fixed issue in SWQL studio with disappearing subscriptions
* Fixed a CRUD UI bug
* Fixed a few other minor bugs
- Added support for reading documentation from metadata - by @jirkapok
- Added support for filtering, based on obsolescence - by @gglogowski
- Added support for pause button for activity monitor - by @etichy
- Fixed parameter copy-paste - by @jirkapok
- Fixed annoying save dialog to display just once - @jirkapok
- Enabled high DPI support - @tdanner
- SQL's DateTime now shows full precision - @martin-lacina-swi
- Fixed intellisense, added Ctrl+Space shortcut to show intellisense - @jirkapok
- Migrated to .NET48 - @danjagnow
- Copy text from query window formatted - @nothrow
]]></releaseNotes>
<!--<provides></provides>-->
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions Chocolatey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $ErrorActionPreference = 'Stop';

$packageName= 'orionsdk'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/solarwinds/OrionSDK/releases/download/v2.5.0.214/OrionSDK.msi'
$url = 'https://github.com/solarwinds/OrionSDK/releases/download/v3.0/OrionSDK.msi'

$packageArgs = @{
packageName = $packageName
Expand All @@ -16,7 +16,7 @@ $packageArgs = @{
validExitCodes= @(0, 3010, 1641)

softwareName = 'orionsdk*'
checksum = 'A61FB923EC3D73E18061AD1F04B26C483E2526DDD5ABBEA9ABF6870CCD497AC6'
checksum = 'F5748296C51290DF392C1628265C81BD34B95B5B54752AAD7654B33430F1B184'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 11e59a7

Please sign in to comment.