Skip to content

Commit

Permalink
bumpup to v0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed May 4, 2022
1 parent ddcb70a commit a47a643
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ on:
- 'src/Aiplugs.PoshApp.Electron/**'
- 'src/Aiplugs.PoshApp.Pses/**'
- '.github/workflows/build.yml'
pull_request:
types: [assigned, opened, synchronize, reopened]
paths:
- 'src/Aiplugs.PoshApp.Deamon/**'
- 'src/Aiplugs.PoshApp.Electron/**'
- 'src/Aiplugs.PoshApp.Pses/**'
- '.github/workflows/build.yml'

jobs:
windows:
Expand All @@ -27,7 +20,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
node-version: 14.x
node-version: 16.x
- name: Build deamon
shell: pwsh
working-directory: ./src/Aiplugs.PoshApp.Electron/
Expand All @@ -52,7 +45,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
node-version: 14.x
node-version: 16.x
- name: Build deamon
shell: pwsh
working-directory: ./src/Aiplugs.PoshApp.Electron/
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Business Source License 1.1
Parameters

Licensor: aiplugs (@iwate)
Licensed Work: poshapp(v0.10.6-beta2)
Licensed Work: poshapp(v0.10.6)
The Licensed Work is (c) 2022 aiplugs.
Additional Use Grant: You may make use of the Licensed Work, provided that
you may not use the Licensed Work for a Software
Expand Down
4 changes: 2 additions & 2 deletions src/Aiplugs.PoshApp.Electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Aiplugs.PoshApp.Electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poshapp",
"version": "v0.10.6-beta2",
"version": "v0.10.6",
"author": "aiplugs",
"description": "PowerShell GUI application",
"private": true,
Expand Down

0 comments on commit a47a643

Please sign in to comment.