Skip to content

Commit a84015f

Browse files
authored
New version: JFrog.Conan version 2.23.0 (microsoft#317150)
1 parent 4017a73 commit a84015f

File tree

3 files changed

+102
-0
lines changed

3 files changed

+102
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: JFrog.Conan
5+
PackageVersion: 2.23.0
6+
InstallerLocale: en-US
7+
Platform:
8+
- Windows.Desktop
9+
InstallerType: inno
10+
Scope: machine
11+
InstallModes:
12+
- interactive
13+
- silent
14+
- silentWithProgress
15+
InstallerSwitches:
16+
Custom: /ALLUSERS
17+
UpgradeBehavior: install
18+
ProductCode: Conan Package Manager_is1
19+
ReleaseDate: 2025-11-25
20+
AppsAndFeaturesEntries:
21+
- ProductCode: Conan Package Manager_is1
22+
ElevationRequirement: elevatesSelf
23+
InstallationMetadata:
24+
DefaultInstallLocation: '{code:DefDirRoot}\Conan'
25+
Installers:
26+
- Architecture: x86
27+
InstallerUrl: https://github.com/conan-io/conan/releases/download/2.23.0/conan-2.23.0-windows-i686-installer.exe
28+
InstallerSha256: CE9175B3FEE2BC8AC932EE2E96DD5B7D80EEAF1D2571D720D01A3C1588C4DAAA
29+
- Architecture: x64
30+
InstallerUrl: https://github.com/conan-io/conan/releases/download/2.23.0/conan-2.23.0-windows-x86_64-installer.exe
31+
InstallerSha256: 96FB323B1300771074270F6380C6CAF562E204EFFC4BF4A566374AE6D07EC3B3
32+
ManifestType: installer
33+
ManifestVersion: 1.10.0
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: JFrog.Conan
5+
PackageVersion: 2.23.0
6+
PackageLocale: en-US
7+
Publisher: JFrog
8+
PublisherUrl: https://conan.io/
9+
PublisherSupportUrl: https://github.com/conan-io/conan/issues
10+
PrivacyUrl: https://conan.io/privacy-policy.html
11+
PackageName: Conan Package Manager
12+
PackageUrl: https://conan.io/
13+
License: MIT
14+
LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md
15+
Copyright: Copyright (c) JFrog LTD
16+
CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md
17+
ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages
18+
Tags:
19+
- c
20+
- c++
21+
- cmake
22+
- conan
23+
- multi-platform
24+
- open-source
25+
- package-manager
26+
ReleaseNotes: |-
27+
- Feature: Adding optional cli_args to meson install. (#19301)
28+
- Feature: implement VCVars support for latest VS 18 2026. (#19294)
29+
- Feature: Implement ClangCL support for VS 18 2026, add v145 to the clang vs-runtime. (#19289)
30+
- Feature: Improve conan pkglist find-remote to handle partial information, like not providing revisions. (#19265)
31+
- Feature: Add message when compatibility does not find a matching package. (#19262)
32+
- Feature: Improve Workspace error reporting for user code, and allow workspace conanfile to execute self.run() commands. (#19260)
33+
- Feature: Introduce workspace_packages so workspace super-install can collect information from workspace packages. (#19245). Docs: 📃
34+
- Feature: New parameter to support custom Premake configuration names. (#19242). Docs: 📃
35+
- Feature: Add collapse all and expand level buttons to conan report diff html output. (#19240)
36+
- Feature: Add support for apple os versions 26.1 and corresponding SDKs. (#19239)
37+
- Feature: Show provides conflicts in conan graph info -f=html. (#19222)
38+
- Feature: Allow source_credentials.json and the source auth plugin to define headers. (#19206). Docs: 📃
39+
- Feature: Let conan install/create output the resulting graph.json/html even when there are build failures, to allow listing possible packages that have been built. (#19204)
40+
- Feature: Document the Remote() constructor as public API. (#19200)
41+
- Feature: CMake.ctest() runner new tools.cmake:ctest_args conf. (#19198). Docs: 📃
42+
- Feature: Add some more useful output to conan audit. (#19197)
43+
- Feature: Allow distro 1.19 python pip package dependency for broader compatibility. (#19192)
44+
- Feature: Support metadata files addition without previously downloading other metadata files. (#19185)
45+
- Feature: Add rename info for files in conan report diff. (#19171)
46+
- Feature: Add conan run command to run commands from packages (#18972). Docs: 📃
47+
- Feature: Compatibility checks are now performed in a single request to each remote (#18396)
48+
- Fix: Propagate verbosity confs to CMakeToolchain. (#19296)
49+
- Fix: Fix 15.7 version in settings.yml. (#19250)
50+
- Fix: Remove empty value from --verbose choice help string. (#19244)
51+
- Fix: Improve error message referencing non existing git_excluded, use core.scm:excluded instead. (#19232). Docs: 📃
52+
- Fix: CMakeConfigDeps management of cmake_extra_interface_libs per component. (#19187)
53+
- Fix: Added deployer arguments to workspace super-install command. (#18792)
54+
- Fix: Added format_graph_json formatter to workspace super-install command. (#18792)
55+
- Bugfix: Make layout() have higher precedence for self.layouts.build.xxxenv_info/conf_info. (#19268)
56+
- Bugfix: Fix bug in conan new cmake_lib template without arguments, incorrect function name. (#19257)
57+
- Bugfix: Conanfile.run's quiet parameter now silences the output of the command (#18972). Docs: 📃
58+
- Bugfix: Verbosity level quiet now also silences the output of tools ran by Conan (#18972). Docs: 📃
59+
ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.23.0
60+
ManifestType: defaultLocale
61+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: JFrog.Conan
5+
PackageVersion: 2.23.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)