Skip to content

Releases: BarsikV/CommunicationDeviceSwitcherService

2.2.0

17 May 08:17
2056de5
Compare
Choose a tag to compare

Upgraded to net6-windows version and .net framework is not needed anymore.
Upgraded installer and added support for input devices.

Download "CommunicationDeviceSwitcherService.Installer" and "additionalsetup" files in the same folder. Run the CommunicationDeviceSwitcherService.Installer file.

2.2.0-beta

28 Apr 13:24
Compare
Choose a tag to compare
2.2.0-beta Pre-release
Pre-release

This release fixes two issues present in the previous one:
Now the installer should automatically download and install the .net 6 sdk
Added an additional step during setup, that allows to select the type of device to switch. It can be input, output, or both.

Download "CommunicationDeviceSwitcherService.Installer" and "additionalsetup" files in the same folder. Run the CommunicationDeviceSwitcherService.Installer file.

2.0.3-beta

27 Apr 11:28
Compare
Choose a tag to compare
2.0.3-beta Pre-release
Pre-release

Upgraded to net6-windows version. No need for .net framework anymore.
Added support for input devices.

Download "CommunicationDeviceSwitcherService.Installer" and "additionalsetup" files in the same folder. Run the CommunicationDeviceSwitcherService.Installer file.

This installer won't install the .net 6 sdk on your pc, you have to do it manually. Will be fixed in next release.
https://download.visualstudio.microsoft.com/download/pr/df42b901-8ce2-4131-941a-b3fa094ff3d8/556da65f7a2f6164bf3df932e030898a/dotnet-sdk-6.0.408-win-x64.exe

If something is wrong, open an issue or write to the discord channel https://discord.gg/7kbxzHF

Created setup for windows

26 Jun 15:33
Compare
Choose a tag to compare

Added and easier way of installing the service on windows.
Release files now only contain setup.exe and an .msi files.
Had to downgrade from .net core 3.1 to .netframework 4.8, because there is no support for Windows installer on .net core.
You need to download both files: CommunicationDeviceSwitcherInstaller.msi, CommunicationDeviceSwitcherSetup.exe, and run any one of them.

Release v0.1

20 May 15:26
467cf99
Compare
Choose a tag to compare
Release v0.1 Pre-release
Pre-release

The very first release, without installer.
To use it you have to:
1.download the CommunicationDeviceSwitcherService.zip file
2. unzip the archive into a folder
3. open a powershell with admin rights and move to this folder
4. run the command ./"Install service script.ps1"

Prerequisites: you need .net core 3.1 installed on you machine, you can download it from here:
x64: https://download.visualstudio.microsoft.com/download/pr/076a47e9-c65b-4b78-95a7-93eb988891a4/3574764590cfa650e0aa87c44d3fe384/windowsdesktop-runtime-3.1.12-win-x64.exe
x86: https://download.visualstudio.microsoft.com/download/pr/5d89a010-88bf-4e4e-ac12-a07258ddbf5f/1ff5dfe312c5bd9760f3b500b1b37597/windowsdesktop-runtime-3.1.12-win-x86.exe

If any questions or problems, you can create an issue or write to the discord channel https://discord.gg/7kbxzHF