Skip to content

Commit

Permalink
Bump version to 5.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TolikPylypchuk committed May 22, 2024
1 parent 920b549 commit 5a93664
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

env:
SHARPHOOK_VERSION: v5.3.5
SHARPHOOK_VERSION: v5.3.6
DOTNET_VERSION: 8.0.x

jobs:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
deb [arch=amd64,i386] http://us.archive.ubuntu.com/ubuntu ${DISTRIB_CODENAME} main universe
deb [arch=amd64,i386] http://us.archive.ubuntu.com/ubuntu ${DISTRIB_CODENAME}-updates main universe
deb [arch=amd64,i386] http://us.archive.ubuntu.com/ubuntu ${DISTRIB_CODENAME}-backports main universe
deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports ${DISTRIB_CODENAME} main universe
deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports ${DISTRIB_CODENAME}-updates main universe
deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports ${DISTRIB_CODENAME}-backports main universe
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>5.3.5</Version>
<Version>5.3.6</Version>
<Authors>Tolik Pylypchuk</Authors>
<Company>Tolik Pylypchuk</Company>
<Product>SharpHook</Product>
Expand Down
2 changes: 1 addition & 1 deletion docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"template"
],
"sitemap": {
"baseUrl": "https://sharphook.tolik.io/v5.3.5/"
"baseUrl": "https://sharphook.tolik.io/v5.3.6/"
},
"postProcessors": [ "ExtractSearchIndex" ],
"markdownEngineName": "markdig",
Expand Down

0 comments on commit 5a93664

Please sign in to comment.