Skip to content

Commit

Permalink
Merge pull request #96 from badcel/prepare-release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
badcel authored May 26, 2024
2 parents 47706d4 + b66461f commit 0a3eeb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ jobs:
run: dotnet format --no-restore --verify-no-changes
working-directory: './src'

- name: Run unit tests
run: dotnet test --no-restore -c ${{ env.configuration }}
working-directory: './src'

- name: Test Linux 64 bit
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down
3 changes: 1 addition & 2 deletions src/HidApi.Net/HidApi.Net.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<VersionPrefix>1.0.2</VersionPrefix>
<VersionPrefix>1.0.3</VersionPrefix>

<RootNamespace>HidApi</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down Expand Up @@ -34,7 +34,6 @@
<PackageReference Include="WCharT.Net" Version="0.1.1" />

<InternalsVisibleTo Include="$(AssemblyName).Tester" />
<InternalsVisibleTo Include="$(AssemblyName).Tests" />
<None Include="../../readme.md" Pack="true" PackagePath="/" />
</ItemGroup>
</Project>

0 comments on commit 0a3eeb4

Please sign in to comment.