Skip to content

Commit

Permalink
Merge pull request #94 from SharpAdb/feature/copyright
Browse files Browse the repository at this point in the history
Change copyright to 'Copyright © 2021 - 2024 SharpAdb. All Rights Reserved.'
  • Loading branch information
wherewhere authored Feb 13, 2024
2 parents 4a818a2 + 2c24973 commit 12cdb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="coverlet.msbuild" Version="6.0.0" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="all">
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyTitle>.NET client for adb, the Android Debug Bridge (AdvancedSharpAdbClient)</AssemblyTitle>
<Authors>The Android Open Source Project, Ryan Conrad, Quamotion and improved by yungd1plomat and wherewhere</Authors>
<ContinuousIntegrationBuild>True</ContinuousIntegrationBuild>
<Copyright>https://github.com/quamotion/madb</Copyright>
<Copyright>Copyright © 2021 - 2024 SharpAdb. All Rights Reserved.</Copyright>
<Description>AdvancedSharpAdbClient is a .NET library that allows .NET, Mono, Unity applications to communicate with Android devices. It's a improved version of SharpAdbClient.</Description>
<Deterministic>True</Deterministic>
<EmbedUntrackedSources>True</EmbedUntrackedSources>
Expand Down

0 comments on commit 12cdb1b

Please sign in to comment.