MediatR 8 on nuget?

Created on 19 Sep 2019  Â·  6Comments  Â·  Source: jbogard/MediatR

I wasn't sure where else to post this. What is the timeframe of getting the latest release deployed to nuget? I see in AppVeyor that 8.0 is built. Is there any assistance needed in getting the next release out the door?

Most helpful comment

Every time someone asks I push the release out another month.

On Wed, Sep 18, 2019 at 5:19 PM developermj notifications@github.com
wrote:

I wasn't sure where else to post this. What is the timeframe of getting
the latest release deployed to nuget? I see in AppVeyor that 8.0 is built.
Is there any assistance needed in getting the next release out the door?

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/jbogard/MediatR/issues/439?email_source=notifications&email_token=AAAZQMTLHMELWUFMHWYOQBTQKKSNZA5CNFSM4IYEJSN2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HMIOOBA,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAAZQMTFR5W6KJ4MCAL75K3QKKSNZANCNFSM4IYEJSNQ
.

All 6 comments

Every time someone asks I push the release out another month.

On Wed, Sep 18, 2019 at 5:19 PM developermj notifications@github.com
wrote:

I wasn't sure where else to post this. What is the timeframe of getting
the latest release deployed to nuget? I see in AppVeyor that 8.0 is built.
Is there any assistance needed in getting the next release out the door?

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/jbogard/MediatR/issues/439?email_source=notifications&email_token=AAAZQMTLHMELWUFMHWYOQBTQKKSNZA5CNFSM4IYEJSN2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HMIOOBA,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAAZQMTFR5W6KJ4MCAL75K3QKKSNZANCNFSM4IYEJSNQ
.

This seems like an inappropriate response to a simple question regarding a release for a project downloaded well over a couple million times on nuget. I'm offering any assistance you may need here. Specifically I'm looking for one of the recent PR with exception handling which I believe is in the 8 release on AppVeyor. (https://github.com/jbogard/MediatR/pull/339) Are you able to provide any sort of timeframe for the next release?

Every build is on myget. If you want the latest, find it there.

I don't like releasing major versions too close to each other. I want public API changes to stabilize before a release. More than 2 major releases a year with breaking API changes is too much for me to deal with on my own clients, who are really 99% what I care about since they actually pay the bills.

Pushing a release is simple, I've made sure of that. Dealing with API changes is not for consumers. I want to stabilize changes before release.

If this is not soon enough, I do have a 100% money-back guarantee.

Thank you for your response. Also thank you for your work on maintaining and running this project. It has been a great way to solve some of my code logic problems. One last question: Do you have a document anywhere on how to connect to your specific myget site?

The feeds are listed here https://myget.org/users/jbogard

I just realized I don't have a link to the MyGet feed on the readme, so I updated that.

In all seriousness, the work for a release with MediatR is really just documentation. If you'd like to help, I just need docs in the wiki covering migration and new features.

And apologies for being a bit pithy!

Was this page helpful?
0 / 5 - 0 ratings