Skip to content

Commit

Permalink
Version 10.1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Urban committed Jun 4, 2023
1 parent 6fb120c commit a830e2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Subscribe to the Inserted and Removed events to be notified when a USB drive is
1. Include NuGet package from https://www.nuget.org/packages/Usb.Events

<ItemGroup>
<PackageReference Include="Usb.Events" Version="10.1.1.0" />
<PackageReference Include="Usb.Events" Version="10.1.1.1" />
</ItemGroup>
2. Subscribe to events:
Expand Down Expand Up @@ -96,6 +96,8 @@ Using `Win32_USBControllerDevice` is usually the better option.

## Version history:

- 10.1.1.1:
- Fixed `Dispose()` to exit native monitor loop in macOS
- 10.1.1.0:
- Fixed `Dispose()` to exit native monitor loop in Linux
- Added `bool usePnPEntity` to use `Win32_PnPEntity` in Windows
Expand Down
4 changes: 2 additions & 2 deletions Usb.Events/Usb.Events.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<PropertyGroup>
<Product>Usb.Events</Product>
<PackageId>Usb.Events</PackageId>
<PackageVersion>10.1.1.0</PackageVersion>
<Version>10.1.1.0</Version>
<PackageVersion>10.1.1.1</PackageVersion>
<Version>10.1.1.1</Version>
<Authors>Jinjinov</Authors>
<Description>Subscribe to events to be notified when a USB drive is mounted in or ejected, or when a USB device is added or removed. Usb.Events is a .NET Standard 2.0 library and uses WMI on Windows, libudev on Linux and IOKit on macOS.</Description>
<Copyright>Copyright (c) Jinjinov 2022</Copyright>
Expand Down

0 comments on commit a830e2f

Please sign in to comment.