Update: Adjust input unit constants in DataEntry form and increment version to 3.9.3134.109
Cause: 1. Updated `unit` constant in `TestStartEndForm` class within `TBF.Rig.DataEntry.StandardCamera` namespace from `Unit.m3` to `Unit.l`. 2. Updated `unit` constant in `TestStartEndForm` class within `TBF.Rig.DataEntry.StandartCameraPurchaseOrder` namespace from `Unit.m3` to `Unit.l`. 3. Incremented assembly version and file version in `AssemblyInfo.cs` to `3.9.3134.109`. Solution: 1. Changed `unit` constant in `TestStartEndForm` class within `TBF.Rig.DataEntry.StandardCamera` namespace to `Unit.l`. 2. Changed `unit` constant in `TestStartEndForm` class within `TBF.Rig.DataEntry.StandartCameraPurchaseOrder` namespace to `Unit.l`. 3. Updated assembly version and file version in `AssemblyInfo.cs` to `3.9.3134.109`.
This commit is contained in:
parent
a88a094e86
commit
dbb35a203e
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("3.9.3134.108")]
|
||||
[assembly: AssemblyFileVersion("3.9.3134.108")]
|
||||
[assembly: AssemblyVersion("3.9.3134.109")]
|
||||
[assembly: AssemblyFileVersion("3.9.3134.109")]
|
||||
|
||||
@ -19,7 +19,7 @@ namespace TBF.Rig.DataEntry.StandardCamera
|
||||
{
|
||||
private static readonly ILog log = LogManager.GetLogger(typeof(TestStartEndForm));
|
||||
|
||||
const Unit unit = Unit.m3;
|
||||
const Unit unit = Unit.l;
|
||||
|
||||
///
|
||||
/// Static members and constructor
|
||||
|
||||
@ -20,7 +20,7 @@ namespace TBF.Rig.DataEntry.StandartCameraPurchaseOrder
|
||||
{
|
||||
private static readonly ILog log = LogManager.GetLogger(typeof(TestStartEndForm));
|
||||
|
||||
const Unit unit = Unit.m3;
|
||||
const Unit unit = Unit.l;
|
||||
|
||||
///
|
||||
/// Static members and constructor
|
||||
|
||||
Loading…
Reference in New Issue
Block a user