Skip to content

Commit 4f78524

Browse files
authored
Release 1.6.1 (#2222)
2 parents f43cd97 + f0ce216 commit 4f78524

File tree

8 files changed

+28
-28
lines changed

8 files changed

+28
-28
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderline/alphatab",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "alphaTab is a music notation and guitar tablature rendering library",
55
"keywords": [
66
"guitar",
@@ -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.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

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.5"/>
3131
</ItemGroup>

src.csharp/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<DebugType>portable</DebugType>
44
<DebugSymbols>true</DebugSymbols>
5-
<Version>1.6.0</Version>
6-
<AssemblyVersion>1.6.0.0</AssemblyVersion>
5+
<Version>1.6.1</Version>
6+
<AssemblyVersion>1.6.1.0</AssemblyVersion>
77
<FileVersion>$(AssemblyVersion)</FileVersion>
88
<Authors>Danielku15</Authors>
99
<Company>CoderLine</Company>

src.kotlin/alphaTab/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var libAuthorId = "danielku15"
3939
var libAuthorName = "Daniel Kuschny"
4040
var libOrgUrl = "https://github.com/coderline"
4141
var libCompany = "CoderLine"
42-
var libVersion = "1.6.0-SNAPSHOT"
42+
var libVersion = "1.6.1-SNAPSHOT"
4343
var libProjectUrl = "https://github.com/CoderLine/alphaTab"
4444
var libGitUrlHttp = "https://github.com/CoderLine/alphaTab.git"
4545
var libGitUrlGit = "scm:git:git://github.com/CoderLine/alphaTab.git"

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.32.0"
1616

1717

0 commit comments

Comments
 (0)