Skip to content

Commit a34e2ee

Browse files
committed
Preparing for release
1 parent caf06b3 commit a34e2ee

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

Symphony.prj

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<param.summary>Data Acquisition System</param.summary>
1515
<param.description>Symphony is a MATLAB based data acquisition system for electrophysiologists.</param.description>
1616
<param.screenshot>${PROJECT_ROOT}\src\main\resources\screenshot.png</param.screenshot>
17-
<param.version>2.2.1.0</param.version>
17+
<param.version>2.2.3.0</param.version>
1818
<param.products.name>
1919
<item>MATLAB</item>
2020
</param.products.name>
@@ -367,6 +367,8 @@
367367
<file>${PROJECT_ROOT}\lib\Core Framework\log4net.dll</file>
368368
<file>${PROJECT_ROOT}\lib\Core Framework\msvcp100.dll</file>
369369
<file>${PROJECT_ROOT}\lib\Core Framework\msvcr100.dll</file>
370+
<file>${PROJECT_ROOT}\lib\Core Framework\NationalInstruments.Common.dll</file>
371+
<file>${PROJECT_ROOT}\lib\Core Framework\NationalInstruments.DAQmx.dll</file>
370372
<file>${PROJECT_ROOT}\lib\Core Framework\NIDAQInterface.dll</file>
371373
<file>${PROJECT_ROOT}\lib\Core Framework\Symphony.Core.dll</file>
372374
<file>${PROJECT_ROOT}\lib\Core Framework\Symphony.ExternalDevices.dll</file>
@@ -636,7 +638,6 @@
636638
<file>${PROJECT_ROOT}\src\main\matlab\+symphonyui\+ui\Module.m</file>
637639
<file>${PROJECT_ROOT}\src\main\matlab\+symphonyui\+ui\UiEventData.m</file>
638640
<file>${PROJECT_ROOT}\src\main\matlab\+symphonyui\Contents.m</file>
639-
<file>${PROJECT_ROOT}\src\main\resources\docs\_Sidebar.html</file>
640641
<file>${PROJECT_ROOT}\src\main\resources\docs\Add-Allowable-Parents-to-an-Entity-Description.html</file>
641642
<file>${PROJECT_ROOT}\src\main\resources\docs\Add-Configuration-Settings-to-a-Device.html</file>
642643
<file>${PROJECT_ROOT}\src\main\resources\docs\Add-Resources-to-a-Device.html</file>
@@ -649,13 +650,12 @@
649650
<file>${PROJECT_ROOT}\src\main\resources\docs\Entity-Descriptions.html</file>
650651
<file>${PROJECT_ROOT}\src\main\resources\docs\File-Format.html</file>
651652
<file>${PROJECT_ROOT}\src\main\resources\docs\Getting-Started.html</file>
652-
<file>${PROJECT_ROOT}\src\main\resources\docs\helpsearch-v3\_4.cfe</file>
653-
<file>${PROJECT_ROOT}\src\main\resources\docs\helpsearch-v3\_4.cfs</file>
654-
<file>${PROJECT_ROOT}\src\main\resources\docs\helpsearch-v3\_4.si</file>
653+
<file>${PROJECT_ROOT}\src\main\resources\docs\helpsearch-v3\_0.cfe</file>
654+
<file>${PROJECT_ROOT}\src\main\resources\docs\helpsearch-v3\_0.cfs</file>
655+
<file>${PROJECT_ROOT}\src\main\resources\docs\helpsearch-v3\_0.si</file>
655656
<file>${PROJECT_ROOT}\src\main\resources\docs\helpsearch-v3\segments.gen</file>
656-
<file>${PROJECT_ROOT}\src\main\resources\docs\helpsearch-v3\segments_5</file>
657+
<file>${PROJECT_ROOT}\src\main\resources\docs\helpsearch-v3\segments_1</file>
657658
<file>${PROJECT_ROOT}\src\main\resources\docs\helptoc.xml</file>
658-
<file>${PROJECT_ROOT}\src\main\resources\docs\Home.html</file>
659659
<file>${PROJECT_ROOT}\src\main\resources\docs\How-to-Contribute.html</file>
660660
<file>${PROJECT_ROOT}\src\main\resources\docs\images\add-allowable-parents-to-an-entity-description\add-cell.png</file>
661661
<file>${PROJECT_ROOT}\src\main\resources\docs\images\add-allowable-parents-to-an-entity-description\add-subject.png</file>
@@ -713,6 +713,7 @@
713713
<file>${PROJECT_ROOT}\src\main\resources\docs\images\standard-stimulus-generators\sum.png</file>
714714
<file>${PROJECT_ROOT}\src\main\resources\docs\images\standard-stimulus-generators\train.png</file>
715715
<file>${PROJECT_ROOT}\src\main\resources\docs\images\standard-stimulus-generators\waveform.png</file>
716+
<file>${PROJECT_ROOT}\src\main\resources\docs\images\system-requirements\dotnet-lang-support.png</file>
716717
<file>${PROJECT_ROOT}\src\main\resources\docs\images\use-property-descriptors-in-a-description\constrained.png</file>
717718
<file>${PROJECT_ROOT}\src\main\resources\docs\images\use-property-descriptors-in-a-protocol\amp.png</file>
718719
<file>${PROJECT_ROOT}\src\main\resources\docs\images\use-property-descriptors-in-a-protocol\num-averages.png</file>
@@ -766,11 +767,15 @@
766767
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+protocols\SealTest.m</file>
767768
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+rigs\Empty.m</file>
768769
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+rigs\HekaDaqWithAxopatch.m</file>
769-
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+rigs\HekaDaqWithMultiClamp.m</file>
770+
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+rigs\HekaDaqWithMultiClamp700A.m</file>
771+
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+rigs\HekaDaqWithMultiClamp700B.m</file>
770772
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+rigs\NiDaqWithAxopatch.m</file>
771-
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+rigs\NiDaqWithMultiClamp.m</file>
772-
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+rigs\SimulatedHekaDaqWithMultiClamp.m</file>
773-
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+rigs\SimulatedNiDaqWithMultiClamp.m</file>
773+
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+rigs\NiDaqWithMultiClamp700A.m</file>
774+
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+rigs\NiDaqWithMultiClamp700B.m</file>
775+
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+rigs\SimulatedHekaDaqWithMultiClamp700A.m</file>
776+
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+rigs\SimulatedHekaDaqWithMultiClamp700B.m</file>
777+
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+rigs\SimulatedNiDaqWithMultiClamp700A.m</file>
778+
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+rigs\SimulatedNiDaqWithMultiClamp700B.m</file>
774779
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+sources\Cell.m</file>
775780
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+sources\Preparation.m</file>
776781
<file>${PROJECT_ROOT}\src\main\resources\examples\+io\+github\+symphony_das\+sources\PropertyDemo.m</file>

src/main/matlab/+symphonyui/+app/App.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
end
1212

1313
function v = version()
14-
v = '2.2.1.0'; % i.e. 2.2-b
14+
v = '2.2.3.0'; % i.e. 2.2-r
1515
end
1616

1717
function o = owner()

0 commit comments

Comments
 (0)