Releases: basicx-StrgV/WGet.NET
WGet.NET 3.1.0
WGet.NET 3.0.0
Changelog
New Features
- Added Support for .Net Standard 2.0 (#13 #15)
- Added the feature to downloade package installer (WinGet 1.6+)
- Added the WinGet Pin feature (WinGet 1.5+)
- Added "WinGetPinnedPackage" class
- Added "WinGetFeatureNotSupportedException" class
- Added a workaround for #4, that will use the package name instead of the id, if a shortened id is detected
- Improvements to the WinGetPackage and WinGetSource classes
- Most of the properties are now deprecated, change of implementation recommended
Known Issues
- Packages with a longer name or id might not be processed correctly #4
Package
WGet.NET 3.0.0-alpha2
Changelog
New Features
- The .Net Standard 2.0 implementation now has the same features as the .Net Core 3.1 implementation
Known Issues
- Packages with a longer name or id might not be processed correctly #4
Package
WGet.NET 3.0.0-alpha1
Changelog
New Features
Known Issues
- Packages with a longer name or id might not be processed correctly #4
- Some features are missing in the .Net Standard 2.0 implementation
Package
WGet.NET 2.3.0
Changelog
New Features
- Asynchronous Execution
- The WinGetSource object will now contain the identifier
- Action to upgrade all packages
- Action to search package by source
- Action to get installed packages by name and source
- Get a System.Version object containing the WinGet version info
Known Issues
- Packages with a longer name or id might not be processed correctly #4
Package
WGet.NET 2.2.0
Info
Version 2.0 comes with a bunch of changes, improvements and new features.
Please read the changelog for version 2.0.0 before updating from a version older then 2.0.0.
If you are currently using an older version of this library in your project, be aware that you can not update from it to version 2.x.x without changing the imlementation in your project.
Changelog
New Features
- The WinGetPackage object will now contain info about the newest available package version
- The WinGetPackage object will now contain the name of it’s source
- Added the function to search for installed packages
- Added the function to export the WinGet settings
Known Issues
- Packages with a longer name or id might not be processed correctly #4
Package
WGet.NET 2.1.0
Info
Version 2.0 comes with a bunch of changes, improvements and new features.
Please read the changelog for version 2.0.0 before updating from a version older then 2.0.0.
If you are currently using an older version of this library in your project, be aware that you can not update from it to version 2.x.x without changing the imlementation in your project.
Changelog
New Features
- Added the functionality to import WinGet sources
- Added the functionality to export WinGet sources to WinGetSource objects
- Added the functionality to use the WinGet hash function
- Multiple list outputs will now be parsed
Fixes
- Output encoding should now be correct (Thanks to @FelixWorkspace)
- None package data should no longer be parsed into a WingetPackage object
Known Issues
- Packages with a longer name or id might not be processed correctly #4
Package
WGet.NET 2.0.3
Info
Version 2.0 comes with a bunch of changes, improvements and new features.
Please read the changelog for version 2.0.0 before updating from a version older then 2.0.0.
If you are currently using an older version of this library in your project, be aware that you can not update from it to version 2.x.x without changing the imlementation in your project.
Changelog
- Small optimizations
- Potential fix for #6
Known Issues
- Packages with a longer name or id might not be processed correctly #4
Package
WGet.NET 2.0.2
Info
Version 2.0 comes with a bunch of changes, improvements and new features.
Please read the changelog for version 2.0.0 before updating from a version older then 2.0.0.
If you are currently using an older version of this library in your project, be aware that you can not update from it to version 2.x.x without changing the imlementation in your project.
Changelog
- Getting the list of upgradable packages should not throw an exception anymore (Thanks to @AcedTimo)
- Getting the list of upgradable packages should now be compatible with version “1.4.2161-preview” (Thanks to @AcedTimo )
Known Issues
- Packages with a longer name or id might not be processed correctly #4
Package
WGet.NET 2.0.1
Info
Version 2.0 comes with a bunch of changes, improvements and new features.
Please read the changelog for version 2.0.0 before updating from a version older then 2.0.0.
If you are currently using an older version of this library in your project, be aware that you can not update from it to version 2.x.x without changing the imlementation in your project.
Changelog
- Checking if Winget is installed can now be done from Scource- and PackageManager class
Known Issues
- Packages with a longer name or id might not be processed