Skip to content

Commit 3c201c1

Browse files
authored
Merge pull request #5 from jjm-one/develop
Develop
2 parents 24b7acd + 3d245f3 commit 3c201c1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ A collection of helper functions for the [Serilog.Extensions.Logging](https://ww
1818
- [Use function logging](#use-function-logging)
1919
- [Output of function logging](#output-of-function-logging)
2020
- [Full Documentation](#full-documentation)
21+
- [Repo](#repo)
2122

2223
## Usage
2324

@@ -59,3 +60,7 @@ My custom exception message!
5960
## Full Documentation
6061

6162
The full documentation for this package can be found [here](https://jjm-one.github.io/jjm.one.Serilog.Extensions.Logging.Helpers/main/doc/html/index.html).
63+
64+
## Repo
65+
66+
The associated repo for this package can be found [here](https://github.com/jjm-one/jjm.one.Serilog.Extensions.Logging.Helpers).

src/jjm.one.Serilog.Extensions.Logging.Helpers/jjm.one.Serilog.Extensions.Logging.Helpers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netstandard2.0;netstandard2.1;net6;net7</TargetFrameworks>
55
<ImplicitUsings>disable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>1.0.2</Version>
7+
<Version>1.0.3</Version>
88
<Authors>Jonas Merkle [JJM] </Authors>
99
<Copyright>© by Jonas Merkle [JJM], 2023.</Copyright>
1010
<PackageId>jjm.one.Serilog.Extensions.Logging.Helpers</PackageId>

0 commit comments

Comments
 (0)