Skip to content

Commit

Permalink
-update deps to latest (#8)
Browse files Browse the repository at this point in the history
-bump version
  • Loading branch information
modabas authored Jan 29, 2025
1 parent c9554b9 commit d413a10
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>

<Version>0.5.1</Version>
<Version>0.5.2</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion samples/ShowcaseWebApi/ShowcaseWebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.11.0" />
<PackageReference Include="Asp.Versioning.Http" Version="8.1.0" />
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0" />
<PackageReference Include="UUIDNext" Version="4.0.0" />
<PackageReference Include="UUIDNext" Version="4.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.1" />
<PackageReference Include="ModResults" Version="0.3.1" />
<PackageReference Include="ModResults" Version="0.3.2" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/ModEndpoints/ModEndpoints.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ModResults.FluentValidation" Version="0.3.1" />
<PackageReference Include="ModResults.MinimalApis" Version="0.3.1" />
<PackageReference Include="ModResults.FluentValidation" Version="0.3.2" />
<PackageReference Include="ModResults.MinimalApis" Version="0.3.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d413a10

Please sign in to comment.