Skip to content

Commit

Permalink
Increase version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Aug 31, 2023
1 parent d0dd2b3 commit ccf5b60
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 28 deletions.
9 changes: 5 additions & 4 deletions Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
<PackageProjectUrl>https://github.com/manuelbl/SwissQRBill.NET</PackageProjectUrl>
<PackageTags>Swiss-QR-Bill, Payment, ISO-20022, QR-Code, QRCode, SIX</PackageTags>
<PackageReleaseNotes>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</PackageReleaseNotes>
<Version>3.1.0</Version>
<Version>3.1.1</Version>
<Description>Generates the new QR bills for invoicing in Switzerland.

The Swiss QR bill library:
Expand All @@ -38,10 +39,10 @@ See home page https://github.com/manuelbl/SwissQRBill.NET for examples and other
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>2.4.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<FileVersion>3.1.1.0</FileVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<EnablePackageValidation>true</EnablePackageValidation>
<PackageVersion>3.1.0</PackageVersion>
<PackageVersion>3.1.1</PackageVersion>
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
<Deterministic>True</Deterministic>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Core/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CoreTest/CoreTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<PackageLicenseUrl></PackageLicenseUrl>

<Version>3.1.0</Version>
<Version>3.1.1</Version>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Examples/Basic/Basic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Codecrete.SwissQRBill.Generator" Version="3.1.0" />
<PackageReference Include="Codecrete.SwissQRBill.Generator" Version="3.1.1" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Examples/MicrosoftWordAddIn/MicrosoftWordAddIn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@
<ItemGroup>
<Reference Include="Accessibility" />
<Reference Include="Codecrete.SwissQRBill.Core, Version=2.4.0.0, Culture=neutral, PublicKeyToken=6aa6bd7a159d47c2, processorArchitecture=MSIL">
<HintPath>packages\Codecrete.SwissQRBill.Core.3.1.0\lib\netstandard2.0\Codecrete.SwissQRBill.Core.dll</HintPath>
<HintPath>packages\Codecrete.SwissQRBill.Core.3.1.1\lib\netstandard2.0\Codecrete.SwissQRBill.Core.dll</HintPath>
</Reference>
<Reference Include="Codecrete.SwissQRBill.Windows, Version=2.4.0.0, Culture=neutral, PublicKeyToken=6aa6bd7a159d47c2, processorArchitecture=MSIL">
<HintPath>packages\Codecrete.SwissQRBill.Windows.3.1.0\lib\netstandard2.0\Codecrete.SwissQRBill.Windows.dll</HintPath>
<HintPath>packages\Codecrete.SwissQRBill.Windows.3.1.1\lib\netstandard2.0\Codecrete.SwissQRBill.Windows.dll</HintPath>
</Reference>
<Reference Include="QrCodeGenerator, Version=1.6.0.0, Culture=neutral, PublicKeyToken=6aa6bd7a159d47c2, processorArchitecture=MSIL">
<HintPath>packages\Net.Codecrete.QrCodeGenerator.2.0.0\lib\netstandard2.0\QrCodeGenerator.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions Examples/MicrosoftWordAddIn/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Codecrete.SwissQRBill.Core" version="3.1.0" targetFramework="net472" />
<package id="Codecrete.SwissQRBill.Windows" version="3.1.0" targetFramework="net472" />
<package id="Codecrete.SwissQRBill.Core" version="3.1.1" targetFramework="net472" />
<package id="Codecrete.SwissQRBill.Windows" version="3.1.1" targetFramework="net472" />
<package id="Net.Codecrete.QrCodeGenerator" version="2.0.0" targetFramework="net472" />
<package id="System.Drawing.Common" version="4.7.3" targetFramework="net472" />
</packages>
2 changes: 1 addition & 1 deletion Examples/PDFsharp/PDFsharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Codecrete.SwissQRBill.Core, Version=2.4.0.0, Culture=neutral, PublicKeyToken=6aa6bd7a159d47c2, processorArchitecture=MSIL">
<HintPath>packages\Codecrete.SwissQRBill.Core.3.1.0\lib\netstandard2.0\Codecrete.SwissQRBill.Core.dll</HintPath>
<HintPath>packages\Codecrete.SwissQRBill.Core.3.1.1\lib\netstandard2.0\Codecrete.SwissQRBill.Core.dll</HintPath>
</Reference>
<Reference Include="PdfSharp, Version=1.50.5147.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb, processorArchitecture=MSIL">
<HintPath>packages\PDFsharp.1.50.5147\lib\net20\PdfSharp.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Examples/PDFsharp/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Codecrete.SwissQRBill.Core" version="3.1.0" targetFramework="net472" />
<package id="Codecrete.SwissQRBill.Core" version="3.1.1" targetFramework="net472" />
<package id="Net.Codecrete.QrCodeGenerator" version="2.0.1" targetFramework="net472" />
<package id="PDFsharp" version="1.50.5147" targetFramework="net472" />
</packages>
2 changes: 1 addition & 1 deletion Examples/WinUI/WinUI/WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Codecrete.SwissQRBill.Core" Version="3.1.0" />
<PackageReference Include="Codecrete.SwissQRBill.Core" Version="3.1.1" />
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.0.4" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.5" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.755" />
Expand Down
2 changes: 1 addition & 1 deletion Examples/WindowsForms/WindowsForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Codecrete.SwissQRBill.Windows" Version="3.1.0" />
<PackageReference Include="Codecrete.SwissQRBill.Windows" Version="3.1.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Codecrete.SwissQRBill.Core" Version="3.1.0" />
<PackageReference Include="Codecrete.SwissQRBill.Core" Version="3.1.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Examples/iText/iText/iText.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Codecrete.SwissQRBill.Core" Version="3.1.0" />
<PackageReference Include="Codecrete.SwissQRBill.Core" Version="3.1.1" />
<PackageReference Include="itext7" Version="7.*" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions PixelCanvas/PixelCanvas.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<RepositoryUrl>https://github.com/manuelbl/SwissQRBill.NET</RepositoryUrl>
<PackageProjectUrl>https://github.com/manuelbl/SwissQRBill.NET</PackageProjectUrl>
<PackageTags>Swiss-QR-Bill, Payment, ISO-20022, QR-Code, QRCode, SIX</PackageTags>
<PackageReleaseNotes>New in releases 3.1.0:
<PackageReleaseNotes>New in releases 3.1.0/3.1.1:
- Separate class for formatting bill text</PackageReleaseNotes>
<Version>3.1.0</Version>
<Version>3.1.1</Version>
<Description>Generates the new QR bills for invoicing in Switzerland.

