Skip to content

Commit

Permalink
com.utilities.encoder.ogg 3.1.6 (#26)
Browse files Browse the repository at this point in the history
- com.utilities.audio -> 1.2.3
  • Loading branch information
StephenHodgson authored Nov 5, 2024
1 parent ab6954b commit 56af9c1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,21 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ ( github.event_name == 'pull_request' || github.event.action == 'synchronize' ) }}
permissions:
checks: write
pull-requests: write
cancel-in-progress: ${{ (github.event_name == 'pull_request' || github.event.action == 'synchronize') }}
jobs:
build:
env:
UNITY_PROJECT_PATH: ''
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
os: [ubuntu-latest, windows-latest, macos-15]
unity-versions: [2021.x, 2022.x, 6000.x]
include:
- os: ubuntu-latest
build-target: StandaloneLinux64
- os: windows-latest
build-target: StandaloneWindows64
- os: macos-13
- os: macos-15
build-target: StandaloneOSX
steps:
- uses: actions/checkout@v4
Expand All @@ -47,6 +42,7 @@ jobs:
name: '${{ matrix.build-target }}-Validate'
with:
log-name: '${{ matrix.build-target }}-Validate'
build-target: ${{ matrix.build-target }}
args: '-quit -nographics -batchmode -executeMethod Utilities.Editor.BuildPipeline.UnityPlayerBuildTools.ValidateProject -importTMProEssentialsAsset'
- uses: RageAgainstThePixel/unity-action@v1
name: '${{ matrix.build-target }}-Test'
Expand All @@ -58,6 +54,7 @@ jobs:
name: '${{ matrix.build-target }}-Build'
with:
log-name: '${{ matrix.build-target }}-Build'
build-target: ${{ matrix.build-target }}
args: '-quit -nographics -batchmode -executeMethod Utilities.Editor.BuildPipeline.UnityPlayerBuildTools.StartCommandLineBuild'
- uses: actions/upload-artifact@v4
if: success() || failure()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Utilities.Encoder.Ogg",
"description": "Simple library for Ogg encoding support.",
"keywords": [],
"version": "3.1.5",
"version": "3.1.6",
"unity": "2021.3",
"documentationUrl": "https://github.com/RageAgainstThePixel/com.utilities.encoder.ogg#documentation",
"changelogUrl": "https://github.com/RageAgainstThePixel/com.utilities.encoder.ogg/releases",
Expand All @@ -15,7 +15,7 @@
"author": "Stephen Hodgson",
"url": "https://github.com/StephenHodgson",
"dependencies": {
"com.utilities.audio": "1.2.2"
"com.utilities.audio": "1.2.3"
},
"samples": [
{
Expand Down
4 changes: 2 additions & 2 deletions com.utilities.encoder.ogg/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"com.unity.ide.rider": "3.0.31",
"com.unity.ide.rider": "3.0.34",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.textmeshpro": "3.0.9",
"com.unity.ugui": "1.0.0",
"com.utilities.buildpipeline": "1.4.1"
"com.utilities.buildpipeline": "1.5.6"
},
"scopedRegistries": [
{
Expand Down
4 changes: 2 additions & 2 deletions com.utilities.encoder.ogg/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2021.3.42f1
m_EditorVersionWithRevision: 2021.3.42f1 (f1197811e8ce)
m_EditorVersion: 2021.3.45f1
m_EditorVersionWithRevision: 2021.3.45f1 (0da89fac8e79)

0 comments on commit 56af9c1

Please sign in to comment.