Skip to content

Releases: OneGet/oneget

1.4 Release

21 May 22:30
846c767

Choose a tag to compare

Up module version to 1.4 (#455)

1.3.2 Release

07 May 23:52
a1970f5

Choose a tag to compare

Update verison (#448)

1.3 Release

07 May 21:28
a1970f5

Choose a tag to compare

Update verison (#448)

1.2.4 Release

07 May 21:28
a1970f5

Choose a tag to compare

Update verison (#448)

1.2.3 Release

07 May 21:28
a1970f5

Choose a tag to compare

Update verison (#448)

1.2.2 Release

15 Oct 19:23

Choose a tag to compare

fix build and test failures (#384)

NuGet v3 Preview

20 Dec 20:22

Choose a tag to compare

NuGet v3 Preview Pre-release
Pre-release

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

14 Nov 19:27

Choose a tag to compare

Major changes in this release

  • Bug fixes for FIPS
  • Linux/Mac Supports

1.1.0.0: Merge pull request #216 from OneGet/WIP

30 Sep 20:20

Choose a tag to compare

Changed PackageManagement version to 1.1.0.0

WMF5.1

18 Aug 21:39

Choose a tag to compare

Update readme.md