Skip to content

Commit 33fb3d8

Browse files
committed
Bump versions of underlying tools
1 parent 96b9c6d commit 33fb3d8

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/base-installer-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
293293
- name: Tag, Create Release, and Upload artifacts
294294
if: ${{ inputs.make_release == 'true' }}
295-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
295+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
296296
with:
297297
target_commitish: ${{ github.event.inputs.fw_ref || github.ref }}
298298
tag_name: build-${{ env.FW_BUILD_NUMBER }}

Build/SilVersions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
2-
<!--
2+
<!--
33
=============================================================
44
SIL ECOSYSTEM VERSION PROPERTIES
55
Single source of truth for all SIL dependency versions.
@@ -13,13 +13,13 @@
1313
-->
1414
<PropertyGroup Label="SIL Ecosystem Versions">
1515
<SilLcmVersion>11.0.0-beta0161</SilLcmVersion>
16-
<SilLibPalasoVersion>18.0.0-beta0008</SilLibPalasoVersion>
17-
<SilLibPalasoL10nsVersion>18.0.0-beta0001</SilLibPalasoL10nsVersion>
16+
<SilLibPalasoVersion>18.0.0-beta0013</SilLibPalasoVersion>
17+
<SilLibPalasoL10nsVersion>18.0.0-beta0012</SilLibPalasoL10nsVersion>
1818
<SilChorusVersion>6.0.0-beta0063</SilChorusVersion>
1919
<SilChorusL10nsVersion>3.0.1</SilChorusL10nsVersion>
2020
<SilMachineVersion>3.8.2</SilMachineVersion>
2121
<SilIPCFrameworkVersion>1.1.1-beta0001</SilIPCFrameworkVersion>
22-
<L10NSharpVersion>10.0.0-beta0001</L10NSharpVersion>
22+
<L10NSharpVersion>10.0.0-beta0004</L10NSharpVersion>
2323
<IcuNugetVersion>70.1.152</IcuNugetVersion>
2424
<GeckoNugetVersion>60.0.56</GeckoNugetVersion>
2525
</PropertyGroup>

Build/Src/NativeBuild/NativeBuild.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<IncludeAssets>none</IncludeAssets>
6060
<PrivateAssets>all</PrivateAssets>
6161
</PackageReference>
62-
<PackageReference Include="SIL.LibPalaso.L10ns" Version="$(SilLibPalasoVersion)">
62+
<PackageReference Include="SIL.LibPalaso.L10ns" Version="$(SilLibPalasoL10nsVersion)">
6363
<IncludeAssets>none</IncludeAssets>
6464
<PrivateAssets>all</PrivateAssets>
6565
</PackageReference>

Directory.Packages.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@
2424
-->
2525
<ItemGroup Label="Transitive Pins">
2626
<!-- System.Drawing.Common: SIL.LCModel.Core pulls 6.0.0 transitively,
27-
but ParatextData 9.5.x requires >= 9.0.9. Pin to 9.0.14. -->
28-
<PackageVersion Include="System.Drawing.Common" Version="9.0.14" />
29-
<PackageVersion Include="System.Reflection.Metadata" Version="10.0.7" />
27+
but ParatextData 9.5.x requires >= 9.0.9. Pin to 9.0.16. -->
28+
<PackageVersion Include="System.Drawing.Common" Version="9.0.16" />
29+
<PackageVersion Include="System.Reflection.Metadata" Version="10.0.8" />
3030
<!-- System.Resources.Extensions: required for non-string resources (images, icons)
3131
in .NET Framework SDK-style projects. -->
32-
<PackageVersion Include="System.Resources.Extensions" Version="9.0.13" />
32+
<PackageVersion Include="System.Resources.Extensions" Version="9.0.16" />
3333
<!-- DependencyModel: icu.net wants 2.0.4, ParatextData wants >= 9.0.9.
34-
Pin to 9.0.14 which is backward compatible with 2.0.4 API surface. -->
34+
Keep 9.0.14 until icu.net can load newer assembly identities. -->
3535
<PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="9.0.14" />
3636
<!-- System.Memory: ParatextData requires 4.6.3; other packages want 4.5.0–4.6.0. -->
3737
<PackageVersion Include="System.Memory" Version="4.6.3" />
3838
<!-- Microsoft.Bcl.HashCode: System.Resources.Extensions requires HashCode. -->
3939
<PackageVersion Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
4040
<!-- System.Security.Permissions (LT-22394): ProDotNetZip needs >= 8.0.0,
41-
System.Security.AccessControl needs >= 6.0.0. Pin to 9.0.14. -->
42-
<PackageVersion Include="System.Security.Permissions" Version="9.0.14" />
41+
System.Security.AccessControl needs >= 6.0.0. Pin to 9.0.16. -->
42+
<PackageVersion Include="System.Security.Permissions" Version="9.0.16" />
4343
</ItemGroup>
4444

4545
<!--

0 commit comments

Comments
 (0)