Skip to content

Commit e451e99

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 e451e99

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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)