peters / ILRepack.MSBuild.Task

MSBuild task for ILRepack which is an open-source alternative to ILMerge.
Other
83 stars 31 forks source link

Possible Targets path not updated on nuget update? #5

Closed rcollette closed 11 years ago

rcollette commented 11 years ago

I just updated a project from 1.0.4 to 1.0.7 via nuget.

The project failed to load because the following import statement path was not updated by the nuget update.

Is this something that just went wrong on my machine or is the nuget package missing an action/task to perform this update?

peters commented 11 years ago

The package does not install the target automatically to the solution. It's my understanding that this behavior will be available in nuget 2.4 and i have not bothered with adding a powershell script since that version is scheduled to be released in April :)

peters commented 11 years ago

Fixed in 1.0.8