Skip to content

Commit

Permalink
doc: Increase version and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
huorswords committed Oct 16, 2023
1 parent b4ce92a commit f3b6a9e
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
<PackageTags>Microsoft Extensions Logging Log4Net AspNet Core</PackageTags>
<RootNamespace>Microsoft.Extensions.Logging.Log4Net.AspNetCore</RootNamespace>
<AssemblyName>Microsoft.Extensions.Logging.Log4Net.AspNetCore</AssemblyName>
<PackageReleaseNotes>#113 - BeginScope don't work as expected
# BREAKING CHANGES
* External scope can't be used with the scope factories anymore.
* Conversion of numeric values now are managed through CultureInfo.InvariantCulture
<PackageReleaseNotes>
#132 - Add support for ValueTuple scopes
#129 - Compatible with .NET 7.0
#xxx - Upgrade log4net library version from 2.0.13 to 2.0.15
</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/huorswords/Microsoft.Extensions.Logging.Log4Net.AspNetCore</PackageProjectUrl>
<RepositoryUrl>https://github.com/huorswords/Microsoft.Extensions.Logging.Log4Net.AspNetCore</RepositoryUrl>
<Version>6.1.0</Version>
<AssemblyVersion>6.1.0.0</AssemblyVersion>
<FileVersion>6.1.0.0</FileVersion>
<Version>7.0.0</Version>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<FileVersion>7.0.0.0</FileVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile Condition="'$(Configuration)' == 'Release'">Microsoft.Extensions.Logging.Log4Net.AspNetCoreKey.snk</AssemblyOriginatorKeyFile>
<PackageLicenseExpression></PackageLicenseExpression>
Expand Down

0 comments on commit f3b6a9e

Please sign in to comment.