Skip to content

Commit

Permalink
upd - Updated Terminaux to fix a bug
Browse files Browse the repository at this point in the history
---

There will be no more commits to Nitrocid KS after this point until a week
later as we're planning to freeze additions after locales are dealt with.

---

Type: upd
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 9, 2025
1 parent 0d0f579 commit 49aaaa4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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="6.1.4" />
<PackageReference Include="Terminaux" Version="6.1.4.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- Extras.Images.Icons addon Platform Information End -->

<ItemGroup>
<PackageReference Include="Terminaux.Images.Icons" Version="6.1.4" />
<PackageReference Include="Terminaux.Images.Icons" Version="6.1.4.1" />
</ItemGroup>

</Project>
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="6.1.4" />
<PackageReference Include="Terminaux" Version="6.1.4.1" />
</ItemGroup>

<Import Project="..\Nitrocid.Analyzers.Common\Nitrocid.Analyzers.Common.projitems" Label="Shared" />
Expand Down
2 changes: 1 addition & 1 deletion public/Nitrocid.Locales/Nitrocid.Locales.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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="6.1.4" />
<PackageReference Include="Terminaux" Version="6.1.4.1" />
</ItemGroup>

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

<!-- KS Non-private Dependencies Information -->
<ItemGroup>
<PackageReference Include="Terminaux" Version="6.1.4" PrivateAssets="contentfiles;analyzers;build;runtime;native" />
<PackageReference Include="Terminaux.Images" Version="6.1.4" PrivateAssets="contentfiles;analyzers;build;runtime;native" />
<PackageReference Include="Terminaux" Version="6.1.4.1" PrivateAssets="contentfiles;analyzers;build;runtime;native" />
<PackageReference Include="Terminaux.Images" Version="6.1.4.1" 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 49aaaa4

Please sign in to comment.