Compare commits

...

2 Commits

3 changed files with 3 additions and 2 deletions

View File

@ -31,6 +31,6 @@ using Lers.Plugins;
// Т.к. мы можем забыть это сделать, то лучше чтобы версия увеличивалась сама. Звездочку можно задать только для версии сборки,
// для версии файла она не работает. Но если не указать версию файла, то она будет равна версии сборки.
[assembly: AssemblyVersion("3.35.48")]
[assembly: AssemblyVersion("3.36.49")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@ -199,7 +199,7 @@ namespace Vkt5_RemoteConsole
{
await remoteConsole.DisconnectAsync();
}
catch (Lers.PermissionDeniedException exc)
catch (LersException exc)
{
LogError("Ошибка отключения удалённого пульта. " + exc.Message);
}

View File

@ -41,6 +41,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Lers.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e7c6d6299713498c, processorArchitecture=MSIL" />
<Reference Include="Lers.Http, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e7c6d6299713498c, processorArchitecture=MSIL" />
<Reference Include="Lers.Plugins.Attributes">
<Private>False</Private>
</Reference>