Skip to content

Commit

Permalink
Update to Serval.Client 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pmachapman committed Dec 8, 2024
1 parent 653a6e8 commit cc508cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SIL.XForge.Scripture/SIL.XForge.Scripture.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- When using a new major or minor version of ParatextData, update where dependencies.yml copies the
InternetSettings.xml file. Also update server config scriptureforge.org_v2.yml. -->
<PackageReference Include="ParatextData" Version="9.5.0.5" />
<PackageReference Include="Serval.Client" Version="1.8.0" />
<PackageReference Include="Serval.Client" Version="1.8.4" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="6.6.2" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion tools/ServalBuildReport/ServalBuildReport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="NPOI" Version="2.7.2" />
<PackageReference Include="Serval.Client" Version="1.8.0" />
<PackageReference Include="Serval.Client" Version="1.8.4" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion tools/ServalDownloader/ServalDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Serval.Client" Version="1.8.0" />
<PackageReference Include="Serval.Client" Version="1.8.4" />
</ItemGroup>

</Project>

0 comments on commit cc508cd

Please sign in to comment.