File tree Expand file tree Collapse file tree 6 files changed +22
-22
lines changed
src.kotlin/alphaTab/gradle Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1414 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
1515 <PackageReference Include =" MSTest.TestAdapter" Version =" 3.9.1" />
1616 <PackageReference Include =" MSTest.TestFramework" Version =" 3.9.1" />
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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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.5" />
3131 </ItemGroup >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ appcompat = "1.7.1"
1111coreKtx = " 1.16.0"
1212junit = " 4.13.2"
1313junitVersion = " 1.2.1"
14- alphaskia = " 3.3 .135"
14+ alphaskia = " 3.4 .135"
1515mavenPublish = " 0.32.0"
1616
1717
You can’t perform that action at this time.
0 commit comments