Skip to content

Commit

Permalink
Bump HidApi.Net from 0.4.0 to 1.0.0 in /src
Browse files Browse the repository at this point in the history
Bumps [HidApi.Net](https://github.com/badcel/HidApi.Net) from 0.4.0 to 1.0.0.
- [Release notes](https://github.com/badcel/HidApi.Net/releases)
- [Commits](badcel/HidApi.Net@0.4.0...1.0.0)

---
updated-dependencies:
- dependency-name: HidApi.Net
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent f7d81f8 commit d294eed
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/Sleddog.Blink1/Sleddog.Blink1.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<RestorePackages>true</RestorePackages>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<RepositoryUrl>https://github.com/SleddogSoftwareDevelopment/blink1</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HidApi.Net" Version="0.4.0" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<None Update="hidapi.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<RestorePackages>true</RestorePackages>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<RepositoryUrl>https://github.com/SleddogSoftwareDevelopment/blink1</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HidApi.Net" Version="1.0.0" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<None Update="hidapi.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

0 comments on commit d294eed

Please sign in to comment.