这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@KevinRansom
Copy link
Contributor

Fixes #624 - #r loads the oldest NuGet from the feed

By default when version is not specified nuget selects the oldest value in the feed. This behaviour is not appropriate in a scripting environment when a developer is more likely to want the latest and greatest version.

This change uses "*" select oldest stable version for the version value, when no version is specified.

}

[Fact]
public async Task issue_624()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More descriptive test name. You can link to the fixed issue number in the attribute.

@KevinRansom KevinRansom changed the title Fix Issue #624 - #r nuget selectes oldest package when version is not… Fix Issue #624 - #r nuget selects oldest package when version is not… Dec 12, 2019
@brettfo brettfo merged commit 3c6f701 into dotnet:master Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

#r loads the oldest NuGet from the feed

3 participants