mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
updated autofac to 3.0
This commit is contained in:
parent
b7575e05c1
commit
8a5a326480
25 changed files with 91 additions and 66 deletions
|
@ -109,14 +109,11 @@ namespace NzbDrone.Common
|
|||
{
|
||||
var config = new ExceptronConfiguration
|
||||
{
|
||||
ApiKey = "CB230C312E5C4FF38B4FB9644B05E60G",
|
||||
ThrowExceptions = !EnvironmentProvider.IsProduction,
|
||||
ApiKey = "CB230C312E5C4FF38B4FB9644B05E60G",
|
||||
ThrowExceptions = !EnvironmentProvider.IsProduction,
|
||||
};
|
||||
|
||||
ExceptronClient = new ExceptronClient(config)
|
||||
{
|
||||
ApplicationVersion = new EnvironmentProvider().Version.ToString()
|
||||
};
|
||||
ExceptronClient = new ExceptronClient(config, new EnvironmentProvider().Version);
|
||||
}
|
||||
|
||||
private static void VerifyDependencies()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue