dahall / TaskScheduler

Provides a .NET wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.
MIT License
1.21k stars 191 forks source link

TaskSchedulerEditor 2.8.20 has wrong version package reference to AeroWizard and TimeSpan2 #852

Closed vfofanov closed 4 years ago

vfofanov commented 4 years ago

Describe the bug The package TaskSchedulerEditor 2.8.20 has different version of package and reference in compiled assembly for AeroWizard and TimeSpan2

During the build assembly with TaskSchedulerEditor package installed you got next warnings:

warning MSB3277: Found conflicts between different versions of "AeroWizard" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. warning MSB3277: Found conflicts between different versions of "TimeSpan2" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed.

To Reproduce Steps to reproduce the behavior:

  1. Create assembly with installed TaskSchedulerEditor 2.8.20 as PackageReference
  2. Run Build
  3. See warnings in Output window

Expected behavior Fix packages version in nuspec file and redeploy nuget package to Nuget.org

Additional context Thank you for your great work!

As workaround you can explicit install AeroWizard and TimeSpan2 with correct versions

dahall commented 4 years ago

Thanks for reporting this. It is fixed in 2.8.21, just pushed.