Skip to content

Commit

Permalink
Bump Refit in /client/MAVN.Service.PayrexxIntegration.Client
Browse files Browse the repository at this point in the history
Bumps [Refit](https://github.com/reactiveui/refit) from 4.6.107 to 7.2.22.
- [Release notes](https://github.com/reactiveui/refit/releases)
- [Commits](reactiveui/refit@v4.6.107...7.2.22)

---
updated-dependencies:
- dependency-name: Refit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent 193f0ef commit bcb5c36
Showing 1 changed file with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.1</Version>
<Authors>LykkeBisiness</Authors>
<Company>LykkeBisiness</Company>
<Product>MAVN.Service.PayrexxIntegration</Product>
<Description>Client for MAVN.Service.PayrexxIntegration API</Description>
<PackageLicenseUrl>https://github.com/OpenMAVN/MAVN.Service.PayrexxIntegration/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/OpenMAVN/MAVN.Service.PayrexxIntegration</PackageProjectUrl>
<PackageIconUrl>https://avatars3.githubusercontent.com/u/14153330?v=3&amp;s=200</PackageIconUrl>
<RepositoryUrl>https://github.com/OpenMAVN/MAVN.Service.PayrexxIntegration.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>MAVN;PayrexxIntegration</PackageTags>
<PackageId>MAVN.Service.PayrexxIntegration.Client</PackageId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Remove="$(AssemblyName).xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Lykke.HttpClientGenerator" Version="2.5.0" />
<PackageReference Include="Lykke.SettingsReader" Version="5.2.0" />
<PackageReference Include="Refit" Version="4.6.107" />
</ItemGroup>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.1</Version>
<Authors>LykkeBisiness</Authors>
<Company>LykkeBisiness</Company>
<Product>MAVN.Service.PayrexxIntegration</Product>
<Description>Client for MAVN.Service.PayrexxIntegration API</Description>
<PackageLicenseUrl>https://github.com/OpenMAVN/MAVN.Service.PayrexxIntegration/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/OpenMAVN/MAVN.Service.PayrexxIntegration</PackageProjectUrl>
<PackageIconUrl>https://avatars3.githubusercontent.com/u/14153330?v=3&amp;s=200</PackageIconUrl>
<RepositoryUrl>https://github.com/OpenMAVN/MAVN.Service.PayrexxIntegration.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>MAVN;PayrexxIntegration</PackageTags>
<PackageId>MAVN.Service.PayrexxIntegration.Client</PackageId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Remove="$(AssemblyName).xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Lykke.HttpClientGenerator" Version="2.5.0" />
<PackageReference Include="Lykke.SettingsReader" Version="5.2.0" />
<PackageReference Include="Refit" Version="7.2.22" />
</ItemGroup>
</Project>

0 comments on commit bcb5c36

Please sign in to comment.