Skip to content

Commit 2a1053e

Browse files
committed
Update project versions to 1.2.0.0 release
Removed the '-rc2' suffix from the Version property in all project files to mark the official 1.2.0.0 release.
1 parent 9374743 commit 2a1053e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.2.0 (January 23, 2026):
1+
1.2.0 (January 26, 2026):
22
Added a new WPF library (RemoteViewing.WPF) with full VncControl implementation.
33
Redesigned AutoSize mode rendering to use ScaleTransform for efficient scaling without resizing the control.
44
Added coordinate transformation system for proper mouse input handling in AutoSize mode.

RemoteViewing.WPF/RemoteViewing.WPF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1515
<AssemblyVersion>1.2.0.0</AssemblyVersion>
1616
<FileVersion>1.2.0.0</FileVersion>
17-
<Version>$(VersionPrefix)1.2.0.0-rc2</Version>
17+
<Version>$(VersionPrefix)1.2.0.0</Version>
1818
<Authors>James F. Bellinger, Lemutec</Authors>
1919
<Company>James F. Bellinger, Lemutec</Company>
2020
<Description>RemoteViewing is a .NET-native VNC client and server library. It supports Raw, Hextile, Copyrect, and Zlib encodings, and includes a Windows Forms and WPF control to make embedding VNC in your program extremely easy.</Description>

RemoteViewing.Windows.Forms/RemoteViewing.Windows.Forms.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1515
<AssemblyVersion>1.2.0.0</AssemblyVersion>
1616
<FileVersion>1.2.0.0</FileVersion>
17-
<Version>$(VersionPrefix)1.2.0.0-rc2</Version>
17+
<Version>$(VersionPrefix)1.2.0.0</Version>
1818
<Authors>James F. Bellinger, Lemutec</Authors>
1919
<Company>James F. Bellinger, Lemutec</Company>
2020
<Description>RemoteViewing is a .NET-native VNC client and server library. It supports Raw, Hextile, Copyrect, and Zlib encodings, and includes a Windows Forms and WPF control to make embedding VNC in your program extremely easy.</Description>

RemoteViewing/RemoteViewing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
<AssemblyVersion>1.2.0.0</AssemblyVersion>
1515
<FileVersion>1.2.0.0</FileVersion>
16-
<Version>$(VersionPrefix)1.2.0.0-rc2</Version>
16+
<Version>$(VersionPrefix)1.2.0.0</Version>
1717
<Authors>James F. Bellinger, Lemutec</Authors>
1818
<Company>James F. Bellinger, Lemutec</Company>
1919
<Description>RemoteViewing is a .NET-native VNC client and server library. It supports Raw, Hextile, Copyrect, and Zlib encodings, and includes a Windows Forms and WPF control to make embedding VNC in your program extremely easy.</Description>

0 commit comments

Comments
 (0)