forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify: JetBrains.dotUltimate version 2023.3.2 (microsoft#132950)
* Modify: JetBrains.dotUltimate version 2023.3.2 * Fix InstallModes * Change PackageName
- Loading branch information
1 parent
04c3a0d
commit 52c549b
Showing
4 changed files
with
90 additions
and
11 deletions.
There are no files selected for viewing
24 changes: 19 additions & 5 deletions
24
manifests/j/JetBrains/dotUltimate/2023.3.2/JetBrains.dotUltimate.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,31 @@ | ||
# Created with Komac v1.11.0 | ||
# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-4-0.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
|
||
PackageIdentifier: JetBrains.dotUltimate | ||
PackageVersion: 2023.3.2 | ||
InstallerType: exe | ||
Scope: machine | ||
InstallModes: | ||
- interactive | ||
- silent | ||
InstallerSwitches: | ||
Silent: /Silent=True | ||
SilentWithProgress: /Silent=True | ||
Custom: /VsVersion=16.0 /SpecificProductsNames=ReSharper;dotTrace;dotMemory;dotCover;dotPeek;Rider;ReSharperCpp;teamCityAddin | ||
Log: /LogFile="<LOGPATH>" | ||
UpgradeBehavior: install | ||
ReleaseDate: 2023-12-20 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://download-cdn.jetbrains.com/resharper/dotUltimate.2023.3.2/JetBrains.dotUltimate.2023.3.2.web.exe | ||
InstallerSha256: E689AC4349447E085B99C702105D51790BFCD8C068464AE4D8B96250E0E1F3D2 | ||
Scope: user | ||
InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2023.3.2/JetBrains.dotUltimate.2023.3.2.exe | ||
InstallerSha256: ADFFAF4AE33ADC7BEBB66D8CF9E520BD6D657AC8AC0F9BF58CECE03B3E6A01DE | ||
InstallerSwitches: | ||
Custom: /SpecificProductNames=* /VsVersion=* | ||
- Architecture: x64 | ||
Scope: machine | ||
InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2023.3.2/JetBrains.dotUltimate.2023.3.2.exe | ||
InstallerSha256: ADFFAF4AE33ADC7BEBB66D8CF9E520BD6D657AC8AC0F9BF58CECE03B3E6A01DE | ||
InstallerSwitches: | ||
Custom: /SpecificProductNames=* /VsVersion=* /PerMachine=True | ||
ElevationRequirement: elevationRequired | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
36 changes: 31 additions & 5 deletions
36
manifests/j/JetBrains/dotUltimate/2023.3.2/JetBrains.dotUltimate.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,49 @@ | ||
# Created with Komac v1.11.0 | ||
# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-4-0.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
|
||
PackageIdentifier: JetBrains.dotUltimate | ||
PackageVersion: 2023.3.2 | ||
PackageLocale: en-US | ||
Publisher: JetBrains s.r.o. | ||
PackageName: dotUltimate | ||
PackageUrl: https://www.jetbrains.com/dotnet | ||
PublisherUrl: https://www.jetbrains.com/ | ||
PublisherSupportUrl: https://www.jetbrains.com/support/ | ||
PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ | ||
Author: JetBrains s.r.o. | ||
PackageName: JetBrains dotUltimate | ||
PackageUrl: https://www.jetbrains.com/dotnet/ | ||
License: Proprietary | ||
Copyright: Copyright © JetBrains s.r.o. | ||
ShortDescription: All .NET tools, ReSharper C++, and JetBrains Rider, together in one pack. | ||
LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ | ||
Copyright: Copyright © 2000-2023 JetBrains s.r.o. | ||
# CopyrightUrl: | ||
ShortDescription: All .NET tools, ReSharper C++, and JetBrains Rider, together in one pack | ||
# Description: | ||
Moniker: dotultimate | ||
Tags: | ||
- .net | ||
- c# | ||
- csharp | ||
- develop | ||
- development | ||
- dotcover | ||
- dotmemory | ||
- dotnet | ||
- dotpeek | ||
- dottrace | ||
- resharper | ||
- rider | ||
ReleaseNotes: |- | ||
ReSharper 2023.3.2 bug-fix update | ||
Here are some of the fixes included in this build: | ||
- We've resolved several erroneous behaviors involving solution-wide analysis. SWEA no longer causes IDE freezes (RSRP-495167), and inaccurate warnings don't appear for Razor files (RSRP-493921). | ||
- The Hides primary constructor parameter warning now only applies to captured primary constructor parameters (RSRP-495077). | ||
- Primary constructor refactorings now work correctly (RSRP-494901, RSRP-494860). | ||
- Clicking on the DataTip icon for record type variables during debugging now results in ReSharper displaying all relevant properties and methods (RSRP-494989). | ||
- We've eliminated the bug where moving a file template to the In Quicklist section would cause an infinite loop of duplicate copies to appear (RSRP-495232). | ||
- Several bugs causing false positive Entity Framework inspection warnings have been resolved (RSRP-495186, RSRP-495237, RSRP-495227, RSRP-494858). | ||
For the full list of resolved issues, please refer to our issue tracker. | ||
ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/RSRP?q=available%20in:%202023.3.2* | ||
PurchaseUrl: https://www.jetbrains.com/store/ | ||
# InstallationNotes: | ||
# Documentations: | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.0 |
39 changes: 39 additions & 0 deletions
39
manifests/j/JetBrains/dotUltimate/2023.3.2/JetBrains.dotUltimate.locale.zh-CN.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-4-0.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json | ||
|
||
PackageIdentifier: JetBrains.dotUltimate | ||
PackageVersion: 2023.3.2 | ||
PackageLocale: zh-CN | ||
Publisher: JetBrains s.r.o. | ||
PublisherUrl: https://www.jetbrains.com/zh-cn/ | ||
PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ | ||
PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ | ||
Author: JetBrains s.r.o. | ||
PackageName: JetBrains dotUltimate | ||
PackageUrl: https://www.jetbrains.com/zh-cn/dotnet/ | ||
License: 专有软件 | ||
LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ | ||
Copyright: Copyright © 2000-2023 JetBrains s.r.o. | ||
# CopyrightUrl: | ||
ShortDescription: 在一个包中提供所有 .NET 工具、ReSharper C ++ 和 JetBrains Rider | ||
# Description: | ||
# Moniker: | ||
Tags: | ||
- .net | ||
- c# | ||
- csharp | ||
- dotcover | ||
- dotmemory | ||
- dotnet | ||
- dotpeek | ||
- dottrace | ||
- resharper | ||
- rider | ||
- 开发 | ||
# ReleaseNotes: | ||
ReleaseNotesUrl: https://youtrack.jetbrains.com/issues/RSRP?q=available%20in:%202023.3.2* | ||
PurchaseUrl: https://www.jetbrains.com/zh-cn/store/ | ||
# InstallationNotes: | ||
# Documentations: | ||
ManifestType: locale | ||
ManifestVersion: 1.5.0 |
2 changes: 1 addition & 1 deletion
2
manifests/j/JetBrains/dotUltimate/2023.3.2/JetBrains.dotUltimate.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52c549b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@check-spelling-bot Report
🔴 Please review
See the 📜action log for details.
Unrecognized words (16)
Previously acknowledged words that are now absent
admins Daa Esco fabricbot jedieaston Joakim Kad Karan Levvie mdanish quhxl redistribution russellbanks Tbot timezone Trenly :arrow_right:To accept ✔️ these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands
... in a clone of the [email protected]:nginxinc/winget-pkgs.git repository
on the
master
branch (ℹ️ how do I use this?):Errors (1)
See the 📜action log for details.
See ❌ Event descriptions for more information.
If the flagged items are 🤯 false positives
If items relate to a ...
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txt
file matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^
refers to the file's path from the root of the repository, so^README\.md$
would exclude README.md (on whichever branch you're using).well-formed pattern.
If you can write a pattern that would match it,
try adding it to the
patterns.txt
file.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.