migrating-ravens / RavenMigrations

A small migrations framework to help you manage your RavenDB Instance.
MIT License
53 stars 24 forks source link

PatchCollection has old signature in latest nuget package #65

Closed danielwinkler closed 7 months ago

danielwinkler commented 7 months ago

I am using the latest RavenMigrations package https://www.nuget.org/packages/RavenMigrations/5.0.1

It happened after https://github.com/migrating-ravens/RavenMigrations/commit/8f84f7aff181c7c776b361a9980e24e9d43b91ea

which changed the signature of PatchCollection

protected Operation PatchCollection(string rql, bool waitForCompletion = true)

to

protected Operation PatchCollection(string rql, bool waitForCompletion = true, TimeSpan? staleTimeout = null)

Is it possible to create another release that has this change?

JudahGabriel commented 7 months ago

Sure thing. I'll publish today and let you know when it's up.

danielwinkler commented 7 months ago

Thanks so much for reacting that quickly!

JudahGabriel commented 7 months ago

No problem.

And I'm setting up auto-publish of Nuget package on successful builds. I just need admin access to this repo first. (I'm not the original creator of this repo, but I do maintain it.)