Skip to content

Commit

Permalink
Bump version and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
sandermvanvliet committed Feb 13, 2025
1 parent 550ffb0 commit b9efc30
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.14.0.0

Fix a packaging issue that caused the abstractions not to be part of the package.

## 0.13.0.0

- Support FluentAssertions version 5, 6, 7 and 8
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.13.0.0</Version>
<Version>0.14.0.0</Version>
<Authors>Sander van Vliet</Authors>
<Company>Codenizer BV</Company>
<Copyright>2025 Sander van Vliet</Copyright>
Expand Down
1 change: 1 addition & 0 deletions SerilogSinksInMemory.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Changelog.md = Changelog.md
Directory.Build.props = Directory.Build.props
README.md = README.md
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.InMemory.Assertions.Tests.Unit.FluentAssertions6", "test\Serilog.Sinks.InMemory.Assertions.Tests.Unit.FluentAssertions6\Serilog.Sinks.InMemory.Assertions.Tests.Unit.FluentAssertions6.csproj", "{F65ECEEE-4461-48EE-98BE-003BBC716FC5}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<IsPackable>false</IsPackable>
<Title>Serilog in-memory sink assertion extensions</Title>
<Description>FluentAssertions extensions to use with the Serilog.Sinks.InMemory package</Description>
<Copyright>2021 Sander van Vliet</Copyright>
<Copyright>2025 Sander van Vliet</Copyright>
<Authors>Sander van Vliet</Authors>
<PackageProjectUrl>https://github.com/sandermvanvliet/SerilogSinksInMemory/</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<IsPackable>false</IsPackable>
<Title>Serilog in-memory sink assertion extensions</Title>
<Description>FluentAssertions extensions to use with the Serilog.Sinks.InMemory package</Description>
<Copyright>2021 Sander van Vliet</Copyright>
<Copyright>2025 Sander van Vliet</Copyright>
<Authors>Sander van Vliet</Authors>
<PackageProjectUrl>https://github.com/sandermvanvliet/SerilogSinksInMemory/</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<IsPackable>false</IsPackable>
<Title>Serilog in-memory sink assertion extensions</Title>
<Description>FluentAssertions extensions to use with the Serilog.Sinks.InMemory package</Description>
<Copyright>2021 Sander van Vliet</Copyright>
<Copyright>2025 Sander van Vliet</Copyright>
<Authors>Sander van Vliet</Authors>
<PackageProjectUrl>https://github.com/sandermvanvliet/SerilogSinksInMemory/</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<IsPackable>false</IsPackable>
<Title>Serilog in-memory sink assertion extensions</Title>
<Description>FluentAssertions extensions to use with the Serilog.Sinks.InMemory package</Description>
<Copyright>2021 Sander van Vliet</Copyright>
<Copyright>2025 Sander van Vliet</Copyright>
<Authors>Sander van Vliet</Authors>
<PackageProjectUrl>https://github.com/sandermvanvliet/SerilogSinksInMemory/</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit b9efc30

Please sign in to comment.