We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d64aa2 commit 1310da8Copy full SHA for 1310da8
.github/workflows/release-pipeline.yaml
@@ -25,7 +25,7 @@ jobs:
25
working-directory: Sapling
26
id: get_version
27
run: |
28
- VERSION=1.1.4
+ VERSION=1.1.5
29
echo "Application version: $VERSION"
30
echo "::set-output name=version::$VERSION"
31
Sapling/Sapling.csproj
@@ -7,9 +7,9 @@
7
<Nullable>enable</Nullable>
8
<ApplicationIcon>logo.ico</ApplicationIcon>
9
<Title>Sapling</Title>
10
- <AssemblyVersion>1.1.4.0</AssemblyVersion>
11
- <FileVersion>1.1.4.0</FileVersion>
12
- <Version>1.1.4.0</Version>
+ <AssemblyVersion>1.1.5.0</AssemblyVersion>
+ <FileVersion>1.1.5.0</FileVersion>
+ <Version>1.1.5.0</Version>
13
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
14
</PropertyGroup>
15
0 commit comments