Skip to content

Commit 7f4b30d

Browse files
Push version 1.0.3
1 parent 6ed9443 commit 7f4b30d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1+
1.0.3
2+
- Update project URL to Github
3+
4+
1.0.2
5+
- Downgrade required version of Serilog to >= 2.0.0
6+
7+
1.0.1
8+
- Don't cache memory value as it will change
9+
- Downgrade required version of Serilog to >= 2.2.0
10+
111
1.0.0
212
- Initial version
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22
using System.Reflection;
33

4-
[assembly: AssemblyVersion("1.0.2.0")]
4+
[assembly: AssemblyVersion("1.0.3.0")]
55

66
[assembly: CLSCompliant(true)]

src/Serilog.Enrichers.Memory/Serilog.Enrichers.Memory.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>The memory enricher for Serilog.</Description>
5-
<VersionPrefix>1.0.2</VersionPrefix>
5+
<VersionPrefix>1.0.3</VersionPrefix>
66
<Authors>Josh Schreuder</Authors>
77
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
88
<AssemblyName>Serilog.Enrichers.Memory</AssemblyName>

0 commit comments

Comments
 (0)