The Swiss QR bill library:
Expand All @@ -38,10 +38,10 @@ See home page https://github.com/manuelbl/SwissQRBill.NET for examples and other
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>2.4.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<FileVersion>3.1.1.0</FileVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<EnablePackageValidation>true</EnablePackageValidation>
<PackageVersion>3.1.0</PackageVersion>
<PackageVersion>3.1.1</PackageVersion>
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
<Deterministic>True</Deterministic>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion PixelCanvas/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions Windows/Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<RepositoryUrl>https://github.com/manuelbl/SwissQRBill.NET</RepositoryUrl>
<PackageProjectUrl>https://github.com/manuelbl/SwissQRBill.NET</PackageProjectUrl>
<PackageTags>Swiss-QR-Bill, Payment, ISO-20022, QR-Code, QRCode, SIX</PackageTags>
<PackageReleaseNotes>New in releases 3.1.0:
<PackageReleaseNotes>New in releases 3.1.0/3.1.1:
- Upgrade dependency System.Drawing.Common due to CVE</PackageReleaseNotes>
<Version>3.1.0</Version>
<Version>3.1.1</Version>
<Description>Generates the new QR bills for invoicing in Switzerland.

The Swiss QR bill library:
Expand All @@ -37,10 +37,10 @@ See home page https://github.com/manuelbl/SwissQRBill.NET for examples and platf
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>2.4.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<FileVersion>3.1.1.0</FileVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<EnablePackageValidation>true</EnablePackageValidation>
<PackageVersion>3.1.0</PackageVersion>
<PackageVersion>3.1.1</PackageVersion>
<PackageValidationBaselineVersion>3.0.3</PackageValidationBaselineVersion>
<Deterministic>True</Deterministic>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Windows/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ccf5b60

Please sign in to comment.