Skip to content

Commit edf3312

Browse files
committed
chore: bump version to 1.3.0 - PATCH method support for Reliable.HttpClient.Caching
1 parent 35b4c02 commit edf3312

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Reliable.HttpClient.Caching/Reliable.HttpClient.Caching.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@
8787
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.8" />
8888
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.8" />
8989
<!-- For release: uncomment PackageReference and comment out ProjectReference -->
90-
<!-- <PackageReference Include="Reliable.HttpClient" Version="1.3.0" /> -->
90+
<PackageReference Include="Reliable.HttpClient" Version="1.3.0" />
9191
</ItemGroup>
9292

9393
<ItemGroup>
9494
<!-- For development and testing: use ProjectReference -->
95-
<ProjectReference Include="../Reliable.HttpClient/Reliable.HttpClient.csproj" />
95+
<!-- <ProjectReference Include="../Reliable.HttpClient/Reliable.HttpClient.csproj" /> -->
9696
</ItemGroup>
9797

9898
<ItemGroup>

0 commit comments

Comments
 (0)