Skip to content

Commit

Permalink
maintenance: Updated copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
thargy committed Jan 20, 2022
1 parent 6b48004 commit 07ec4b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion HIDDevices/HIDDevices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageDescription>Cross-platform .NET Standard library for asynchronous access to HID Devices (e.g. gamepads, joysticks, etc.)</PackageDescription>
<RepositoryUrl>https://github.com/DevDecoder/HIDDevices</RepositoryUrl>
<Description>Cross-platform .NET Standard library for asynchronous access to HID Devices (e.g. gamepads, joysticks, etc.)</Description>
<Copyright>2020-2021 Craig Dean</Copyright>
<Copyright>2020-2022 Craig Dean</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/DevDecoder/HIDDevices</PackageProjectUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -26,6 +26,9 @@
<RootNamespace>DevDecoder.HIDDevices</RootNamespace>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Usages\hid-usage-tables\**" />
<EmbeddedResource Remove="Usages\hid-usage-tables\**" />
Expand Down

0 comments on commit 07ec4b9

Please sign in to comment.