Skip to content

Commit

Permalink
Merge pull request #29 from wapplegate/feature/bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wapplegate authored May 8, 2023
2 parents e90db8a + 291c88c commit 868347d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<EnablePackageValidation>true</EnablePackageValidation>
<Nullable>enable</Nullable>
<Version>1.0.0</Version>
<Version>3.0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>William Applegate</Authors>
<Description>This package contains service collection extension methods to easily add the access token client to the service collection.</Description>
Expand Down Expand Up @@ -34,7 +34,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Scrutor" Version="3.2.1" />
<PackageReference Include="Scrutor" Version="4.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion AccessTokenClient/AccessTokenClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<EnablePackageValidation>true</EnablePackageValidation>
<Nullable>enable</Nullable>
<Version>1.0.0</Version>
<Version>3.0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>William Applegate</Authors>
<Description>This library provides a token client that can be used when you need to make client credentials OAuth requests. Instead of re-writing the same token clients over and over again in your services, you can use this package to make those token requests easily. The package also includes the ability to cache access tokens so they can be reused.</Description>
Expand Down

0 comments on commit 868347d

Please sign in to comment.