diff --git a/Core/Core.csproj b/Core/Core.csproj index 1a0984a..fe71129 100644 --- a/Core/Core.csproj +++ b/Core/Core.csproj @@ -14,9 +14,10 @@ https://github.com/manuelbl/SwissQRBill.NET Swiss-QR-Bill, Payment, ISO-20022, QR-Code, QRCode, SIX New light-weight version without any dependency on a raster graphics library -New in version 3.1.0: +New in version 3.1.1 / 3.1.0: +- PDF rendering fix (affecting QR code only format) - Separate class for formatting bill text - 3.1.0 + 3.1.1 Generates the new QR bills for invoicing in Switzerland. The Swiss QR bill library: @@ -38,10 +39,10 @@ See home page https://github.com/manuelbl/SwissQRBill.NET for examples and other true Key.snk 2.4.0.0 - 3.1.0.0 + 3.1.1.0 True true - 3.1.0 + 3.1.1 3.0.0 True diff --git a/Core/docs/README.md b/Core/docs/README.md index 0c4b148..cf31828 100644 --- a/Core/docs/README.md +++ b/Core/docs/README.md @@ -43,7 +43,7 @@ The Swiss QR bill library: Or by running a command in the Package Manager Console ``` -Install-Package Codecrete.SwissQRBill.Core -Version 3.1.0 +Install-Package Codecrete.SwissQRBill.Core -Version 3.1.1 ``` 3. Add the code: diff --git a/CoreTest/CoreTest.csproj b/CoreTest/CoreTest.csproj index 1e116f3..08b4ef9 100644 --- a/CoreTest/CoreTest.csproj +++ b/CoreTest/CoreTest.csproj @@ -19,7 +19,7 @@ - 3.1.0 + 3.1.1 MIT diff --git a/Examples/Basic/Basic.csproj b/Examples/Basic/Basic.csproj index cbbbca7..ecf3ce1 100644 --- a/Examples/Basic/Basic.csproj +++ b/Examples/Basic/Basic.csproj @@ -13,7 +13,7 @@ - + diff --git a/Examples/MicrosoftWordAddIn/MicrosoftWordAddIn.csproj b/Examples/MicrosoftWordAddIn/MicrosoftWordAddIn.csproj index bee4da8..f61e154 100644 --- a/Examples/MicrosoftWordAddIn/MicrosoftWordAddIn.csproj +++ b/Examples/MicrosoftWordAddIn/MicrosoftWordAddIn.csproj @@ -124,10 +124,10 @@ - packages\Codecrete.SwissQRBill.Core.3.1.0\lib\netstandard2.0\Codecrete.SwissQRBill.Core.dll + packages\Codecrete.SwissQRBill.Core.3.1.1\lib\netstandard2.0\Codecrete.SwissQRBill.Core.dll - packages\Codecrete.SwissQRBill.Windows.3.1.0\lib\netstandard2.0\Codecrete.SwissQRBill.Windows.dll + packages\Codecrete.SwissQRBill.Windows.3.1.1\lib\netstandard2.0\Codecrete.SwissQRBill.Windows.dll packages\Net.Codecrete.QrCodeGenerator.2.0.0\lib\netstandard2.0\QrCodeGenerator.dll diff --git a/Examples/MicrosoftWordAddIn/packages.config b/Examples/MicrosoftWordAddIn/packages.config index 7ab8b11..6e03df2 100644 --- a/Examples/MicrosoftWordAddIn/packages.config +++ b/Examples/MicrosoftWordAddIn/packages.config @@ -1,7 +1,7 @@  - - + + \ No newline at end of file diff --git a/Examples/PDFsharp/PDFsharp.csproj b/Examples/PDFsharp/PDFsharp.csproj index 3b85565..d5b313b 100644 --- a/Examples/PDFsharp/PDFsharp.csproj +++ b/Examples/PDFsharp/PDFsharp.csproj @@ -36,7 +36,7 @@ - packages\Codecrete.SwissQRBill.Core.3.1.0\lib\netstandard2.0\Codecrete.SwissQRBill.Core.dll + packages\Codecrete.SwissQRBill.Core.3.1.1\lib\netstandard2.0\Codecrete.SwissQRBill.Core.dll packages\PDFsharp.1.50.5147\lib\net20\PdfSharp.dll diff --git a/Examples/PDFsharp/packages.config b/Examples/PDFsharp/packages.config index fe624d0..21ac4c4 100644 --- a/Examples/PDFsharp/packages.config +++ b/Examples/PDFsharp/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/Examples/WinUI/WinUI/WinUI.csproj b/Examples/WinUI/WinUI/WinUI.csproj index 505737f..dee84a4 100644 --- a/Examples/WinUI/WinUI/WinUI.csproj +++ b/Examples/WinUI/WinUI/WinUI.csproj @@ -30,7 +30,7 @@ - + diff --git a/Examples/WindowsForms/WindowsForms.csproj b/Examples/WindowsForms/WindowsForms.csproj index 90a4ba7..bde671e 100644 --- a/Examples/WindowsForms/WindowsForms.csproj +++ b/Examples/WindowsForms/WindowsForms.csproj @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/Examples/WindowsPresentationFoundation/WindowsPresentationFoundation.csproj b/Examples/WindowsPresentationFoundation/WindowsPresentationFoundation.csproj index 0f8f1af..c6d9d1f 100644 --- a/Examples/WindowsPresentationFoundation/WindowsPresentationFoundation.csproj +++ b/Examples/WindowsPresentationFoundation/WindowsPresentationFoundation.csproj @@ -9,7 +9,7 @@ - + diff --git a/Examples/iText/iText/iText.csproj b/Examples/iText/iText/iText.csproj index a7ccde6..08f3859 100644 --- a/Examples/iText/iText/iText.csproj +++ b/Examples/iText/iText/iText.csproj @@ -22,7 +22,7 @@ - + diff --git a/PixelCanvas/PixelCanvas.csproj b/PixelCanvas/PixelCanvas.csproj index 3bdc49d..f8452b8 100644 --- a/PixelCanvas/PixelCanvas.csproj +++ b/PixelCanvas/PixelCanvas.csproj @@ -13,9 +13,9 @@ https://github.com/manuelbl/SwissQRBill.NET https://github.com/manuelbl/SwissQRBill.NET Swiss-QR-Bill, Payment, ISO-20022, QR-Code, QRCode, SIX - New in releases 3.1.0: + New in releases 3.1.0/3.1.1: - Separate class for formatting bill text - 3.1.0 + 3.1.1 Generates the new QR bills for invoicing in Switzerland. The Swiss QR bill library: @@ -38,10 +38,10 @@ See home page https://github.com/manuelbl/SwissQRBill.NET for examples and other True Key.snk 2.4.0.0 - 3.1.0.0 + 3.1.1.0 True true - 3.1.0 + 3.1.1 3.0.0 True diff --git a/PixelCanvas/docs/README.md b/PixelCanvas/docs/README.md index 390bcf4..b862cea 100644 --- a/PixelCanvas/docs/README.md +++ b/PixelCanvas/docs/README.md @@ -43,7 +43,7 @@ The Swiss QR bill library: Or by running a command in the Package Manager Console ``` -Install-Package Codecrete.SwissQRBill.Generator -Version 3.1.0 +Install-Package Codecrete.SwissQRBill.Generator -Version 3.1.1 ``` 3. Add the code: diff --git a/README.md b/README.md index 78fffbc..42c48cb 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The Swiss QR bill library: Or by running a command in the Package Manager Console ``` -Install-Package Codecrete.SwissQRBill.Generator -Version 3.1.0 +Install-Package Codecrete.SwissQRBill.Generator -Version 3.1.1 ``` 3. Add the code: diff --git a/Windows/Windows.csproj b/Windows/Windows.csproj index c73c8d9..4e2b8c5 100644 --- a/Windows/Windows.csproj +++ b/Windows/Windows.csproj @@ -13,9 +13,9 @@ https://github.com/manuelbl/SwissQRBill.NET https://github.com/manuelbl/SwissQRBill.NET Swiss-QR-Bill, Payment, ISO-20022, QR-Code, QRCode, SIX - New in releases 3.1.0: + New in releases 3.1.0/3.1.1: - Upgrade dependency System.Drawing.Common due to CVE - 3.1.0 + 3.1.1 Generates the new QR bills for invoicing in Switzerland. The Swiss QR bill library: @@ -37,10 +37,10 @@ See home page https://github.com/manuelbl/SwissQRBill.NET for examples and platf True Key.snk 2.4.0.0 - 3.1.0.0 + 3.1.1.0 True true - 3.1.0 + 3.1.1 3.0.3 True diff --git a/Windows/docs/README.md b/Windows/docs/README.md index 41708d6..3ecae0a 100644 --- a/Windows/docs/README.md +++ b/Windows/docs/README.md @@ -42,7 +42,7 @@ The Swiss QR bill library: Or by running a command in the Package Manager Console ``` -Install-Package Codecrete.SwissQRBill.Windows -Version 3.1.0 +Install-Package Codecrete.SwissQRBill.Windows -Version 3.1.1 ``` 3. Add the code: