Skip to content

Commit

Permalink
Manually fix api approvals
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Apr 27, 2024
1 parent d0852a5 commit d0354be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions QRCoderApiTests/net60-windows/QRCoder.approved.txt
Expand Up @@ -76,9 +76,7 @@ namespace QRCoder
public string GetGraphic(int pixelsPerModule, System.Drawing.Color darkColor, System.Drawing.Color lightColor, System.Drawing.Bitmap icon, int iconSizePercent = 15, int iconBorderWidth = 6, bool drawQuietZones = true, QRCoder.Base64QRCode.ImageType imgType = 2) { }
public enum ImageType
{
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
Gif = 0,
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
Jpeg = 1,
Png = 2,
}
Expand Down
2 changes: 0 additions & 2 deletions QRCoderApiTests/net60/QRCoder.approved.txt
Expand Up @@ -34,9 +34,7 @@ namespace QRCoder
public string GetGraphic(int pixelsPerModule, string darkColorHtmlHex, string lightColorHtmlHex, bool drawQuietZones = true, QRCoder.Base64QRCode.ImageType imgType = 2) { }
public enum ImageType
{
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
Gif = 0,
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
Jpeg = 1,
Png = 2,
}
Expand Down

0 comments on commit d0354be

Please sign in to comment.