Skip to content

Commit

Permalink
Features/ash prepare1.6.0 (#199)
Browse files Browse the repository at this point in the history
* remove python build steps

* inc version number
  • Loading branch information
fraxiinus authored Aug 1, 2022
1 parent 347fb99 commit 68645fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ jobs:
- name: Checkout files
uses: actions/checkout@v1

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install requests
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions src/UI.Main/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,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.5.2.0")]
[assembly: AssemblyFileVersion("1.5.2.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]

0 comments on commit 68645fd

Please sign in to comment.