Skip to content

Commit

Permalink
upd - Prepare for Terminaux 6.1.x rollout
Browse files Browse the repository at this point in the history
---

We plan to start rolling out Terminaux 6.1.x to both 0.1.0 and 0.1.1, but
this takes time.

This is just the initial rollout, so build failures are expected.

This is in preparation of the development of Terminaux 7.0.

---

Type: upd
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 6, 2025
1 parent 503d28d commit b2827aa
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="[4.8.0]" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="[4.8.0]" />
<PackageReference Include="Terminaux" Version="5.4.8" />
<PackageReference Include="Terminaux" Version="6.1.4" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion private/Nitrocid.LocaleClean/Nitrocid.LocaleClean.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="[4.8.0]" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="[4.8.0]" />
<PackageReference Include="Terminaux" Version="5.4.8" />
<PackageReference Include="Terminaux" Version="6.1.4" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion private/Nitrocid.LocaleTrim/Nitrocid.LocaleTrim.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Optimize>true</Optimize>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Terminaux" Version="5.4.8" />
<PackageReference Include="Terminaux" Version="6.1.4" />
</ItemGroup>
<Import Project="..\Nitrocid.LocaleCommon\Nitrocid.LocaleCommon.projitems" Label="Shared" />

Expand Down
2 changes: 1 addition & 1 deletion private/Nitrocid.Tests/Nitrocid.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<ItemGroup>
<PackageReference Include="Shouldly" Version="4.3.0" />
<PackageReference Include="Terminaux" Version="5.4.8" />
<PackageReference Include="Terminaux" Version="6.1.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="[4.8.0]" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="[4.8.0]" />
<PackageReference Include="Terminaux" Version="5.4.8" />
<PackageReference Include="Terminaux" Version="6.1.4" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion public/Nitrocid.LocaleGen/Nitrocid.LocaleGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<!-- LocaleGen Translations End -->

<ItemGroup>
<PackageReference Include="Terminaux" Version="5.4.8" />
<PackageReference Include="Terminaux" Version="6.1.4" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions public/Nitrocid/Nitrocid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@

<!-- KS Non-private Dependencies Information -->
<ItemGroup>
<PackageReference Include="Terminaux" Version="5.4.8" PrivateAssets="contentfiles;analyzers;build;runtime" />
<PackageReference Include="Terminaux.Images" Version="5.4.8" PrivateAssets="contentfiles;analyzers;build;runtime;native" />
<PackageReference Include="Terminaux" Version="6.1.4" PrivateAssets="contentfiles;analyzers;build;runtime" />
<PackageReference Include="Terminaux.Images" Version="6.1.4" PrivateAssets="contentfiles;analyzers;build;runtime;native" />
<PackageReference Include="Textify.Offline" Version="2.9.0" PrivateAssets="contentfiles;analyzers;build;runtime">
<Aliases>global,TextifyDep</Aliases>
</PackageReference>
Expand Down

0 comments on commit b2827aa

Please sign in to comment.