Skip to content

Commit

Permalink
Commit version number to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Jul 5, 2020
1 parent 2bbb497 commit a4b90ea
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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.5.0</Version>
<Version>1.6.0</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 @@ -31,7 +31,7 @@ Optional advanced features:
<PackageProjectUrl>https://github.com/manuelbl/QrCodeGenerator</PackageProjectUrl>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageTags>qr code, qrcode, kanji, qrcode generator, svg</PackageTags>
<PackageReleaseNotes>More sophistiacted and accurate algorithm for detecting finder like pattern</PackageReleaseNotes>
<PackageReleaseNotes>Strong-named assembly</PackageReleaseNotes>
<Company>Codecrete</Company>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
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.5.0</Version>
<Version>1.6.0</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.5.0" />
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="1.6.0" />
</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.5.0</Version>
<Version>1.6.0</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.5.0</Version>
<Version>1.6.0</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.5.0
Install-Package Net.Codecrete.QrCodeGenerator -Version 1.6.0
```
3. Add the code from the example below

Expand Down

0 comments on commit a4b90ea

Please sign in to comment.