We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5a111 commit 9e86bfaCopy full SHA for 9e86bfa
2 files changed
.github/workflows/main.yml
@@ -77,6 +77,6 @@ jobs:
77
- name: Create Release
78
uses: ncipollo/release-action@v1.14.0
79
with:
80
- tag: v1.5.1.1
+ tag: v1.5.1.2
81
artifacts: "artifacts/**"
82
artifactContentType: application/octet-stream
Benchmark.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<TargetFramework>net9.0</TargetFramework>
6
- <Version>1.5.1.1</Version>
+ <Version>1.5.1.2</Version>
7
<FileVersion>$([System.DateTime]::Now.ToString('yyyyMMddHH'))</FileVersion>
8
<Author>Dom</Author>
9
<ImplicitUsings>enable</ImplicitUsings>
0 commit comments