Skip to content

Commit

Permalink
Merge pull request #6 from DarkCoderSc/dev
Browse files Browse the repository at this point in the history
Beta 1.0.4 Beta 5
  • Loading branch information
DarkCoderSc authored Jan 14, 2022
2 parents 3bc7770 + c12056b commit 790f83a
Show file tree
Hide file tree
Showing 7 changed files with 398 additions and 58 deletions.
Binary file added Assets/server-fingerprint-validation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PowerRemoteDesktop_Server/PowerRemoteDesktop_Server.psd1
Binary file not shown.
17 changes: 9 additions & 8 deletions PowerRemoteDesktop_Server/PowerRemoteDesktop_Server.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,19 @@
Wait for final 1.0 version.
.Disclaimer
We are doing our best to prepare the content of this app. However, PHROZEN SASU cannot
warranty the expressions and suggestions of the contents, as well as its accuracy.
In addition, to the extent permitted by the law, PHROZEN SASU shall not be responsible
for any losses and/or damages due to the usage of the information on our app.
We are doing our best to prepare the content of this app. However, PHROZEN SASU and / or
Jean-Pierre LESUEUR cannot warranty the expressions and suggestions of the contents,
as well as its accuracy. In addition, to the extent permitted by the law,
PHROZEN SASU and / or Jean-Pierre LESUEUR shall not be responsible for any losses
and/or damages due to the usage of the information on our app.
By using our app, you hereby consent to our disclaimer and agree to its terms.
Any links contained in our app may lead to external sites are provided for
convenience only. Any information or statements that appeared in these sites
or app are not sponsored, endorsed, or otherwise approved by PHROZEN SASU.
For these external sites, SubSeven Legacy cannot be held liable for the
availability of, or the content located on or through it.
or app are not sponsored, endorsed, or otherwise approved by PHROZEN SASU and / or
Jean-Pierre LESUEUR. For these external sites, PHROZEN SASU and / or Jean-Pierre LESUEUR
cannot be held liable for the availability of, or the content located on or through it.
Plus, any losses or damages occurred from using these contents or the internet
generally.
Expand All @@ -53,7 +54,7 @@ Add-Type -Assembly System.Windows.Forms
Add-Type -Assembly System.Drawing
Add-Type -MemberDefinition '[DllImport("User32.dll")] public static extern bool SetProcessDPIAware();' -Name User32 -Namespace W;

$global:PowerRemoteDesktopVersion = "1.0.3.beta.4"
$global:PowerRemoteDesktopVersion = "1.0.4.beta.5"

enum TransportMode {
Raw = 1
Expand Down
Binary file modified PowerRemoteDesktop_Viewer/PowerRemoteDesktop_Viewer.psd1
Binary file not shown.
Loading

0 comments on commit 790f83a

Please sign in to comment.