Skip to content

Commit

Permalink
Merge pull request #139 from Redth/update-zxing-net
Browse files Browse the repository at this point in the history
Update to newer ZXing.Net dependency
  • Loading branch information
Redth committed Oct 23, 2023
2 parents 4d07a9b + 260d869 commit 20fe0f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ZXing.Net.MAUI.Comet/ZXing.Net.MAUI.Comet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ZXing.Net" Version="0.16.8" />
<PackageReference Include="ZXing.Net" Version="0.16.9" />
<PackageReference Include="Clancey.Comet" Version="0.3.467-beta" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ZXing.Net.MAUI.Controls/ZXing.Net.MAUI.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ZXing.Net" Version="0.16.8" />
<PackageReference Include="ZXing.Net" Version="0.16.9" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ZXing.Net.MAUI\ZXing.Net.MAUI.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion ZXing.Net.MAUI/ZXing.Net.MAUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<AndroidManifest Include="Platforms/Android/AndroidManifest.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ZXing.Net" Version="0.16.8" />
<PackageReference Include="ZXing.Net" Version="0.16.9" />
<PackageReference Include="GitInfo" Version="2.2.0" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit 20fe0f8

Please sign in to comment.