Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update samples and XML doc comments #1448

Merged
merged 2 commits into from
Aug 25, 2020
Merged

Update samples and XML doc comments #1448

merged 2 commits into from
Aug 25, 2020

Conversation

cgillum
Copy link
Member

@cgillum cgillum commented Aug 24, 2020

This is for the v2.3.0 release. I looked through all our sample projects and made sure they were up-to-date in terms of the versions of our nuget packages they use.

Related to #1444

@cgillum cgillum self-assigned this Aug 24, 2020
@cgillum cgillum added this to the Extension v2.3.0 milestone Aug 24, 2020
Copy link
Contributor

@ConnorMcMahon ConnorMcMahon left a comment

Choose a reason for hiding this comment

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

LGTM, just not sure about version ranges and if those are best practices.

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.2.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.3.*" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want to encourage people to use lose package reference versioning like this?

Copy link
Member Author

Choose a reason for hiding this comment

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

It makes it easier to stay up-to-date with the latest bug fixes, so yes, I think we should encourage folks to do this.

@cgillum cgillum merged commit ef75195 into dev Aug 25, 2020
@cgillum cgillum deleted the cgillum/samples-update branch August 25, 2020 16:37
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.

2 participants