Skip to content

Commit

Permalink
Merge old docs with new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan committed Aug 14, 2018
1 parent ae671c9 commit 09bd518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs2/pages/getting-started/licensing.md
Expand Up @@ -12,7 +12,7 @@
- Make sure to check your **SPAM** folder if you don't receive the license within 24h.

## Setup License from config file
The license name and key can be directly be added in the app.config or web.config file in the appSettings section.
The license name and key can be added directly in the app.config or web.config file in the appSettings section.


```csharp
Expand Down Expand Up @@ -44,7 +44,7 @@ DapperPlusManager.AddLicense(licenseName, licenseKey);
- **WinForm App:** Use the main thread method to activate your license.
- **Win Service:** Use the OnStart method to activate your license

> The AddLicense must always be set before the first call to the library. Otherwise, the monthly trial will start.
> The AddLicense must be set before the first call to the library. Otherwise, the monthly trial will start.
## How can I check if my license is valid?

Expand Down
Expand Up @@ -20,7 +20,7 @@ You execute a method from the Dapper-Plus library, and the following error is th

You can extend your trial by downloading the latest version: [Upgrading](http://dapper-plus.net/upgrading)

The latest version always contains a trial for the current month to allows a company to evaluate our library for several months.
The latest version always contains a trial for the current month to allow a company to evaluate our library for several months.

#### License Badly Registered

Expand Down

0 comments on commit 09bd518

Please sign in to comment.