Skip to content

Commit

Permalink
Fix dependencies, temporarily downgrade NuGet version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Oct 15, 2024
1 parent fe04be5 commit 03d5308
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vcnet/libcups2_native.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>libcups2_native</id>
<title>OpenPrinting CUPS Library for VS2019+</title>
<version>2.4.12.0</version>
<version>2.4.11.1</version>
<authors>Michael R Sweet, OpenPrinting</authors>
<owners>michaelrsweet</owners>
<projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
Expand All @@ -16,7 +16,7 @@ and other Unix®-like operating systems. The CUPS library provides a convenient
<copyright>Copyright © 2020-2024 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products.</copyright>
<tags>http ipp native</tags>
<dependencies>
<dependency id="libcups2_native.redist" version="2.4.12.0" />
<dependency id="libcups2_native.redist" version="2.4.11.1" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions vcnet/libcups2_native.redist.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>libcups2_native.redist</id>
<title>OpenPrinting CUPS Library for VS2019+ Redist</title>
<version>2.4.12.0</version>
<version>2.4.11.1</version>
<authors>Michael R Sweet, OpenPrinting</authors>
<owners>michaelrsweet</owners>
<projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
Expand All @@ -16,7 +16,7 @@ and other Unix®-like operating systems. This package provides the redistributab
<copyright>Copyright © 2020-2024 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products.</copyright>
<tags>http ipp native</tags>
<dependencies>
<dependency id="libressl_native.redist" version="3.5.3.2" />
<dependency id="libressl_native.redist" version="3.7.3.0" />
<dependency id="zlib_native.redist" version="1.2.11" />
</dependencies>
</metadata>
Expand Down

0 comments on commit 03d5308

Please sign in to comment.