Skip to content

Commit

Permalink
update code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maniceraf committed Dec 3, 2023
1 parent a8d775d commit 2995c7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Maniceraf.SimpleMongoDbLogger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Maniceraf.SimpleMongoDbLogger</PackageId>
<Description>A logger library for logging to MongoDB in .NET.</Description>
<Version>1.0.0-preview-1</Version>
<Version>1.0.0</Version>
<Authors>Maniceraf</Authors>
<Company>Maniceraf</Company>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Maniceraf.SimpleMongoDbLogger - MongoDB Logger for .NET
# **Maniceraf.SimpleMongoDbLogger - MongoDB Logger for .NET**

**Maniceraf.SimpleMongoDbLogger** is a versatile logging library that seamlessly integrates with MongoDB, providing developers with an efficient means to log messages of various severity levels directly into a MongoDB database.

## Getting Started
## **Getting Started**

To begin using **Maniceraf.SimpleMongoDbLogger** start by installing the latest version of the package from [Nuget](https://www.nuget.org/packages/Maniceraf.SimpleMongoDbLogger).

## Installation
## **Installation**

You can install the **Maniceraf.SimpleMongoDbLogger** via [NuGet](https://www.nuget.org/packages/Maniceraf.SimpleMongoDbLogger). Use the Package Manager Console or the .NET CLI:

```bash
dotnet add package Maniceraf.SimpleMongoDbLogger --version 1.0.0-preview-1
```

## Usage
## **Usage**
```csharp
using Maniceraf.SimpleMongoDbLogger;

Expand All @@ -40,6 +40,6 @@ class Program
}
```

## License
## **License**

This library is licensed under the [MIT](https://github.com/Maniceraf/Maniceraf.SimpleMongoDbLogger/blob/master/LICENSE.txt) License.

0 comments on commit 2995c7b

Please sign in to comment.