Skip to content

Commit

Permalink
chore(release): 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNek committed Dec 2, 2023
1 parent daf6a86 commit c33e5dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Blazor.QrCode/Blazor.QrCodeGen.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
9 changes: 9 additions & 0 deletions Blazor.QrCode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.

<a name="1.1.2"></a>
## [1.1.2](https://www.github.com/AlexNek/Blazor.QrCode/releases/tag/v1.1.2) (2023-12-02)

### Other

* correct change log ([87e69aa](https://www.github.com/AlexNek/Blazor.QrCode/commit/87e69aa8aa474109fcac19dfcb546ecac03f680e))
* rename usage part ([55d0343](https://www.github.com/AlexNek/Blazor.QrCode/commit/55d0343076b26adf944fa9f93b1c26abb1d31692))
* rename usage part II ([daf6a86](https://www.github.com/AlexNek/Blazor.QrCode/commit/daf6a8696000f480aa2fa7b69b91fee4b2840c27))

<a name="1.1.1"></a>
## [1.1.1](https://www.github.com/AlexNek/Blazor.QrCode/releases/tag/v1.1.1) (2023-12-02)

Expand Down

0 comments on commit c33e5dd

Please sign in to comment.