Skip to content

Commit

Permalink
Update licensing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan authored Apr 11, 2019
1 parent 3621482 commit a346243
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs2/pages/getting-started/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ The license name and key can be added directly in the app.config or web.config f
</appSettings>
```

## Setup License from appsettings.json file (.NET Core)
The license name and key can be added directly in the appsettings.json.

```csharp
{
"Z.LinqToSql.Plus": {
"LicenseName": "[licenseName]",
"LicenseKey": "[licenseKey]"
}
}
```

## Setup License from code
The license can be added directly in the code of your application. Make sure to follow recommendations about where to add this code.

Expand Down

0 comments on commit a346243

Please sign in to comment.