Skip to content

Commit

Permalink
Updated to version 1.3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dong committed Feb 2, 2022
1 parent 7e8f8e9 commit bf20be5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
tag_name: ${{ github.ref }}
token: ${{ secrets.GITHUB_TOKEN }}
files: ./DOOMSaveManager.zip
name: DOOMSaveManager.zip
name: DOOMSaveManager ${{ github.ref }}
body: |
Automated Release by GitHub Action CI
asset_content_type: application/zip
Automated Release by GitHub Action CI
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
[assembly: AssemblyVersion("1.3.1.1")]
[assembly: AssemblyFileVersion("1.3.1.1")]

0 comments on commit bf20be5

Please sign in to comment.