Skip to content

Commit

Permalink
AU: 2 updated - SQL2014.ClrTypes SQL2014.SMO
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Oct 29, 2020
1 parent 675788d commit cf9e4ff
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/SQL2014.ClrTypes/SQL2014.ClrTypes.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>12.1.4100.2</version>
<version>12.2.5000.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
2 changes: 1 addition & 1 deletion automatic/SQL2014.ClrTypes/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0x8D742F83AF0400A"|12.1.4100.1
"0x8D63152DA1B1B37"|12.2.5000.0
8 changes: 4 additions & 4 deletions automatic/SQL2014.ClrTypes/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url32 = 'https://download.microsoft.com/download/F/E/E/FEE62C90-E5A9-4746-8478-11980609E5C2/ENU/x86/SQLSysClrTypes.msi'
$checksum32 = '5CA2CC72AA5B9D02014958A8BF664676672DE7D10EF4F4BD2658301210541867'
$url32 = 'https://download.microsoft.com/download/6/7/8/67858AF1-B1B3-48B1-87C4-4483503E71DC/ENU/x86/SQLSysClrTypes.msi'
$checksum32 = '36EA8FA58DAC4C713FFD9FC51E4C44519D80D991ACFF22BECBFFB74561C481ED'
$checksumType32 = 'sha256'
$url64 = 'https://download.microsoft.com/download/F/E/E/FEE62C90-E5A9-4746-8478-11980609E5C2/ENU/x64/SQLSysClrTypes.msi'
$checksum64 = '74cb1bc8216b24acfbc643ea7555fc7d6067dfd39b7316e79203552c36282c8f'
$url64 = 'https://download.microsoft.com/download/6/7/8/67858AF1-B1B3-48B1-87C4-4483503E71DC/ENU/x64/SQLSysClrTypes.msi'
$checksum64 = '221f054daedf13096a8a04612e9a4d38cfe9b4988512538affc0bb6d7662fc7b'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down
7 changes: 4 additions & 3 deletions automatic/SQL2014.SMO/SQL2014.SMO.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>12.0.2000.801</version>
<version>12.2.5000.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -46,11 +46,12 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/SQL2014.SMO</packageSourceUrl>
<docsUrl>https://docs.microsoft.com/en-us/sql/relational-databases/server-management-objects-smo/overview-smo?view=sql-server-2014</docsUrl>
<summary>SQL Server Management Objects (SMO)</summary>
<description>The SQL Server Management Objects (SMO) is a .NET Framework object model that enables software developers to create client-side applications to manage and administer SQL Server objects and services. This object model will work with SQL Server 2000, SQL Server 2005, SQL Server 2008, SQL Server 2008 R2, SQL Server 2012, and SQL Server 2014.
<description><![CDATA[The SQL Server Management Objects (SMO) is a .NET Framework object model that enables software developers to create client-side applications to manage and administer SQL Server objects and services. This object model will work with SQL Server 2000, SQL Server 2005, SQL Server 2008, SQL Server 2008 R2, SQL Server 2012, and SQL Server 2014.
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.</description>
let them know the package is no longer updating correctly.
]]></description>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
Expand Down
2 changes: 1 addition & 1 deletion automatic/SQL2014.SMO/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@

"0x8D63152CE294390"|12.2.5000.0

0 comments on commit cf9e4ff

Please sign in to comment.