Skip to content

Commit

Permalink
updated VirtualDesktop library version and removed unused one (#40)
Browse files Browse the repository at this point in the history
This PR attempts to fix HASS.Agent crash when virtual desktops are switched.
Probable root cause was bug in the management library HASS.Agent uses, this PR bumps the dependency version of this library to newest version.
  • Loading branch information
amadeo-alex authored Jan 15, 2024
1 parent cc85b8a commit 01463da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<UserSecretsId>dotnet-HASSAgentSatelliteService-6E4FA50A-3AC9-4E66-8671-9FAB92372154</UserSecretsId>
<PlatformTarget>x64</PlatformTarget>
<Platforms>x64;x86</Platforms>
<Version>2.0.2-beta1</Version>
<Version>2.0.2-beta2</Version>
<Company>HASS.Agent Team</Company>
<Product>HASS.Agent Satellite Service</Product>
<AssemblyName>HASS.Agent.Satellite.Service</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/HASS.Agent/HASS.Agent.Shared/HASS.Agent.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/hass-agent/HASS.Agent</RepositoryUrl>
<AssemblyVersion>2.0.2</AssemblyVersion>
<FileVersion>2.0.2</FileVersion>
<Version>2.0.2-beta1</Version>
<Version>2.0.2-beta2</Version>
<PackageIcon>logo_128.png</PackageIcon>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<ApplicationIcon>hassagent.ico</ApplicationIcon>
Expand Down
5 changes: 2 additions & 3 deletions src/HASS.Agent/HASS.Agent/HASS.Agent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PlatformTarget>x64</PlatformTarget>
<Platforms>x64;x86</Platforms>
<DebugType>full</DebugType>
<Version>2.0.2-beta1</Version>
<Version>2.0.2-beta2</Version>
<Company>HASS.Agent Team</Company>
<Authors>HASS.Agent Team</Authors>
<Description>Windows-based client for Home Assistant. Provides notifications, quick actions, commands, sensors and more. </Description>
Expand Down Expand Up @@ -69,13 +69,12 @@
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="Slions.VirtualDesktop" Version="6.2.1" />
<PackageReference Include="Slions.VirtualDesktop" Version="6.4.0" />
<PackageReference Include="Syncfusion.Core.WinForms" Version="20.3.0.50" />
<PackageReference Include="Syncfusion.Licensing" Version="20.3.0.50" />
<PackageReference Include="Syncfusion.Shared.Base" Version="20.3.0.50" />
<PackageReference Include="Syncfusion.Tools.Windows" Version="20.3.0.50" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Include="VirtualDesktop" Version="5.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 01463da

Please sign in to comment.