what is the correct version of ISHremote do we need to consider for Tridion Docs 15

I downloaded the ISHRemote Source Code for Version 1.0.0, 7.0.0 and 7.1.0 and tried to compile the source code on Windows 11 using Visual Studio 2022 to enable using ISHRemote for connecting to Tridion Docs 15. 

I am getting the same error for all the above version 

New-ModuleManifest : A parameter cannot be found that matches parameter name 'Prerelease'.
1>At line:1 char:278
1>+ ... ootModule 'ISHRemote.psm1' -ModuleVersion '1.0.0' -Prerelease 'previe ...
1>+ ~~~~~~~~~~~
1> + CategoryInfo : InvalidArgument: (:) [New-ModuleManifest], ParameterBindingException
1> + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.NewModuleManifestCommand
1>
1>D:\Cops-Projects\Repositories\GitHub\ISHRemote-7.0-TD15\ISHRemote-1.0\ISHRemote-1.0\Source\ISHRemote\Trisoft.ISHRemote\Trisoft.ISHRemote.csproj(94,5): error MSB3073: The command "powershell.exe -NonInteractive -command "New-ModuleManifest -Path 'D:\Cops-Projects\Repositories\GitHub\ISHRemote-7.0-TD15\ISHRemote-1.0\ISHRemote-1.0\Source\ISHRemote\Trisoft.ISHRemote\bin/Debug/ISHRemote/ISHRemote.psd1' -FormatsToProcess 'ISHRemote.Format.ps1xml' -RootModule 'ISHRemote.psm1' -ModuleVersion '1.0.0' -Prerelease 'preview002' -Guid 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' -Author 'RWS Group for and on behalf of its affiliates and subsidiaries' -CompanyName 'RWS Group for and on behalf of its affiliates and subsidiaries' -Copyright 'Copyright © 2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.' -Description 'Business automation module on top of Tridion Docs Content Manager (Knowledge Center Content Manager, LiveContent Architect, Trisoft InfoShare)' -PowerShellVersion '5.1' -ClrVersion '4.0' -DotNetFrameworkVersion '4.8' -LicenseUri 'github.com/.../LICENSE.TXT' -ProjectUri 'github.com/.../' -NestedModules @('net48\Trisoft.ISHRemote.dll')"" exited with code 1.
1>Done building project "Trisoft.ISHRemote.csproj" -- FAILED.

Compilation is getting failed due to this and blocking out our work completely. Any help and suggestions would be really helpful here.

emoji