IronBarcode 变更日志 Changelog: Updates, milestones, roadmap Curtis Chau 已更新:九月 7, 2025 Download IronBarcode NuGet 下载 DLL 下载 Start Free Trial Copy for LLMs Copy for LLMs Copy page as Markdown for LLMs Open in ChatGPT Ask ChatGPT about this page Open in Gemini Ask Gemini about this page Open in Grok Ask Grok about this page Open in Perplexity Ask Perplexity about this page Share Share on Facebook Share on X (Twitter) Share on LinkedIn Copy URL Email article This article was translated from English: Does it need improvement? Translated View the article in English IronBarcode Roadmap IronBarcode originated from our customer requests. Its origin story was a direct result of developers' pain points, with our team doing a deep dive into community forums and finding a repeated demand for a more effective solution. See more We listened to our community and created a product to give them a better solution than the market was offering. Today we continually drive IronBarcode's performance by applying the latest technology to improve image filters, computer vision, and machine learning. IronBarcode is now used in 96 countries, and we'd like to see its application grow as it continues to improve. More use cases will be covered to improve reading from live streams and barcode readers. Longer term, our plan is to launch IronBarcode for multiple programming languages. November 2025 IronBarcode v2025.11.4 November 10, 2025 Version 2025.11.4 View IronBarcode v2025.11.4 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2025.11.4 Release Notes Dependency Updates: Updates internal dependencies. October 2025 IronBarcode v2025.10.4 October 08, 2025 Version 2025.10.4 View IronBarcode v2025.10.4 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2025.10.4 Release Notes Dependency Updates: Updates internal dependencies. Bug Fixes: Fixes an issue where Code 39 Extended barcode cannot be detected for some PDF inputs. September 2025 IronBarcode v2025.9.5 September 02, 2025 Version 2025.9.5 View IronBarcode v2025.9.5 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2025.9.5 Release Notes Dependency Updates: Updates IronSoftware.System.Drawing to 2025.9.3. Enhancements: Optimizes loading of AnyBitmap object. August 2025 IronBarcode v2025.8.5 August 14, 2025 Version 2025.8.5 View IronBarcode v2025.8.5 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2025.8.5 Release Notes Dependency Updates: Updates IronSoftware.System.Drawing to 2025.8.1. Bug Fixes: Fixes an issue where ResizeToMil and ResizeTo were lowering image quality. Fixes an issue where reading certain large images would freeze the application. Enhancements: Improves reading performance with the "Detailed" Speed mode. Adds support for generating 1 bpp barcode images. July 2025 IronBarcode v2025.7.29 July 24, 2025 Version 2025.7.29 View IronBarcode v2025.7.29 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2025.7.29 Release Notes Dependency Updates: Updates IronSoftware.System.Drawing to 2025.7.12. Bug Fixes: Fixes an issue where Unicode characters could not be written to barcodes. Fixes an issue where StampToExistingPdfPage would throw an exception if reading a PDF made with Microsoft Print to PDF. Fixes an issue where applying font style did not work for annotation text. Fixes an issue where the top annotation text overlapped with the barcode. Fixes an issue where adding a CropArea to an input image retuns incorrect coordinates for the barcode location. Fixes an issue where generated GS1-128 barcodes were unable to be read. Enhancements: Reduces false positives when scanning in "ExtremeDetail" mode. Improves overall memory usage. Improves reading of GS1-128 barcodes. Documentation Updates: Corrects the units in IntelliSense for StampToExistingPdfPage from pixels to points. June 2025 IronBarcode v2025.6.7 July 23, 2025 Version 2025.6.7 View IronBarcode v2025.6.7 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2025.6.7 Release Notes Dependency Updates: Updates IronSoftware.System.Drawing to 2025.6.2. Bug Fixes: Fixes an issue where the bottom annotation in a barcode object gets cut off. Fixes an issue where AddAnnotationText disregards text spacing. Fixes an issue where native binaries are not being copied when publishing an application. Enhancements: Modifies default appearance of annotation text to not be bold and glossy. May 2025 IronBarCode 2025.5.8 May 13, 2025 Version 2025.5.8 View IronBarcode v2025.5.8 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2025.5.8 Release Notes: Documentation Updates: Modifies XML summary for ExportFilterImagesToDisk to clarify its usage. Dependency Updates: Updates IronSoftware.System.Drawing to 2025.5.3. Bug Fixes: Fixes ReadPdf returning the wrong page number when reading multiple PDFs.- Fixes an issue where ExportFilterImagesToDisk did not create any files in the specified directory. New Features: Adds a new method called ReadPdfs for reading multiple PDFs. The method will return a BarcodeResults object for each PDF document.- Adds HistogramEqualization, Erode, and Dilate filters for barcode image pre-processing in ImageFilterCollection. Enhancements: Improves reading performance with the ExtremeDetail Speed mode. April 2025 IronBarCode 2025.4.2 April 8, 2025 Version 2025.4.2 View IronBarcode v2025.4.2 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2025.4.2 Release Notes: Reduces white padding around barcode images without margins specified.- Updates IronSoftware.System.Drawing to 2025.3.6. March 2025 IronBarCode 2025.3.4 March 5, 2025 Version 2025.3.4 View IronBarcode v2025.3.4 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2025.3.4 Release Notes: Fixes an issue where certain System types are redefined.- Fixes an issue where dependency packages are not automatically installed in MAUI projects that target iOS/Android.- Fixes an issue where excessive horizontal padding was added to written 1D barcode output.- Updates IronSoftware.System.Drawing to 2025.3.5. February 2025 IronBarCode 2025.2.11 February 3, 2025 Version 2025.2.11 View IronBarcode v2025.2.11 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2025.2.11 Release Notes: Separates platform support into individual packages--the corresponding supported platform will be appended to the end of the package name (e.g. BarCode.Linux for Linux support). The package for Windows will remain as "BarCode".- Adds support for Android and iOS platforms (use the "BarCode.Android" and "BarCode.iOS" packages for each respective platform). To learn how to set up on these platforms, please visit the "Setup on iOS" and "Setup on Android" guides on our website.- Fixes an issue where a memory access violation occurs if the "MachineLearningScan" mode is used in a project with IronPDF installed.- Fixes an issue where CropArea is ignored if the "MachineLearningScan" mode is set.- Fixes an issue where the height of a one-dimensional barcode cannot be set.- Updates IronSoftware.System.Drawing to 2025.1.6. January 2025 IronBarCode 2025.1.10 January 6, 2025 Version 2025.1.10 View IronBarcode v2025.1.10 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2025.1.10 Release Notes: Updates dependency packages to address known security vulnerabilities.- Fixes issue where a licensing exception is thrown when the package is installed alongside the Azure.Core package.- Minor bug fixes. December 2024 IronBarCode 2024.12.8 December 5, 2024 Version 2024.12.8 View IronBarcode v2024.12.8 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2024.12.8 Release Notes: Fixes issue where binary data of certain characters of barcode text were not being returned correctly.- Fixes issue where barcode data with Unicode characters were throwing a corrupted data exception.- Removes deprecated/obsolete functionality.- Updates IronSoftware.System.Drawing to 2024.12.3. November 2024 IronBarCode 2024.11.5 November 11, 2024 Version 2024.11.5 View IronBarcode v2024.11.5 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2024.11.5 Release Notes: Replaces machine learning detection and reading as being the default reading mode.- Adds "MachineLearningScan" value in BarcodeScanMode enum for machine learning detection and reading. October 2024 IronBarCode 2024.10.10 October 11, 2024 Version 2024.10.10 View IronBarcode v2024.10.10 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2024.10.10 Release Notes: Adds new filters for blurring: Gaussian blur, median blur, bilateral filtering.- Adds a toggle in the ImageFilterCollection class for saving intermediate images when applying filters.- Other minor bug fixes. September 2024 IronBarCode 2024.9.7 September 20, 2024 Version 2024.9.7 View IronBarcode v2024.9.7 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2024.9.7 Release Notes: Adds writing support for MaxiCode, Intelligent Mail, Databar, Databar Expanded, Micro QR, and rMQR.- Updates IronSoftware.System.Drawing to 2024.9.11.- Fixes issue with slow barcode writing.- Other minor bug fixes. August 2024 IronBarCode 2024.8.12 August 21, 2024 Version 2024.8.12 View IronBarcode v2024.8.12 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2024.8.12 Release Notes: Improves speed and accuracy of barcode reading.- Adds reading support for Micro QR and Rectangular Micro QR (rMQR).- Updates IronSoftware.System.Drawing dependency to 2024.8.1.- Updates barcode encoding names to better reflect current conventional naming. "Rss14" is now "Databar" and "Databar" is now "DatabarExpanded". July 2024 IronBarCode 2024.7.2 Jul 8, 2024 Version 2024.7.2 View IronBarcode v2024.7.2 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2024.7.2 Release Notes: Adds "Auto-Rotate" toggle in BarcodeReaderOptions for auto-deskewing barcodes to improve readability.- Updates IronSoftware.System.Drawing Dependency to 2024.7.2. June 2024 IronBarCode 2024.6.1 Jun 4, 2024 Version 2024.6.1 View IronBarcode v2024.6.1 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2024.6.1 Release Notes: Minor Bug Fixes- Updates IronSoftware.System.Drawing Dependency to 2024.6.1 May 2024 IronBarCode 2024.5.3 Apr 29, 2024 Version 2024.5.3 View IronBarcode v2024.5.3 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2024.5.3 Release Notes: Minor Bug Fixes- Updates IronSoftware.System.Drawing Dependency to 2024.5.1 March 2024 IronBarCode v2024.4.4 Apr 5, 2024 Version 2024.4.4 View IronBarcode v2024.4.4 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2024.4.4 Release Notes: Updated Microsoft.ML.OnnxRuntime to version 1.17.1.- Updated IronSoftware.System.Drawing to version 2024.4.1. March 2024 IronBarCode v2024.3.2 Mar 8, 2024 Version 2024.3.2 View IronBarcode v2024.3.2 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2024.3.2 Release Notes: Fixed a bug where license key would not be picked up from web.config file in .NET Framework.- Fixes a bug with reading Barcodes using ML on macOS.- Updated IronSoftware.System.Drawing to version 2024.3.4. February 2024 IronBarCode v2024.2.1 Jan 29, 2024 Version 2024.2.1 View IronBarcode v2024.2.1 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2024.2.1 Release Notes: Improves behavior when reading barcodes from PDFs by flattening document page before reading.- Adds ability to optimize confidence threshold value. (See BarcodeReaderOptions for ConfidenceThreshold)- Fixes missing DLL exception in Auto mode when reading barcode using BarCode.Slim.- Updated IronSoftware.System.Drawing to version 2024.2.2. December 2023 IronBarCode v2023.12.4 Nov 27, 2023 Version 2023.12.4 View IronBarcode v2023.12.4 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2023.12.4 Release Notes: Adds Machine Learning Model for ground-breaking barcode reading improvements!- Separate BarCode.Slim package for non-ML old behavior.- Updated IronSoftware.System.Drawing to version 2023.12.1.- Fixed ObjectDisposedException thrown with some .To***Stream() methods November 2023 IronBarCode v2023.11.3 Oct 27, 2023 Version 2023.11.3 View IronBarcode v2023.11.3 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2023.11.3 Release Notes: Updated IronSoftware.System.Drawing to version 2023.11.1.- Updated IronSoftware.Common to version 2023.11.12. October 2023 IronBarCode v2023.10.1 Oct 05, 2023 Version 2023.10.1 View IronBarcode v2023.10.1 API Reference Features & Upgrades https://www.nuget.org/packages/BarCode/2023.10.1 Release Notes: Updated IronSoftware.System.Drawing to version 2023.10.1. Updated IronSoftware.Common to version 2023.10.2. September 2023 IronBarCode v2023.9.45 Sep 19, 2023 Version 2023.9.45 Features & Upgrades https://www.nuget.org/packages/BarCode/2023.9.45 Release Notes: Fixed memory stream disposal issues in ToJpegStream(), ToPngStream(), and ToTiffStream(). Added IronSoftware.Common as a new dependency. Updated IronSoftware.System.Drawing to version 2023.9.2. Updated IronSoftware.Native.PdfModel to version 2023.9.18570. August 2023 IronBarCode v2023.8.4 Jul 31, 2023 Version 2023.8.4 Features & Upgrades https://www.nuget.org/packages/BarCode/2023.8.4 Release Notes: Updates IronSoftware.Native.PdfModel to 2023.8.17287 July 2023 IronBarCode v2023.7.1 Jul 3, 2023 Version 2023.7.1 Features & Upgrades https://www.nuget.org/packages/BarCode/2023.7.1 Release Notes: Using IronSoftware.Native.PdfModel to read & write PDF Updates IronSoftware.System.Drawing to 2023.7.1 June 2023 IronBarCode v2023.6.1 May 29, 2023 Version 2023.6.1 Features & Upgrades https://www.nuget.org/packages/BarCode/2023.6.1 Release Notes: Improved Asynchronous Processing: The ReadPdfAsync method has been updated to fully respect the asynchronous task. PostBuildEvent Runtime Folder Copy Fix: Resolved an issue related to copying the runtime folder during PostBuildEvent. Updates IronSoftware.System.Drawing to 2023.6.1 May 2023 IronBarCode v2023.5.1 May 1, 2023 Version 2023.5.1 Features & Upgrades https://www.nuget.org/packages/BarCode/2023.5.1 Release Notes: Fixes issue that prevented running in debug mode unlicensed Fixes an issue where license keys would not be retrieved from web.config in some .NET Framework ASP.NET projects Updates IronSoftware.System.Drawing to 2023.4.4 April 2023 IronBarCode v2023.4.1 Mar 30, 2023 Version 2023.4.1 Features & Upgrades https://www.nuget.org/packages/BarCode/2023.4.1 Release Notes: Adds support: For the Iron Suite license keys For license keys stored in .config and .json files in subfolders of the application Bug Fixes: Issues with license keys stored in .config and .json files not being picked up Barcode X & Y coordination given by IronBarcode is misaligned from the actual coordination March 2023 IronBarCode v2023.3.2 Mar 2, 2023 Version 2023.3.2 Features & Upgrades https://www.nuget.org/packages/BarCode/2023.3.2 Release Notes: Fixed an issue with the Code39 barcode reader where the UseCode39ExtendedMode property was not correctly decoding extended characters. Fixed an issue where setting the font color for barcode text annotations was not working correctly. Fixed a warning that was being thrown when using ReadingSpeed.Detail on certain PDF documents. Fixed a bug where duplicate barcodes were being ignored by the barcode reader. February 2023 IronBarCode v2023.2.2 Feb 2, 2023 Version 2023.2.2 Features & Upgrades https://www.nuget.org/packages/BarCode/2023.2.2 Release Notes: Updates to use IronSoftware.System.Drawing v2023.2.2 Adds support for GS1-128 Barcode Fixes a bug where some small custom dimensions produced blurry outputs January 2023 IronBarCode v2023.1.11395 Jan 1, 2023 Version 2023.1.11395 Features & Upgrades https://www.nuget.org/packages/BarCode/2023.1.11395 Release Notes: Updates to use IronSoftware.System.Drawing v2023.1.11379 Fixes an issue when installing BarCode for use on .NET Framework Fixes a bug when creating a Code39 Barcode containing the '%' character Fixes a bug when reading a Tiff image and returning incorrect colors Fixes a bug where ToHtmlTag() was not applying custom width November 2022 IronBarCode v2022.11.10702 Nov 28, 2022 Version 2022.11.10702 Features & Upgrades https://www.nuget.org/packages/BarCode/2022.11.10702 Release Notes: Adds more overloads to BarCodeReader.ReadAsync() allowing more options for reading single barcodes Adds async support to BarCodeReader read methods, now you can use await to avoid freezing your software Fixes a bug affecting reading license keys from the config file on some systems Upgrades to use the latest version of IronSoftware.System.Drawing (v2022.11.10457) Adds support for loading TIFF images with frames of varying dimensions Fixes a bug where setting a QR color to a faint color would make the custom logo image disappear October 2022 IronBarCode v2022.10.9871 Oct 18, 2022 Version 2022.10.9871 Features & Upgrades https://www.nuget.org/packages/BarCode/2022.10.9871 Release Notes: Adds QRCodeLogo class that allows for specification of width, height, and rounded corners Adds DataMatrixWriter for customization of Data Matrix Shape (Square, or Rectangular) Adds a Logger.EnableDebugging option for debugging Sets ExpectMultipleBarcodes to true by default Fixes issue with LoggingMode not applying properly Fixes margins added to 2D Barcode Fixes issue when creating a UPC-A Barcode with byte array Old CreateQrCodeWithLogo and CreateQrCodeWithLogoImage are now obsolete, please use QRCodeLogo instead September 2022 IronBarCode v2022.9.8982 Sep 13, 2022 Version 2022.9.8982 Features & Upgrades https://www.nuget.org/packages/BarCode/2022.9.8982 Release Notes: Image Compatibility Improvements Adds support for .NET 7 Adds IronSoftware.System.Drawing to add Bitmap support for: System.Drawing.Common (System.Drawing for .NET Framework) without any code changes Maui SixLabors.ImageSharp SkiaSharp Loading Images without an image Library from Files and Strings https://github.com/iron-software/IronSoftware.System.Drawing Breaking Change: Removes support for .NET Framework 4.5. Minimum supported .NET Framework version is now 4.6.2 Other Changes: Adds new ImageFilter methods to improve reading: AdaptiveThreshold BinaryThreshold Brightness Contrast Invert Sharpen Adds Image Filter result after applying an ImageFilter so you may export and inspect processed images Platform Compatibility Improvements: Improves support for many Linux Distros: Ubuntu 16, 18, 20, 22 Debian 9, 10, 11 Fedora 35, 36, 37 CentOs 7, 8 Rocky Linux 8, 9 Amazon Linux 2 August 2022 IronBarcode v2022.8.8024 Aug 9, 2022 Version 2022.8.8024 Features & Upgrades https://www.nuget.org/packages/BarCode/2022.8.8024 Release Notes: Improved Performance: Fewer "false-positive" Barcodes. Configurable temp file path. July 2022 IronBarcode v2022.7.7345 Jul 13, 2022 Version 2022.7.7345 Features & Upgrades https://www.nuget.org/packages/BarCode/2022.7.7345 Release Notes: Improved API for ease of use. Added Feature: API returns Barcode locations, Barcode rotation value and page orientation inside reading result. Added Feature: Support for Decoding Code39 Barcodes with Full ASCII. Bug Fixed: Vertical Barcode Reading. Bug Fixed: Reading Barcodes from images with a CropArea set larger than the image. May 2022 IronBarcode v2022.5.5918 May 27, 2022 Version 2022.5.5918 Features & Upgrades https://www.nuget.org/packages/BarCode/2022.5.5918 Release Notes: Improved Linux & MacOS Compatibility Improved .NET 5 & 6 Compatibility Improved TIFF & GIF support Added Feature: barcode sizing in imperial MIL & inch dimensions Added Feature: Custom text annotation spacing Bug Fixed: Binary values no longer require base64 encoding & decoding Bug Fixed: Resizing & Aspect Ratio control March 2022 IronBarcode v2022.3.0 Mar 10, 2022 Version 2022.3.0 Features & Upgrades https://www.nuget.org/packages/BarCode/2022.3.0 Release Notes: Improved: .NET 6 Support Improved: Security & Performance December 2021 IronBarcode v2021.12.21 Dec 21, 2021 Version 2021.12.21 Features & Upgrades https://www.nuget.org/packages/BarCode/2021.12.21 Release Notes: Improved: Speed and Stability Improved: .NET 5 and .NET 6 Beta support Improved: Logging August 2021 IronBarcode v2021.9.0 Aug 24, 2021 Version 2021.9.0 Features & Upgrades https://www.nuget.org/packages/BarCode/2021.9.0 Release Notes: Bug Fixed: Now works with .NET 5.07 Bug Fixed: License Keys reading from project configuration files (edge cases) Improved: Speed and Stability 准备开始了吗? Nuget 下载 1,935,276 | 版本: 2025.11 刚刚发布 免费 NuGet 下载 总下载量:1,935,276 查看许可证