Skip to content

Commit fca89b6

Browse files
committed
Uplevel Conform to verion 6.6.
1 parent 584c70c commit fca89b6

4 files changed

Lines changed: 33 additions & 3 deletions

File tree

BuildConform.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo on
22
@echo Setting up variables
3-
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
3+
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
44
@echo Selecting directory: Conform
55

66
SET ConformDirectory=%cd%

Conform/My Project/AssemblyInfo.vb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Imports System.Runtime.InteropServices
3333
' by using the '*' as shown below:
3434
' <Assembly: AssemblyVersion("1.0.*")>
3535

36+
' NOTE The assembly major and minor version numbers are now set in the Conform\Setup\BuildConform.msbuild file.
3637
'<Assembly: AssemblyVersion("6.5.*")>
3738
'<Assembly: AssemblyFileVersion("6.5.65.1")>
3839

Setup/BuildConform.msbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- Conform major and minor version numbers -->
88
<MajorVersion>6</MajorVersion>
9-
<MinorVersion>5</MinorVersion>
9+
<MinorVersion>6</MinorVersion>
1010

1111
<!-- Folder variables -->
1212
<ConformSolutionDirectory>$(MSBuildProjectDirectory)\..</ConformSolutionDirectory>

Setup/conform.txt

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
1-
6.5.7500.22515
1+
6.6.8048.17861
2+
Version 6.6.8048.17861 - January 2022
3+
This version requires Platform 6.5 or later. Conform download: https://github.com/ASCOMInitiative/Conform/releases
4+
Camera - New configuration switch to disable testing the ImageArrayVariant property.
5+
Camera - BugFix - The Gain and Offset tests now operate correctly when values are set to the minimum and maximum values permitted by their datatypes.
6+
CoverCalibrator - Improve messaging when devices do not change state variables to "operation underway" state before returning from operation initiation methods.
7+
Focuser - Now more resilient when IsMoving and Temperature cannot be read correctly.
8+
Rotator - Now tests for new IRotatorV3 properties
9+
Switch - Bugfix - the SetSwitch tests were previously excercising SetSwitchValue instead of SetSwitch.
10+
Telescope - Now more resilient if SiderealTime is not readable.
11+
Telescope - Revised testing methodology for mounts that do not allow clients to change the Tracking state.
12+
Telescope - SideofPier tests will now only be conducted when tracking is enabled.
13+
14+
Version 6.5.7831.20978 - This version requires Platform 6.5 - https://github.com/ASCOMInitiative/Conform/releases
15+
All - The 32bit and 64bit executables now have the same version number.
16+
All - The installer has been updated to report current support URLs.
17+
Dome - Safety status changes made in the setup GUI are now reflected in the main GUI.
18+
Switch - Safety status changes made in the setup GUI are now reflected in the main GUI.
19+
20+
Version 6.5.7827.29963 - This version requires Platform 6.5 - https://github.com/ASCOMInitiative/Conform/releases
21+
All - Installers and executables are now code signed
22+
All - Implement "About to call" messages for all device device types.
23+
Camera - Add tests for writing to Camera.Gain and Camera.Offset
24+
Camera - Extend the MaxBinX and MaxBinY validity range to 16 and make the message status Information rather than Error.
25+
Camera - Correct message given when Camera.CanStopExposure is false but StopExposure does not throw an exception.
26+
Dome - Add warnings for tests that may fail if Conform is configured not to open the shutter
27+
Dome - Replicate Dome safety check-box in the Setup dialogue
28+
Switch - Replicate Switch safety check-box in the Setup dialogue
29+
Telescope - Improve internal resilience of Telescope tester.
30+
231
Version 6.5.7500.22515 - This version requires Platform 6.5
332
All - Improved exception handling when creating drivers
433
All - Fixed version check that failed because ascom-standards web site has moved to HTTPS only

0 commit comments

Comments
 (0)