Skip to content

Commit

Permalink
[up] deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Dec 2, 2024
1 parent ef2f15a commit b8612ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions src/Simplify.Repository.FluentNHibernate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.7.1] - 2024-12-02

### Dependencies

- Simplify.FluentNHibernate bump to 3.2.1
- Simplify.DI bump to 4.2.11

## [1.7.0] - 2024-01-14

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.7</Version>
<Version>1.7.1</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand All @@ -26,8 +26,8 @@
<ProjectReference Include="..\Simplify.Repository\Simplify.Repository.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Simplify.DI" Version="4.2.10" />
<PackageReference Include="Simplify.FluentNHibernate" Version="3.0.0" />
<PackageReference Include="Simplify.DI" Version="4.2.11" />
<PackageReference Include="Simplify.FluentNHibernate" Version="3.2.1" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
Expand Down

0 comments on commit b8612ed

Please sign in to comment.