We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b5367 commit 712381aCopy full SHA for 712381a
2 files changed
samples/ApiExample/ApiExample.csproj
@@ -20,7 +20,7 @@
20
<ItemGroup>
21
<PackageReference Include="Duende.AccessTokenManagement" Version="4.1.1" />
22
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.3" />
23
- <PackageReference Include="Serval.Client" Version="1.13.0" />
+ <PackageReference Include="Serval.Client" Version="1.15.0" />
24
</ItemGroup>
25
26
</Project>
src/Serval/src/Serval.Client/Serval.Client.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFramework>netstandard2.1</TargetFramework>
5
- <Version>1.13.0</Version>
+ <Version>1.15.0</Version>
6
<Description>Client classes for Serval.</Description>
7
<RootNamespace>Serval.Client</RootNamespace>
8
<Product>Serval</Product>
0 commit comments