Skip to content

Commit

Permalink
upgrade libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
cihandeniz committed Jun 26, 2024
1 parent 7ed92a7 commit 1f48d51
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageVersion Include="FluentNHibernate" Version="3.3.0" />
<PackageVersion Include="Humanizer.Core" Version="2.14.1" />
<PackageVersion Include="Microsoft.AspNetCore.Authorization" Version="8.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.Authorization" Version="8.0.6" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.6" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.6" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" />
<PackageVersion Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="8.5.0" />
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="8.6.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageVersion Include="Moq" Version="4.20.70" />
<PackageVersion Include="MySql.Data" Version="8.4.0" />
Expand Down
10 changes: 10 additions & 0 deletions docs/release-notes/v0-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@

- Newlines in XML comments were causing code generation to fail, fixed

### Library Upgrades

| Package | Old Version | New Version |
| ----------------------------------------- | ----------- | ----------- |
| Microsoft.AspNetCore.Authorization | 8.0.5 | 8.0.6 |
| Microsoft.AspNetCore.Mvc.NewtonsoftJson | 8.0.5 | 8.0.6 |
| Microsoft.AspNetCore.Mvc.Testing | 8.0.5 | 8.0.6 |
| Microsoft.CodeAnalysis.CSharp | 4.9.2 | 4.10.0 |
| Microsoft.Extensions.TimeProvider.Testing | 8.5.0 | 8.6.0 |

## v0.10.6

### Improvements
Expand Down

0 comments on commit 1f48d51

Please sign in to comment.