MatthewKing / DeviceId

A simple library providing functionality to generate a 'device ID' that can be used to uniquely identify a computer.
MIT License
729 stars 118 forks source link

After Update nothing works. #33

Closed Pinguu-dev closed 2 years ago

Pinguu-dev commented 2 years ago

After 6.0.0 update you change much, readme is outdated. .AddProcessorId.. does not exist anymore.

What you change?

MatthewKing commented 2 years ago

It's in the readme.

MatthewKing commented 2 years ago

As of version 6, the packages have been split up so that users can pick-and-choose what they need, without having to pull down unnecessary references that they won't use. So if you want to use .AddProcessorId you also need to add the DeviceId.Windows.Wmi package (or the DeviceId.Windows.Mmi package).