Skip to content

Commit

Permalink
Update to newer ZXing.Net dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Oct 23, 2023
1 parent 676dfbb commit 260d869
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 260d869

Please sign in to comment.