We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8f8e9 commit bf20be5Copy full SHA for bf20be5
2 files changed
.github/workflows/dotnet-desktop.yml
@@ -35,7 +35,6 @@ jobs:
35
tag_name: ${{ github.ref }}
36
token: ${{ secrets.GITHUB_TOKEN }}
37
files: ./DOOMSaveManager.zip
38
- name: DOOMSaveManager.zip
+ name: DOOMSaveManager ${{ github.ref }}
39
body: |
40
- Automated Release by GitHub Action CI
41
- asset_content_type: application/zip
+ Automated Release by GitHub Action CI
Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
32
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
// [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 commit comments