Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Oct 19, 2020
1 parent 137d1da commit fdcf5ac
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
1 change: 1 addition & 0 deletions QrCodeGenerator/QrCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,7 @@ private static bool GetBit(uint x, int i)
private static readonly byte[,] EccCodewordsPerBlock = {
// Version: (note that index 0 is for padding, and is set to an illegal value)
// 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 Error correction level { 255, 7, 10, 15, 20, 26, 18, 20, 24, 30, 18, 20, 24, 26, 30, 22, 24, 28, 30, 28, 28, 28, 28, 30, 30, 26, 28, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30 }, // Low
{ 255, 7, 10, 15, 20, 26, 18, 20, 24, 30, 18, 20, 24, 26, 30, 22, 24, 28, 30, 28, 28, 28, 28, 30, 30, 26, 28, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30 }, // Low
{ 255, 10, 16, 26, 18, 24, 16, 18, 22, 22, 26, 30, 22, 22, 24, 24, 28, 28, 26, 26, 26, 26, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28 }, // Medium
{ 255, 13, 22, 18, 26, 18, 24, 18, 22, 20, 24, 28, 26, 24, 20, 30, 24, 28, 28, 26, 30, 28, 30, 30, 30, 30, 28, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30 }, // Quartile
{ 255, 17, 28, 22, 16, 22, 28, 26, 26, 24, 28, 24, 28, 22, 24, 24, 30, 28, 28, 26, 28, 30, 24, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30 }, // High
Expand Down
12 changes: 9 additions & 3 deletions QrCodeGenerator/QrCodeGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Net.Codecrete.QrCodeGenerator</RootNamespace>
<PackageId>Net.Codecrete.QrCodeGenerator</PackageId>
<Version>1.6.0</Version>
<Version>1.6.1</Version>
<Authors>Manuel Bleichenbacher, Project Nayuki</Authors>
<Product>QR Code Generator for .NET</Product>
<Description>QR Code Generator for .NET – simple, compact and well. Derived from tried and tested implementation by project Nayuki.
Expand All @@ -29,12 +29,18 @@ Optional advanced features:
<Copyright>Copyright (c) Manuel Bleichenbacher and Project Nayuki (MIT License)</Copyright>
<RepositoryUrl>https://github.com/manuelbl/QrCodeGenerator</RepositoryUrl>
<PackageProjectUrl>https://github.com/manuelbl/QrCodeGenerator</PackageProjectUrl>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageTags>qr code, qrcode, kanji, qrcode generator, svg</PackageTags>
<PackageReleaseNotes>Strong-named assembly</PackageReleaseNotes>
<PackageReleaseNotes>New in releases 1.6.0/1.6.1:
- Strong-named assembly
- Color support
</PackageReleaseNotes>
<Company>Codecrete</Company>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<FileVersion>1.6.1.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions QrCodeGeneratorDemo/QrCodeGeneratorDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netcoreapp2.2</TargetFramework>
<RootNamespace>Net.Codecrete.QrCodeGenerator.Demo</RootNamespace>
<PackageId>Net.Codecrete.QrCodeGenerator.Demo</PackageId>
<Version>1.6.0</Version>
<Version>1.6.1</Version>
<Authors>Manuel Bleichenbacher, Project Nayuki</Authors>
<Product>QR Code Generator for .NET</Product>
<Description>Demo application for QR Code Generation</Description>
Expand All @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="1.6.0" />
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="1.6.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion QrCodeGeneratorProfiling/QrCodeGeneratorProfiling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netcoreapp2.2</TargetFramework>
<RootNamespace>Net.Codecrete.QrCodeGenerator.Profiling</RootNamespace>
<PackageId>Net.Codecrete.QrCodeGenerator.Profiling</PackageId>
<Version>1.6.0</Version>
<Version>1.6.1</Version>
<Authors>Manuel Bleichenbacher, Project Nayuki</Authors>
<Company>Codecrete</Company>
<Product>QR Code Generator for .NET</Product>
Expand Down
2 changes: 1 addition & 1 deletion QrCodeGeneratorTest/QrCodeGeneratorTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PackageId>Net.Codecrete.QrCodeGenerator.Test</PackageId>

<Version>1.6.0</Version>
<Version>1.6.1</Version>

<Authors>Manuel Bleichenbacher, Project Nayuki</Authors>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Optional advanced features:
Or by running a command in the Package Manager Console

```
Install-Package Net.Codecrete.QrCodeGenerator -Version 1.6.0
Install-Package Net.Codecrete.QrCodeGenerator -Version 1.6.1
```
3. Add the code from the example below

Expand Down

0 comments on commit fdcf5ac

Please sign in to comment.