Skip to content

Commit f39268b

Browse files
authored
fix: Update alphaSkia to 3.4.135 (#2221)
2 parents 471f2e6 + 3289a59 commit f39268b

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
},
7373
"devDependencies": {
7474
"@biomejs/biome": "^1.9.4",
75-
"@coderline/alphaskia": "^3.3.135",
76-
"@coderline/alphaskia-linux": "^3.3.135",
77-
"@coderline/alphaskia-windows": "^3.3.135",
75+
"@coderline/alphaskia": "^3.4.135",
76+
"@coderline/alphaskia-linux": "^3.4.135",
77+
"@coderline/alphaskia-windows": "^3.4.135",
7878
"@fontsource/noto-sans": "^5.1.1",
7979
"@fontsource/noto-serif": "^5.1.1",
8080
"@fortawesome/fontawesome-free": "^6.7.2",

src.csharp/AlphaTab.Test/AlphaTab.Test.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1515
<PackageReference Include="MSTest.TestAdapter" Version="3.9.3" />
1616
<PackageReference Include="MSTest.TestFramework" Version="3.9.3" />
17-
<PackageReference Include="AlphaSkia" Version="3.3.135" />
18-
<PackageReference Include="AlphaSkia.Native.Windows" Version="3.3.135" Condition="$([MSBuild]::IsOsPlatform('Windows'))" />
19-
<PackageReference Include="AlphaSkia.Native.Linux" Version="3.3.135" Condition="$([MSBuild]::IsOsPlatform('Linux'))" />
20-
<PackageReference Include="AlphaSkia.Native.MacOs" Version="3.3.135" Condition="$([MSBuild]::IsOsPlatform('OSX'))" />
17+
<PackageReference Include="AlphaSkia" Version="3.4.135" />
18+
<PackageReference Include="AlphaSkia.Native.Windows" Version="3.4.135" Condition="$([MSBuild]::IsOsPlatform('Windows'))" />
19+
<PackageReference Include="AlphaSkia.Native.Linux" Version="3.4.135" Condition="$([MSBuild]::IsOsPlatform('Linux'))" />
20+
<PackageReference Include="AlphaSkia.Native.MacOs" Version="3.4.135" Condition="$([MSBuild]::IsOsPlatform('OSX'))" />
2121

2222
</ItemGroup>
2323

src.csharp/AlphaTab.Windows/AlphaTab.Windows.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<ItemGroup>
2929
<PackageReference Include="NAudio" Version="2.2.1" />
30-
<PackageReference Include="AlphaSkia.Native.Windows" Version="3.3.135" />
30+
<PackageReference Include="AlphaSkia.Native.Windows" Version="3.4.135" />
3131
</ItemGroup>
3232

3333
</Project>

src.csharp/AlphaTab/AlphaTab.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="AlphaSkia" Version="3.3.135"/>
28+
<PackageReference Include="AlphaSkia" Version="3.4.135"/>
2929
<PackageReference Include="Microsoft.CSharp" Version="4.7.0"/>
3030
<PackageReference Include="System.Drawing.Common" Version="9.0.7"/>
3131
</ItemGroup>

src.kotlin/alphaTab/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ appcompat = "1.7.1"
1111
coreKtx = "1.16.0"
1212
junit = "4.13.2"
1313
junitVersion = "1.2.1"
14-
alphaskia = "3.3.135"
14+
alphaskia = "3.4.135"
1515
mavenPublish = "0.33.0"
1616

1717

0 commit comments

Comments
 (0)