Skip to content

Commit

Permalink
AU: 1 updated - jetbrains-rider
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Dec 18, 2018
1 parent 322b92f commit 2e12439
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions automatic/jetbrains-rider/jetbrains-rider.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>2018.2.3</version>
<version>2018.3</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; BooBoo</owners>
<!-- ============================== -->
Expand All @@ -47,12 +47,13 @@ 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/jetbrains-rider</packageSourceUrl>
<docsUrl>https://www.jetbrains.com/help/rider/</docsUrl>
<summary>JetBrains Rider is a new cross-platform .NET IDE based on the IntelliJ platform and ReSharper.</summary>
<description>JetBrains Rider is a full-fledged, cross-platform .NET IDE. Rider can open, manage, build and debug a wide variety of .NET Framework, Mono and .NET Core based solutions, and provides editing support for most languages used in .NET development: C#, VB.NET, F#, ASP.NET syntax, XAML, XML, JavaScript, TypeScript, JSON, HTML, CSS, and SQL.
<description><![CDATA[JetBrains Rider is a full-fledged, cross-platform .NET IDE. Rider can open, manage, build and debug a wide variety of .NET Framework, Mono and .NET Core based solutions, and provides editing support for most languages used in .NET development: C#, VB.NET, F#, ASP.NET syntax, XAML, XML, JavaScript, TypeScript, JSON, HTML, CSS, and SQL.
**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>
]]></description>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/jetbrains-rider/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)"
$url = 'https://download.jetbrains.com/rider/JetBrains.Rider-2018.2.3.exe'
$checksum = 'b94c23f2a3e4937bbfd5971222be37b3dc29b1a8f807e9416c8db25d69381f70'
$url = 'https://download.jetbrains.com/rider/JetBrains.Rider-2018.3.exe'
$checksum = '251fcef9b5d405e0435863893563bc3ed06c026beab53b5ee38813d6cdcb73e5'
$checksumType = 'sha256'

# Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935
Expand Down

0 comments on commit 2e12439

Please sign in to comment.