-
Notifications
You must be signed in to change notification settings - Fork 9.1k
New version: Nefarius.nefcon version 1.18.61 #417474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Benjamin Höglinger-Stelzer (nefarius)
wants to merge
1
commit into
microsoft:master
Choose a base branch
from
nefarius:Nefarius.nefcon-1.18.61-9DCC0F0F7FA04CB79F7DFD07F5DFB718
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+82
−0
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
manifests/n/Nefarius/nefcon/1.18.61/Nefarius.nefcon.installer.yaml
This file contains hidden or 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,35 @@ | ||||||
| # Created with WinGet Releaser using komac v2.16.0 | ||||||
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json | ||||||
|
|
||||||
| PackageIdentifier: Nefarius.nefcon | ||||||
| PackageVersion: 1.18.61 | ||||||
| InstallerType: zip | ||||||
| NestedInstallerType: portable | ||||||
| ReleaseDate: 2026-08-14 | ||||||
| Installers: | ||||||
| - Architecture: neutral | ||||||
| NestedInstallerFiles: | ||||||
| - RelativeFilePath: ARM64/nefconc.exe | ||||||
| PortableCommandAlias: nefconc | ||||||
| - RelativeFilePath: ARM64/nefconw.exe | ||||||
| PortableCommandAlias: nefconw | ||||||
| InstallerUrl: https://github.com/nefarius/nefcon/releases/download/v1.18.61/nefcon_v1.18.61.zip | ||||||
| InstallerSha256: 912BD5E398CE8773F0E5CD44004B41AEF06A57375E5F86DB65426DF490CF9879 | ||||||
| - Architecture: neutral | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| NestedInstallerFiles: | ||||||
| - RelativeFilePath: x64/nefconc.exe | ||||||
| PortableCommandAlias: nefconc | ||||||
| - RelativeFilePath: x64/nefconw.exe | ||||||
| PortableCommandAlias: nefconw | ||||||
| InstallerUrl: https://github.com/nefarius/nefcon/releases/download/v1.18.61/nefcon_v1.18.61.zip | ||||||
| InstallerSha256: 912BD5E398CE8773F0E5CD44004B41AEF06A57375E5F86DB65426DF490CF9879 | ||||||
| - Architecture: neutral | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| NestedInstallerFiles: | ||||||
| - RelativeFilePath: x86/nefconc.exe | ||||||
| PortableCommandAlias: nefconc | ||||||
| - RelativeFilePath: x86/nefconw.exe | ||||||
| PortableCommandAlias: nefconw | ||||||
| InstallerUrl: https://github.com/nefarius/nefcon/releases/download/v1.18.61/nefcon_v1.18.61.zip | ||||||
| InstallerSha256: 912BD5E398CE8773F0E5CD44004B41AEF06A57375E5F86DB65426DF490CF9879 | ||||||
| ManifestType: installer | ||||||
| ManifestVersion: 1.12.0 | ||||||
39 changes: 39 additions & 0 deletions
39
manifests/n/Nefarius/nefcon/1.18.61/Nefarius.nefcon.locale.en-US.yaml
This file contains hidden or 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 WinGet Releaser using komac v2.16.0 | ||
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json | ||
|
|
||
| PackageIdentifier: Nefarius.nefcon | ||
| PackageVersion: 1.18.61 | ||
| PackageLocale: en-US | ||
| Publisher: Nefarius Software Solutions e.U. | ||
| PublisherUrl: https://nefarius.at/ | ||
| PublisherSupportUrl: https://nefarius.at/contact | ||
| Author: Benjamin Höglinger-Stelzer | ||
| PackageName: nefcon | ||
| PackageUrl: https://github.com/nefarius/nefcon | ||
| License: MIT | ||
| LicenseUrl: https://github.com/nefarius/nefcon/blob/HEAD/LICENSE | ||
| Copyright: Copyright (c) 2018-2021 Nefarius Software Solutions e.U. | ||
| CopyrightUrl: https://github.com/nefarius/nefcon/blob/master/LICENSE | ||
| ShortDescription: Windows device driver installation and management tool. | ||
| Description: |- | ||
| This little self-contained, no-dependency tool can be built either as a console application or a Windows application which has no visible window (ideal to use in combination with setup makers). | ||
| It offers a command-line-based driver (un-)installer and allows for simple manipulation of class filter entries. | ||
| Tags: | ||
| - devcon | ||
| - device-manager | ||
| - dpinst | ||
| - drivers | ||
| - hdwwiz | ||
| - inf | ||
| - pnpunattend | ||
| - pnputil | ||
| - setupapi | ||
| ReleaseNotes: |- | ||
| What's Changed | ||
| - Add --attempt-restart-affected to restart devices after filter/INF ch… by @nefarius in #31 | ||
| - feat: detach affected devices before removing a driver service by @nefarius in #32 | ||
| - fix: consume neflib 1.5.1 (case-insensitive class filter name matching) by @nefarius in #33 | ||
| Full Changelog: v1.17.40...v1.18.61 | ||
| ReleaseNotesUrl: https://github.com/nefarius/nefcon/releases/tag/v1.18.61 | ||
| ManifestType: defaultLocale | ||
| ManifestVersion: 1.12.0 |
This file contains hidden or 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,8 @@ | ||
| # Created with WinGet Releaser using komac v2.16.0 | ||
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json | ||
|
|
||
| PackageIdentifier: Nefarius.nefcon | ||
| PackageVersion: 1.18.61 | ||
| DefaultLocale: en-US | ||
| ManifestType: version | ||
| ManifestVersion: 1.12.0 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.