Skip to content

Commit

Permalink
upd - Updated libraries
Browse files Browse the repository at this point in the history
---

Type: upd
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Oct 17, 2024
1 parent 07897b2 commit 637d9a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Prepare release
on:
push:
tags:
- 'v0.1.*'
- '**'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion BassBoom.Basolia/BassBoom.Basolia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.65" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.67" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion BassBoom.Cli/BassBoom.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Terminaux" Version="5.0.2" />
<PackageReference Include="Terminaux" Version="5.4.1" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="SpecProbe.Loader" Version="3.1.0" />
<PackageReference Include="SpecProbe.Software" Version="3.1.0" />
<PackageReference Include="SpecProbe.Loader" Version="3.1.1" />
<PackageReference Include="SpecProbe.Software" Version="3.1.1" />
</ItemGroup>

</Project>

0 comments on commit 637d9a1

Please sign in to comment.