Skip to content

Commit bf20be5

Browse files
author
John Dong
committed
Updated to version 1.3.1.1
1 parent 7e8f8e9 commit bf20be5

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
tag_name: ${{ github.ref }}
3636
token: ${{ secrets.GITHUB_TOKEN }}
3737
files: ./DOOMSaveManager.zip
38-
name: DOOMSaveManager.zip
38+
name: DOOMSaveManager ${{ github.ref }}
3939
body: |
40-
Automated Release by GitHub Action CI
41-
asset_content_type: application/zip
40+
Automated Release by GitHub Action CI

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.3.1.0")]
36-
[assembly: AssemblyFileVersion("1.3.1.0")]
35+
[assembly: AssemblyVersion("1.3.1.1")]
36+
[assembly: AssemblyFileVersion("1.3.1.1")]

0 commit comments

Comments
 (0)