dcastro / MementoContainer

5 stars 2 forks source link

Fixed issue number 3 for library, see: https://github.com/dcastro/MementoContainer/issues/3 #4

Closed Guerillah closed 6 years ago

Guerillah commented 6 years ago

Changed RegisterCollection methods in Memento.cs class to have a boolean cascade argument rather than a hard coded false.

dcastro commented 6 years ago

Thanks for taking the time to look into this and fix it, looks good! :) I'll see if I can find the time to push it to nuget over the weekend.

Guerillah commented 6 years ago

No problem, glad I could help! Thanks.

On Fri, Mar 9, 2018 at 1:17 AM, Diogo Castro notifications@github.com wrote:

Thanks for taking the time to look into this and fix it, looks good! :) I'll see if I can find the time to push it to nuget over the weekend.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dcastro/MementoContainer/pull/4#issuecomment-371744152, or mute the thread https://github.com/notifications/unsubscribe-auth/APgjRbnvzA8WWBsDS8hH6kiJNFRt9Bvuks5tcjqngaJpZM4SjqOs .

dcastro commented 6 years ago

Apologies for the delay. This is now published as v1.1.1 https://www.nuget.org/packages/MementoContainer/1.1.1

Thanks again for your contribution!