File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Net.Codecrete.QrCodeGenerator" Version =" 2.0.6 " />
9+ <PackageReference Include =" Net.Codecrete.QrCodeGenerator" Version =" 2.0.7 " />
1010 <PackageReference Include =" SkiaSharp" Version =" 2.88.6" />
1111 </ItemGroup >
1212
Original file line number Diff line number Diff line change 1010
1111 <ItemGroup >
1212 <PackageReference Include =" Magick.NET-Q16-AnyCPU" Version =" 13.5.0" />
13- <PackageReference Include =" Net.Codecrete.QrCodeGenerator" Version =" 2.0.6 " />
13+ <PackageReference Include =" Net.Codecrete.QrCodeGenerator" Version =" 2.0.7 " />
1414 </ItemGroup >
1515
1616</Project >
Original file line number Diff line number Diff line change 55 <TargetFramework >net8.0</TargetFramework >
66 <RootNamespace >Net.Codecrete.QrCodeGenerator.Demo</RootNamespace >
77 <PackageId >Net.Codecrete.QrCodeGenerator.Demo</PackageId >
8- <Version >2.0.6 </Version >
8+ <Version >2.0.7 </Version >
99 <Authors >Manuel Bleichenbacher, Project Nayuki</Authors >
1010 <Product >QR Code Generator for .NET</Product >
1111 <Description >Demo application for QR Code Generation</Description >
Original file line number Diff line number Diff line change 55 <TargetFramework >net8.0</TargetFramework >
66 <RootNamespace >Net.Codecrete.QrCodeGenerator.Demo</RootNamespace >
77 <PackageId >Net.Codecrete.QrCodeGenerator.Demo</PackageId >
8- <Version >2.0.6 </Version >
8+ <Version >2.0.7 </Version >
99 <Authors >Manuel Bleichenbacher, Project Nayuki</Authors >
1010 <Product >QR Code Generator for .NET</Product >
1111 <Description >Demo application for QR Code Generation</Description >
Original file line number Diff line number Diff line change 55 <TargetFramework >net8.0</TargetFramework >
66 <RootNamespace >Net.Codecrete.QrCodeGenerator.Demo</RootNamespace >
77 <PackageId >Net.Codecrete.QrCodeGenerator.Demo</PackageId >
8- <Version >2.0.6 </Version >
8+ <Version >2.0.7 </Version >
99 <Authors >Manuel Bleichenbacher, Project Nayuki</Authors >
1010 <Product >QR Code Generator for .NET</Product >
1111 <Description >Demo application for QR Code Generation</Description >
Original file line number Diff line number Diff line change 4141 </PackageReference >
4242 <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.6.241114003" />
4343 <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.26100.1742" />
44- <PackageReference Include =" Net.Codecrete.QrCodeGenerator" Version =" 2.0.6 " />
44+ <PackageReference Include =" Net.Codecrete.QrCodeGenerator" Version =" 2.0.7 " />
4545 <Manifest Include =" $(ApplicationManifest)" />
4646 </ItemGroup >
4747
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Optional advanced features:
4545- Fix for SVG generation with Norwegian locale
4646- Enable trimming for .NET 6
4747- Fix for `IndexOutOfRangeException`
48+ - Fix for mask penalty algorithm
4849</PackageReleaseNotes >
4950 <Company >Codecrete</Company >
5051 <SignAssembly >true</SignAssembly >
@@ -65,7 +66,6 @@ Optional advanced features:
6566
6667 <PropertyGroup Label =" Packaging" >
6768 <PublishRepositoryUrl >true</PublishRepositoryUrl >
68- <EmbedUntrackedSources >true</EmbedUntrackedSources >
6969 <DebugType >embedded</DebugType >
7070 <EmbedAllSources >true</EmbedAllSources >
7171 <ContinuousIntegrationBuild Condition =" $(Configuration) == 'Release'" >true</ContinuousIntegrationBuild >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Optional advanced features:
4444 Or by running a command in the Package Manager Console
4545
4646```
47- Install-Package Net.Codecrete.QrCodeGenerator -Version 2.0.6
47+ Install-Package Net.Codecrete.QrCodeGenerator -Version 2.0.7
4848```
49493 . Add the code from the example below
5050
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Optional advanced features:
4444 Or by running a command in the Package Manager Console
4545
4646```
47- Install-Package Net.Codecrete.QrCodeGenerator -Version 2.0.6
47+ Install-Package Net.Codecrete.QrCodeGenerator -Version 2.0.7
4848```
49493 . Add the code from the example below
5050
You can’t perform that action at this time.
0 commit comments