Skip to content

Commit

Permalink
com.utilities.extensions 1.1.15 (#23)
Browse files Browse the repository at this point in the history
- updated workflow
- updated docs
  • Loading branch information
StephenHodgson authored Dec 31, 2023
1 parent 96b79ab commit 397096d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/upm-subtree-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main

jobs:
upm-subtree-split:
runs-on: ubuntu-latest
Expand All @@ -12,14 +13,4 @@ jobs:
with:
fetch-depth: 0

- name: upm subtree split
run: |
git config user.name github-actions
git config user.email [email protected]
$packageDir = Get-Item -Path "**/Packages/com.*" | Select-Object -ExpandProperty FullName
$packageDir = $packageDir.replace('${{ github.workspace }}/','')
Write-Host $packageDir
git subtree split --prefix="$packageDir" -b upm
git push -u origin upm --force
working-directory: ${{ github.workspace }}
shell: pwsh
- uses: RageAgainstThePixel/upm-subtree-split@v1
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Common extensions for for the [Unity](https://unity.com/) Game Engine types.

## Installing

Requires Unity 2021.3 LTS or higher.

The recommended installation method is though the unity package manager and [OpenUPM](https://openupm.com/packages/com.utilities.extensions).

### Via Unity Package Manager and OpenUPM

- Open your Unity project settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Common extensions for for the [Unity](https://unity.com/) Game Engine types.

## Installing

Requires Unity 2021.3 LTS or higher.

The recommended installation method is though the unity package manager and [OpenUPM](https://openupm.com/packages/com.utilities.extensions).

### Via Unity Package Manager and OpenUPM

- Open your Unity project settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Utilities.Extensions",
"description": "Common extensions for Unity types (UPM)",
"keywords": [],
"version": "1.1.14",
"version": "1.1.15",
"unity": "2021.3",
"documentationUrl": "https://github.com/RageAgainstThePixel/com.utilities.extensions#documentation",
"changelogUrl": "https://github.com/RageAgainstThePixel/com.utilities.extensions/releases",
Expand Down
2 changes: 1 addition & 1 deletion Utilities.Extensions/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.ugui": "1.0.0",
"com.utilities.async": "2.1.1",
"com.utilities.async": "2.1.2",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down

0 comments on commit 397096d

Please sign in to comment.