Skip to content

Commit

Permalink
Merge pull request #64 from asulwer/nuget-updates
Browse files Browse the repository at this point in the history
updated nuget dependencies
  • Loading branch information
asulwer authored Aug 12, 2024
2 parents c9fb6a3 + bad079d commit ee4f45a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.

All notable changes to this project will be documented in this file.

## [6.0.2]

- Updated dependencies to latest

## [6.0.1]

### Added
Expand Down
2 changes: 1 addition & 1 deletion benchmark/RulesEngineBenchmark/RulesEngineBenchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/RulesEngine/RulesEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<Nullable>disable</Nullable>
<Version>6.0.1</Version>
<Version>6.0.2</Version>
<PackageId>RulesEngineEx</PackageId>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/asulwer/RulesEngine</PackageProjectUrl>
Expand Down Expand Up @@ -38,7 +38,7 @@
<PackageReference Include="FastExpressionCompiler" Version="4.2.1" />
<PackageReference Include="FluentValidation" Version="11.9.2" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.3" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
Expand Down

0 comments on commit ee4f45a

Please sign in to comment.