Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ed4f25499 | |||
| 3afd4641cd |
@@ -21,7 +21,7 @@ on:
|
||||
|
||||
jobs:
|
||||
prerelease:
|
||||
if: github.ref == 'refs/heads/main'
|
||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta'
|
||||
runs-on: windows-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
@@ -49,5 +49,5 @@ using System.Windows;
|
||||
// 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.7.18.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.18.0")]
|
||||
[assembly: AssemblyVersion("1.7.18.1")]
|
||||
[assembly: AssemblyFileVersion("1.7.18.1")]
|
||||
|
||||
@@ -49,5 +49,5 @@ using System.Windows;
|
||||
// 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.7.18.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.18.0")]
|
||||
[assembly: AssemblyVersion("1.7.18.1")]
|
||||
[assembly: AssemblyFileVersion("1.7.18.1")]
|
||||
|
||||
Reference in New Issue
Block a user