Skip to content

Commit

Permalink
chore(release): 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNek committed Dec 2, 2023
1 parent 8fa330b commit 73984b5
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.2</Version>
<Version>1.1.3</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.3"></a>
## [1.1.3](https://www.github.com/AlexNek/Blazor.QrCode/releases/tag/v1.1.3) (2023-12-02)

### Other

* correct readme ([18bdbd4](https://www.github.com/AlexNek/Blazor.QrCode/commit/18bdbd49e7bd7e7021dc55efcf8495f1c7093df9))
* correct newlines in releases ([18ccc90](https://www.github.com/AlexNek/Blazor.QrCode/commit/18ccc9044f5e02de3aec2f022086b4f9cd4b55b4))
* Correct title ([8fa330b](https://www.github.com/AlexNek/Blazor.QrCode/commit/8fa330b20a1c2b7b114b24d04532b43ff88d310c))

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

Expand Down

0 comments on commit 73984b5

Please sign in to comment.