Skip to content

Releases: OneGet/oneget

1.4 Release

Choose a tag to compare

@alerickson alerickson released this 21 May 22:30
846c767
Up module version to 1.4 (#455)

1.3.2 Release

Choose a tag to compare

@alerickson alerickson released this 07 May 23:52
a1970f5
Update verison (#448)

1.3 Release

Choose a tag to compare

@alerickson alerickson released this 07 May 21:28
a1970f5
Update verison (#448)

1.2.4 Release

Choose a tag to compare

@alerickson alerickson released this 07 May 21:28
a1970f5
Update verison (#448)

1.2.3 Release

Choose a tag to compare

@alerickson alerickson released this 07 May 21:28
a1970f5
Update verison (#448)

1.2.2 Release

Choose a tag to compare

@alerickson alerickson released this 15 Oct 19:23
fix build and test failures (#384)

NuGet v3 Preview

NuGet v3 Preview Pre-release
Pre-release

Choose a tag to compare

@brywang-msft brywang-msft released this 20 Dec 20:22

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

Choose a tag to compare

@jianyunt jianyunt released this 14 Nov 19:27

Major changes in this release

  • Bug fixes for FIPS
  • Linux/Mac Supports

1.1.0.0: Merge pull request #216 from OneGet/WIP

Choose a tag to compare

@jianyunt jianyunt released this 30 Sep 20:20
Changed PackageManagement version to 1.1.0.0

WMF5.1

Choose a tag to compare

@jianyunt jianyunt released this 18 Aug 21:39
Update readme.md