Skip to content

Commit b9efc30

Browse files
Bump version and copyright
1 parent 550ffb0 commit b9efc30

File tree

7 files changed

+10
-5
lines changed

7 files changed

+10
-5
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.14.0.0
4+
5+
Fix a packaging issue that caused the abstractions not to be part of the package.
6+
37
## 0.13.0.0
48

59
- Support FluentAssertions version 5, 6, 7 and 8

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.13.0.0</Version>
3+
<Version>0.14.0.0</Version>
44
<Authors>Sander van Vliet</Authors>
55
<Company>Codenizer BV</Company>
66
<Copyright>2025 Sander van Vliet</Copyright>

SerilogSinksInMemory.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2525
Changelog.md = Changelog.md
2626
Directory.Build.props = Directory.Build.props
2727
README.md = README.md
28+
LICENSE = LICENSE
2829
EndProjectSection
2930
EndProject
3031
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}"

src/Serilog.Sinks.InMemory.FluentAssertions5/Serilog.Sinks.InMemory.FluentAssertions5.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<IsPackable>false</IsPackable>
99
<Title>Serilog in-memory sink assertion extensions</Title>
1010
<Description>FluentAssertions extensions to use with the Serilog.Sinks.InMemory package</Description>
11-
<Copyright>2021 Sander van Vliet</Copyright>
11+
<Copyright>2025 Sander van Vliet</Copyright>
1212
<Authors>Sander van Vliet</Authors>
1313
<PackageProjectUrl>https://github.com/sandermvanvliet/SerilogSinksInMemory/</PackageProjectUrl>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/Serilog.Sinks.InMemory.FluentAssertions6/Serilog.Sinks.InMemory.FluentAssertions6.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<IsPackable>false</IsPackable>
99
<Title>Serilog in-memory sink assertion extensions</Title>
1010
<Description>FluentAssertions extensions to use with the Serilog.Sinks.InMemory package</Description>
11-
<Copyright>2021 Sander van Vliet</Copyright>
11+
<Copyright>2025 Sander van Vliet</Copyright>
1212
<Authors>Sander van Vliet</Authors>
1313
<PackageProjectUrl>https://github.com/sandermvanvliet/SerilogSinksInMemory/</PackageProjectUrl>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/Serilog.Sinks.InMemory.FluentAssertions7/Serilog.Sinks.InMemory.FluentAssertions7.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<IsPackable>false</IsPackable>
99
<Title>Serilog in-memory sink assertion extensions</Title>
1010
<Description>FluentAssertions extensions to use with the Serilog.Sinks.InMemory package</Description>
11-
<Copyright>2021 Sander van Vliet</Copyright>
11+
<Copyright>2025 Sander van Vliet</Copyright>
1212
<Authors>Sander van Vliet</Authors>
1313
<PackageProjectUrl>https://github.com/sandermvanvliet/SerilogSinksInMemory/</PackageProjectUrl>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/Serilog.Sinks.InMemory.FluentAssertions8/Serilog.Sinks.InMemory.FluentAssertions8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<IsPackable>false</IsPackable>
99
<Title>Serilog in-memory sink assertion extensions</Title>
1010
<Description>FluentAssertions extensions to use with the Serilog.Sinks.InMemory package</Description>
11-
<Copyright>2021 Sander van Vliet</Copyright>
11+
<Copyright>2025 Sander van Vliet</Copyright>
1212
<Authors>Sander van Vliet</Authors>
1313
<PackageProjectUrl>https://github.com/sandermvanvliet/SerilogSinksInMemory/</PackageProjectUrl>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)