Releases: OneGet/oneget
Releases · OneGet/oneget
1.4 Release
Up module version to 1.4 (#455)
1.3.2 Release
Update verison (#448)
1.3 Release
Update verison (#448)
1.2.4 Release
Update verison (#448)
1.2.3 Release
Update verison (#448)
1.2.2 Release
fix build and test failures (#384)
NuGet v3 Preview
1.2.0-preview
A preview version of PackageManagement with NuGet v3 support. Currently we've only verified MyGet and NuGet.org implementations. Please log bugs with other server implementations if there are issues. Also please note any performance issues.
New features
- Register and use a NuGet v3 URL
Register-PackageSource -Name NuGet3 -Location https://api.nuget.org/v3/index.json -ProviderName NuGet
Find-Package awssdk -Source NuGet3
- Prototype argument completer without proxy support. Either only a NuGet v3 source must be registered for NuGet provider OR a NuGet v3 source must be specified before the -Name parameter. The script is currently only available on GitHub here
.\Register-FindPackageNuGetArgumentCompleter.ps1
Find-Package -Source NuGet3 -Name <tab>
Breaking changes
- Searching for a package term with the -AllVersions switch is no longer allowed. This is due to concerns about stressing search services.
Find-Package aws* -AllVersions # Not allowed
Find-Package awssdk -AllVersions # Allowed
1.1.1.0: Merge pull request #242 from OneGet/WIP
Major changes in this release
- Bug fixes for FIPS
- Linux/Mac Supports
1.1.0.0: Merge pull request #216 from OneGet/WIP
Changed PackageManagement version to 1.1.0.0