nsubstitute / NSubstitute

A friendly substitute for .NET mocking libraries.
https://nsubstitute.github.io
Other
2.67k stars 263 forks source link

Need to release 5.2.0 #793

Closed Romfos closed 1 week ago

Romfos commented 6 months ago

Hi,

v5.2.0 was released but nuget still has 5.1.0 as latest

please, upload 5.2.0 to nuget

Thank you

@dtchepak @alexandrnikitin

dtchepak commented 6 months ago

Hi @Romfos ,

We're just trying to get the release build sorted after the appveyor move. (https://github.com/nsubstitute/NSubstitute/pull/791)

Having some laptop issues at the moment but will try to sort it as soon as I can

nesc58 commented 6 months ago

Hi, is there any news on this issue? The nuget package is still missing on https://www.nuget.org/packages/NSubstitute

Thanks

304NotModified commented 6 months ago

Is this the new release GitHub action?

https://github.com/nsubstitute/NSubstitute/actions/runs/8763686910/workflow

But not sure if this is the correct GitHub action

dtchepak commented 6 months ago

I started to look at this (https://github.com/nsubstitute/NSubstitute/pull/791#issuecomment-2067600971, haven't used GitHub actions before 😅 ) but my laptop decided to die before I could get anything working. I'll try to get access to a non-work machine to sort this as soon as I can. 🙇

Is there something in particular you need from this release? 5.1.0 should still be ok for now?

304NotModified commented 6 months ago

https://github.com/dtchepak/NSubstitute/blob/release-ci/.github/workflows/release_build.yml

Looks as a good start :)

Please note that you should also push the nupkg and the snupkg for source link (although nuget will do that automatically nowadays. See https://learn.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg)

(If we're unsure, maybe we should test with beta packages)

dtchepak commented 6 months ago

@304NotModified I think I've got it working: https://github.com/nsubstitute/NSubstitute/pull/797

Could you please take a look for me? 🙇

mrkssr commented 4 months ago

Hey, how is the progress with the 5.2.0 release? Are there any news and might be the .Net 8 support available soon?

Romfos commented 4 months ago

Hey, how is the progress with the 5.2.0 release? Are there any news and might be the .Net 8 support available soon?

you can use the latest version from nuget for .NET 8. You don't need 5.2.0 for this

dtchepak commented 1 week ago

5.3.0 released. Please give it a try and let me know how you go. :)