mikhailshilkov / With.Fody

A Fody addin to extend immutable C# classes with With() methods to return a copy of an object with one property modified.
MIT License
36 stars 3 forks source link

Update to Fody Version 2 #13

Closed SimonCropp closed 7 years ago

SimonCropp commented 7 years ago

Fody Version 2 is out and you will need to do an update for your addin to be usable with it

Specifically:

mikhailshilkov commented 7 years ago

Done