mathtone / MIST

Implements change notification for properties (ie: INotifyPropertyChanged) using IL weaving and a custom Visual Studio build task.
MIT License
49 stars 7 forks source link

NuGet script should handle updates / uninstalls correctly. #2

Closed mathtone closed 8 years ago

mathtone commented 8 years ago

Currently, updating from one NuGet package version to another does not correctly update modifications to the project file. Modify NuGet installation behavior to correctly handle package version updates and uninstalls.

mathtone commented 8 years ago

Updates should work correctly, removing the build task during uninstall will have to be done manually.