Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

48,095

Downloads of v 2023.2-EAP01:

105

Last Update:

16 May 2023

Package Maintainer(s):

Software Author(s):

  • JetBrains

Tags:

resharper jetbrains dotcover dotmemory dotpeek dottrace teamcity c++ ultimate rider admin

dotUltimate

This is a prerelease version of dotUltimate.

  • 1
  • 2
  • 3

2023.2-EAP01 | Updated: 16 May 2023

Downloads:

48,095

Downloads of v 2023.2-EAP01:

105

Maintainer(s):

Software Author(s):

  • JetBrains

dotUltimate 2023.2-EAP01

This is a prerelease version of dotUltimate.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by JetBrains. The inclusion of JetBrains trademark(s), if any, upon this webpage is solely to identify JetBrains goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Dependency requires reboot.

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install dotUltimate, run the following command from the command line or from PowerShell:

>

To upgrade dotUltimate, run the following command from the command line or from PowerShell:

>

To uninstall dotUltimate, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade dotultimate -y --source="'INTERNAL REPO URL'" --version="'2023.2-EAP01'" --prerelease [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade dotultimate -y --source="'INTERNAL REPO URL'" --version="'2023.2-EAP01'" --prerelease
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install dotultimate
  win_chocolatey:
    name: dotultimate
    version: '2023.2-EAP01'
    source: INTERNAL REPO URL
    state: present
    allow_prerelease: yes

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'dotultimate' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2023.2-EAP01'
  options  '--prerelease'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller dotultimate
{
    Name        = "dotultimate"
    Version     = "2023.2-EAP01"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'dotultimate':
  ensure          => '2023.2-EAP01',
  install_options => ['--prerelease'],
  provider        => 'chocolatey',
  source          => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 16 May 2023.

Description

This package installs all the components of JetBrains dotUltimate.

The dotUltimate license will cover all paid .NET & Visual Studio tools from JetBrains
(ReSharper, ReSharper C++, Rider, dotTrace, dotMemory, and dotCover).
It will cost the same as ReSharper Ultimate currently does, but will also include Rider.
Holders of active ReSharper Ultimate and ReSharper Ultimate+Rider licenses will be automatically transferred to the new dotUltimate, with all their continuity discounts preserved.

Package Specific

By default all components are installed. You can pass in parameters to de-select specific components.

Package Parameters

The following package parameters can be set:

  • /PerMachine - install machine-wide (instead of per-user)
  • /NoResharper - don't install ReSharper
  • /NoDotTrace - don't install dotTrace
  • /NoDotMemory - don't install dotMemory
  • /NoDotCover - don't install dotCover
  • /NoDotPeek - don't install dotPeek
  • /NoRider - don't install Rider
  • /NoCpp - don't install ReSharper C++
  • /NoTeamCityAddin - don't install TeamCity Addin

These parameters can be passed to the installer with the use of --params.
For example: --params "'/NoCpp /NoTeamCityAddin'".


tools\chocolateyBeforeModify.ps1
# Stop any JetBrains ETW provider services
Get-Service | Where-Object { $_.Name -like "JetBrainsETW*" } | Stop-Service
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'; # stop on all errors

$platformPackageName = 'resharper-platform'
$packageName = 'dotUltimate'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe'
$installPath = Join-Path  (Join-Path $commonPath $platformPackageName) $filename
$packageParameters = Get-PackageParameters

$products = @()

if ($null -eq $packageParameters["NoReSharper"]) {
  $products += "ReSharper"
}

if ($null -eq $packageParameters["NoDotTrace"]) {
  $products += "dotTrace"
}

if ($null -eq $packageParameters["NoDotMemory"]) {
  $products += "dotMemory"
}

if ($null -eq $packageParameters["NoDotCover"]) {
  $products += "dotCover"
}

if ($null -eq $packageParameters["NoDotPeek"]) {
  $products += "dotPeek"
}

if ($null -eq $packageParameters["NoCpp"]) {
  $products += "ReSharperCpp"
}

if ($null -eq $packageParameters["NoTeamCityAddin"]) {
  $products += "teamCityAddin"
}

if ($null -eq $packageParameters["NoRider"]) {
  $products += "Rider"
}

$silentArgs = "/Silent=True /SpecificProductNames=$($products -join ';') /VsVersion=*"

Write-Verbose $silentArgs

if ($packageParameters["PerMachine"]) {
  $silentArgs += " /PerMachine=True"
}


$packageArgs = @{
  packageName   = $packageName
  fileType      = 'exe'
  file          = $installPath
  silentArgs    = $silentArgs
  validExitCodes= @(0)
  softwareName  = 'ReSharper'
}

Install-ChocolateyInstallPackage @packageArgs
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'; # stop on all errors

$platformPackageName = 'resharper-platform'
$packageName = 'dotUltimate'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe'
$installPath = Join-Path  (Join-Path $commonPath $platformPackageName) $filename

$silentArgs = '/Silent=True /SpecificProductNamesToRemove=* /VsVersion=* /ReSharper9PlusMsi=True'

$packageParameters = Get-PackageParameters

if ($packageParameters["PerMachine"] -ne $null) {
  $silentArgs += " /PerMachine=True"
}

Uninstall-ChocolateyPackage $packageName 'exe' $silentArgs $installPath

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
dotUltimate 2025.1.0-RC01 9 Thursday, April 10, 2025 Approved
dotUltimate 2025.1.0-EAP09 13 Friday, March 28, 2025 Approved
dotUltimate 2025.1.0-EAP08 18 Saturday, March 15, 2025 Approved
dotUltimate 2025.1.0-EAP07 17 Friday, March 7, 2025 Approved
dotUltimate 2025.1.0-EAP06 16 Friday, February 28, 2025 Approved
dotUltimate 2025.1.0-EAP05 15 Tuesday, February 25, 2025 Approved
dotUltimate 2025.1.0-EAP04 16 Wednesday, February 19, 2025 Approved
dotUltimate 2025.1.0-EAP03 18 Saturday, February 8, 2025 Approved
dotUltimate 2025.1.0-EAP02 18 Saturday, February 1, 2025 Approved
dotUltimate 2025.1.0-EAP01 17 Saturday, January 18, 2025 Approved
dotUltimate 2024.3.6 3617 Saturday, March 1, 2025 Approved
dotUltimate 2024.3.5 2214 Saturday, February 8, 2025 Approved
dotUltimate 2024.3.4 1407 Friday, January 24, 2025 Approved
dotUltimate 2024.3.3 2700 Tuesday, December 24, 2024 Approved
dotUltimate 2024.3.2 1088 Thursday, December 12, 2024 Approved
dotUltimate 2024.3.0 2516 Thursday, November 14, 2024 Approved
dotUltimate 2024.3.0-RC01 28 Friday, November 8, 2024 Approved
dotUltimate 2024.3.0-EAP05 30 Sunday, October 27, 2024 Approved
dotUltimate 2024.3.0-EAP04 51 Saturday, October 12, 2024 Approved
dotUltimate 2024.3.0-EAP03 34 Tuesday, October 8, 2024 Approved
dotUltimate 2024.3.0-EAP02 46 Saturday, September 28, 2024 Approved
dotUltimate 2024.3.0-EAP01 42 Friday, September 20, 2024 Approved
dotUltimate 2024.2.7 1339 Thursday, October 24, 2024 Approved
dotUltimate 2024.2.6 1214 Thursday, October 10, 2024 Approved
dotUltimate 2024.2.5 774 Saturday, September 21, 2024 Approved
dotUltimate 2024.2.4 277 Tuesday, September 10, 2024 Approved
dotUltimate 2024.2.3 271 Saturday, August 31, 2024 Approved
dotUltimate 2024.2.2 134 Tuesday, August 27, 2024 Approved
dotUltimate 2024.2.1 142 Wednesday, August 21, 2024 Approved
dotUltimate 2024.2.0 168 Thursday, August 15, 2024 Approved
dotUltimate 2024.2.0-RC01 38 Thursday, August 8, 2024 Approved
dotUltimate 2024.2.0-EAP09 50 Saturday, July 27, 2024 Approved
dotUltimate 2024.2.0-EAP08 38 Friday, July 19, 2024 Approved
dotUltimate 2024.2.0-EAP07 52 Friday, July 12, 2024 Approved
dotUltimate 2024.2.0-EAP06 40 Monday, July 8, 2024 Approved
dotUltimate 2024.2.0-EAP05 45 Tuesday, July 2, 2024 Approved
dotUltimate 2024.2.0-EAP04 52 Wednesday, June 26, 2024 Approved
dotUltimate 2024.2.0-EAP03 52 Saturday, June 15, 2024 Approved
dotUltimate 2024.1.6 119 Wednesday, August 14, 2024 Approved
dotUltimate 2024.1.5 162 Wednesday, August 7, 2024 Approved
dotUltimate 2024.1.4 486 Tuesday, June 25, 2024 Approved
dotUltimate 2024.1.3 403 Monday, June 10, 2024 Approved
dotUltimate 2024.1.2 868 Wednesday, May 8, 2024 Approved
dotUltimate 2024.1.1 395 Thursday, April 18, 2024 Approved
dotUltimate 2024.1.0 206 Wednesday, April 10, 2024 Approved
dotUltimate 2024.1.0-RC01 45 Thursday, March 28, 2024 Approved
dotUltimate 2024.1.0-EAP08 45 Friday, March 8, 2024 Approved
dotUltimate 2024.1.0-EAP07 49 Saturday, March 2, 2024 Approved
dotUltimate 2024.1.0-EAP06 54 Tuesday, February 27, 2024 Approved
dotUltimate 2024.1.0-EAP05 49 Sunday, February 18, 2024 Approved
dotUltimate 2024.1.0-EAP02 60 Saturday, January 27, 2024 Approved
dotUltimate 2024.1.0-EAP01 59 Saturday, January 20, 2024 Approved
dotUltimate 2023.3.4 206 Tuesday, March 19, 2024 Approved
dotUltimate 2023.3.3 333 Tuesday, January 23, 2024 Approved
dotUltimate 2023.3.2 214 Thursday, December 21, 2023 Approved
dotUltimate 2023.3.1 126 Wednesday, December 13, 2023 Approved
dotUltimate 2023.3.0 134 Wednesday, December 6, 2023 Approved
dotUltimate 2023.3.0-RC01 56 Wednesday, November 29, 2023 Approved
dotUltimate 2023.3.0-EAP08 59 Wednesday, November 22, 2023 Approved
dotUltimate 2023.3.0-EAP07 69 Wednesday, November 15, 2023 Approved
dotUltimate 2023.3.0-EAP06 70 Thursday, November 9, 2023 Approved
dotUltimate 2023.3.0-EAP05 74 Thursday, November 2, 2023 Approved
dotUltimate 2023.3.0-EAP04 68 Tuesday, October 24, 2023 Approved
dotUltimate 2023.3.0-EAP03 73 Wednesday, October 18, 2023 Approved
dotUltimate 2023.3.0-EAP02 53 Wednesday, October 11, 2023 Approved
dotUltimate 2023.3.0-EAP01 71 Tuesday, September 26, 2023 Approved
dotUltimate 2023.2.3 223 Saturday, November 4, 2023 Approved
dotUltimate 2023.2.2 229 Wednesday, September 27, 2023 Approved
dotUltimate 2023.2.1 225 Friday, August 25, 2023 Approved
dotUltimate 2023.2.0 193 Thursday, August 3, 2023 Approved
dotUltimate 2023.2.0-RC01 75 Thursday, August 3, 2023 Approved
dotUltimate 2023.2.0-EAP10 82 Saturday, July 22, 2023 Approved
dotUltimate 2023.2.0-EAP09 69 Saturday, July 15, 2023 Approved
dotUltimate 2023.2.0-EAP08 70 Tuesday, July 11, 2023 Approved
dotUltimate 2023.2.0-EAP07 59 Tuesday, July 4, 2023 Approved
dotUltimate 2023.2.0-EAP06 72 Tuesday, June 27, 2023 Approved
dotUltimate 2023.2.0-EAP05 80 Saturday, June 17, 2023 Approved
dotUltimate 2023.2.0-EAP04 78 Sunday, June 11, 2023 Approved
dotUltimate 2023.2-EAP03 75 Wednesday, June 7, 2023 Approved
dotUltimate 2023.2-EAP02 75 Tuesday, May 23, 2023 Approved
dotUltimate 2023.2-EAP01 105 Tuesday, May 16, 2023 Approved
dotUltimate 2023.1.4 155 Wednesday, July 19, 2023 Approved
dotUltimate 2023.1.3 188 Friday, June 23, 2023 Approved
dotUltimate 2023.1.2 205 Thursday, May 18, 2023 Approved
dotUltimate 2023.1.1 188 Thursday, April 27, 2023 Approved
dotUltimate 2023.1 194 Thursday, April 6, 2023 Approved
dotUltimate 2023.1-EAP10 72 Friday, March 31, 2023 Approved
dotUltimate 2023.1-EAP09 80 Saturday, March 25, 2023 Approved
dotUltimate 2023.1-EAP08 85 Monday, March 13, 2023 Approved
dotUltimate 2023.1-EAP07 88 Monday, March 6, 2023 Approved
dotUltimate 2023.1-EAP06 79 Saturday, February 25, 2023 Approved
dotUltimate 2023.1-EAP05 88 Saturday, February 18, 2023 Approved
dotUltimate 2023.1-EAP04 80 Tuesday, February 14, 2023 Approved
dotUltimate 2023.1-EAP03 94 Saturday, February 4, 2023 Approved
dotUltimate 2023.1-EAP02 103 Wednesday, February 1, 2023 Approved
dotUltimate 2023.1-EAP01 91 Friday, January 20, 2023 Approved
dotUltimate 2022.3.3 137 Thursday, March 23, 2023 Approved
dotUltimate 2022.3.2 274 Friday, January 27, 2023 Approved
dotUltimate 2022.3.1 457 Thursday, December 22, 2022 Approved
dotUltimate 2022.3 158 Thursday, December 8, 2022 Approved
dotUltimate 2022.3-EAP09 82 Saturday, November 26, 2022 Approved
dotUltimate 2022.3-EAP08 95 Tuesday, November 15, 2022 Approved
dotUltimate 2022.3-EAP07 90 Thursday, November 3, 2022 Approved
dotUltimate 2022.3-EAP06 86 Tuesday, November 1, 2022 Approved
dotUltimate 2022.3-EAP05 97 Wednesday, October 26, 2022 Approved
dotUltimate 2022.3-EAP04 75 Tuesday, October 18, 2022 Approved
dotUltimate 2022.3-EAP03 84 Tuesday, October 11, 2022 Approved
dotUltimate 2022.3-EAP02 83 Saturday, October 8, 2022 Approved
dotUltimate 2022.3-EAP01 99 Tuesday, September 27, 2022 Approved
dotUltimate 2022.2.4 198 Thursday, November 10, 2022 Approved
dotUltimate 2022.2.3 342 Wednesday, September 14, 2022 Approved
dotUltimate 2022.2.2 206 Tuesday, August 23, 2022 Approved
dotUltimate 2022.2.1 146 Thursday, August 11, 2022 Approved
dotUltimate 2022.2 145 Wednesday, August 3, 2022 Approved
dotUltimate 2022.2-EAP9 97 Friday, July 15, 2022 Approved
dotUltimate 2022.2-EAP8 91 Friday, July 8, 2022 Approved
dotUltimate 2022.2-EAP7 77 Tuesday, July 5, 2022 Approved
dotUltimate 2022.2-EAP6 101 Friday, June 24, 2022 Approved
dotUltimate 2022.2-EAP5 92 Friday, June 17, 2022 Approved
dotUltimate 2022.2-EAP4 100 Friday, June 10, 2022 Approved
dotUltimate 2022.2-EAP3 89 Sunday, June 5, 2022 Approved
dotUltimate 2022.2-EAP2 89 Thursday, June 2, 2022 Approved
dotUltimate 2022.2-EAP1 94 Friday, May 20, 2022 Approved
dotUltimate 2022.1.2 336 Saturday, June 4, 2022 Approved
dotUltimate 2022.1.1 291 Saturday, April 30, 2022 Approved
dotUltimate 2022.1 180 Wednesday, April 20, 2022 Approved
dotUltimate 2022.1-EAP9 100 Tuesday, April 5, 2022 Approved
dotUltimate 2022.1-EAP8 100 Wednesday, March 30, 2022 Approved
dotUltimate 2022.1-EAP7 96 Tuesday, March 22, 2022 Approved
dotUltimate 2022.1-EAP6 99 Wednesday, March 16, 2022 Approved
dotUltimate 2022.1-EAP5 102 Tuesday, March 8, 2022 Approved
dotUltimate 2022.1-EAP3 113 Friday, February 18, 2022 Approved
dotUltimate 2022.1-EAP2 116 Wednesday, February 16, 2022 Approved
dotUltimate 2022.1-EAP1 106 Thursday, February 3, 2022 Approved
dotUltimate 2021.3.4 173 Friday, April 1, 2022 Approved
dotUltimate 2021.3.3 247 Tuesday, February 1, 2022 Approved
dotUltimate 2021.3.2 189 Saturday, December 25, 2021 Approved
dotUltimate 2021.3.1 164 Saturday, December 11, 2021 Approved
dotUltimate 2021.3 130 Thursday, December 9, 2021 Approved
dotUltimate 2021.3-EAP9 122 Monday, November 22, 2021 Approved
dotUltimate 2021.3-EAP8 143 Wednesday, November 17, 2021 Approved
dotUltimate 2021.3-EAP7 116 Tuesday, November 9, 2021 Approved
dotUltimate 2021.3-EAP6 120 Saturday, October 30, 2021 Approved
dotUltimate 2021.3-EAP5 147 Saturday, October 23, 2021 Approved
dotUltimate 2021.3-EAP4 126 Friday, October 15, 2021 Approved
dotUltimate 2021.3-EAP3 154 Tuesday, October 12, 2021 Approved
dotUltimate 2021.3-EAP2 114 Tuesday, October 5, 2021 Approved
dotUltimate 2021.3-EAP10 99 Thursday, December 2, 2021 Approved
dotUltimate 2021.3-EAP1 117 Wednesday, September 29, 2021 Approved
dotUltimate 2021.2.2 359 Thursday, October 14, 2021 Approved
dotUltimate 2021.2.1 286 Saturday, August 28, 2021 Approved
dotUltimate 2021.2 327 Wednesday, August 4, 2021 Approved
dotUltimate 2021.2-EAP9 106 Friday, July 30, 2021 Approved
dotUltimate 2021.2-EAP8 149 Saturday, July 24, 2021 Approved
dotUltimate 2021.2-EAP7 174 Tuesday, July 20, 2021 Approved
dotUltimate 2021.2-EAP6 127 Saturday, July 10, 2021 Approved
dotUltimate 2021.2-EAP5 135 Friday, July 2, 2021 Approved
dotUltimate 2021.2-EAP4 144 Saturday, June 26, 2021 Approved
dotUltimate 2021.2-EAP3 118 Saturday, June 12, 2021 Approved
dotUltimate 2021.2-EAP2 143 Saturday, June 5, 2021 Approved
dotUltimate 2021.2-EAP1 124 Tuesday, June 1, 2021 Approved
dotUltimate 2021.1.5 219 Friday, July 23, 2021 Approved
dotUltimate 2021.1.4 172 Thursday, July 15, 2021 Approved
dotUltimate 2021.1.3 382 Wednesday, May 26, 2021 Approved
dotUltimate 2021.1.2 2649 Saturday, April 24, 2021 Approved
dotUltimate 2021.1.1 2388 Sunday, April 11, 2021 Approved
dotUltimate 2021.1 254 Friday, April 9, 2021 Approved
dotUltimate 2021.1-EAP9 131 Friday, March 26, 2021 Approved
dotUltimate 2021.1-EAP8 143 Friday, March 19, 2021 Approved
dotUltimate 2021.1-EAP7 144 Friday, March 12, 2021 Approved
dotUltimate 2021.1-EAP6 130 Friday, March 5, 2021 Approved
dotUltimate 2021.1-EAP5 131 Saturday, February 27, 2021 Approved
dotUltimate 2021.1-EAP4 421 Sunday, February 21, 2021 Approved
dotUltimate 2021.1-EAP3 147 Wednesday, February 17, 2021 Approved
dotUltimate 2021.1-EAP2 136 Friday, February 5, 2021 Approved
dotUltimate 2021.1-EAP1 142 Tuesday, February 2, 2021 Approved
dotUltimate 2020.3.4 307 Thursday, March 18, 2021 Approved
dotUltimate 2020.3.3 163 Tuesday, February 23, 2021 Approved
dotUltimate 2020.3.2 217 Thursday, December 31, 2020 Approved
dotUltimate 2020.3.1 151 Friday, December 25, 2020 Approved
dotUltimate 2020.3 155 Tuesday, December 15, 2020 Approved
dotUltimate 2020.3-EAP9 163 Saturday, November 28, 2020 Approved
dotUltimate 2020.3-EAP8 162 Friday, November 20, 2020 Approved
dotUltimate 2020.3-EAP7 149 Saturday, November 14, 2020 Approved
dotUltimate 2020.3-EAP6 157 Friday, November 6, 2020 Approved
dotUltimate 2020.3-EAP5 165 Friday, October 30, 2020 Approved
dotUltimate 2020.3-EAP4 147 Saturday, October 17, 2020 Approved
dotUltimate 2020.3-EAP3 164 Friday, October 9, 2020 Approved
dotUltimate 2020.3-EAP2 156 Friday, October 2, 2020 Approved
dotUltimate 2020.3-EAP1 163 Friday, September 25, 2020 Approved
dotUltimate 2020.2.4 199 Friday, October 2, 2020 Approved
dotUltimate 2020.2.3 188 Saturday, September 19, 2020 Approved
dotUltimate 2020.2.2 163 Friday, September 11, 2020 Approved
dotUltimate 2020.2.1 165 Tuesday, September 1, 2020 Approved
dotUltimate 2020.2 167 Thursday, August 13, 2020 Approved
dotUltimate 2020.2-EAP9 155 Friday, August 7, 2020 Exempted
dotUltimate 2020.2-EAP8 176 Saturday, July 25, 2020 Exempted
dotUltimate 2020.2-EAP7 149 Saturday, July 18, 2020 Exempted

Discussion for the dotUltimate Package

Ground Rules:

  • This discussion is only about dotUltimate and the dotUltimate package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or dotUltimate, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus