majkinetor / au

Chocolatey Automatic Package Updater Module
GNU General Public License v2.0
227 stars 71 forks source link

Fix updated stream version #174

Closed Thilas closed 5 years ago

Thilas commented 5 years ago

Fixes #160.

When dealing with updated streams, Update-Package.ps1 now returns an object that contains the information of the latest updated stream instead of containing the latest stream.

I also added some tests on the report plugin to make sure it's all good (I fixed at the same time some minor issues with text reports).

Thilas commented 5 years ago

@majkinetor, any thoughts?

majkinetor commented 5 years ago

That test looks fragile, any change in output anywhere will make it fail.

Thilas commented 5 years ago

For sure! I really tried to test only what matters the most in the output. We'll see if they break anytime soon...