File tree 8 files changed +28
-24
lines changed
8 files changed +28
-24
lines changed Original file line number Diff line number Diff line change @@ -126,12 +126,16 @@ cd ..
126
126
:: =========================================================================================
127
127
:: now time to do the github release
128
128
129
- echo ## GitHub Release ##
129
+ echo ## GitHub Push ##
130
130
git commit -a -m " Release Version %1 "
131
131
git push
132
132
133
+ echo ## GitHub Release ##
134
+
133
135
install\tools\gh release create v%1 " install\build\fhirserver-win64-%1 .exe#Windows Server Installer" " install\build\fhirserver-win64-%1 .zip#Windows Server Installer Zip" " install\build\fhirtoolkit-win64-%1 .exe#Windows Toolkit Installer" -F release-notes.md
134
136
137
+ echo ## GitHub Release Done ##
138
+
135
139
rename release-notes.md release-notes-old.md
136
140
137
141
utilities\codescan\codescan.exe -next-version %1
Original file line number Diff line number Diff line change 3
3
; AppID can never be changed as subsequent installations require the same installation ID each time
4
4
AppID = FHIRToolkit
5
5
AppName = Health Intersections FHIR Toolkit
6
- AppVerName = FHIRToolkit v3.6.4
6
+ AppVerName = FHIRToolkit v3.4.5
7
7
8
8
; compilation control
9
9
OutputDir = ..\install\build
10
- OutputBaseFilename = fhirtoolkit-win64-3.6 . 4
10
+ OutputBaseFilename = fhirtoolkit-win64-3.4 . 5
11
11
Compression = lzma2 /ultra64
12
12
13
13
; 64 bit
@@ -32,11 +32,11 @@ UninstallFilesDir={app}\uninstall
32
32
; win2000+ add/remove programs support
33
33
AppPublisher = Health Intersections P/L
34
34
AppPublisherURL = http://www.healthintersections.com.au
35
- AppVersion = 3.6 . 4
35
+ AppVersion = 3.4 . 5
36
36
AppSupportURL = https://github.com/grahamegrieve/fhirserver
37
37
AppUpdatesURL = https://github.com/grahamegrieve/fhirserver
38
38
AppCopyright = Copyright (c) Health Intersections Pty Ltd 2020 +
39
- VersionInfoVersion = 3.6 . 4 .0
39
+ VersionInfoVersion = 3.4 . 5 .0
40
40
41
41
; dialog support
42
42
LicenseFile = ..\license
Original file line number Diff line number Diff line change 3
3
; AppID can never be changed as subsequent installations require the same installation ID each time
4
4
AppID = FHIRServer
5
5
AppName = Health Intersections FHIR Server
6
- AppVerName = FHIRServer v3.6.4
6
+ AppVerName = FHIRServer v3.4.5
7
7
8
8
; compilation control
9
9
OutputDir = ..\install\build
10
- OutputBaseFilename = fhirserver-win64-3.6 . 4
10
+ OutputBaseFilename = fhirserver-win64-3.4 . 5
11
11
Compression = lzma2 /ultra64
12
12
13
13
; 64 bit
@@ -34,11 +34,11 @@ UninstallFilesDir={app}\uninstall
34
34
; win2000+ add/remove programs support
35
35
AppPublisher = Health Intersections P/L
36
36
AppPublisherURL = http://www.healthintersections.com.au
37
- AppVersion = 3.6 . 4
37
+ AppVersion = 3.4 . 5
38
38
AppSupportURL = https://github.com/grahamegrieve/fhirserver
39
39
AppUpdatesURL = https://github.com/grahamegrieve/fhirserver
40
40
AppCopyright = Copyright (c) Health Intersections Pty Ltd 2011 +
41
- VersionInfoVersion = 3.6 . 4 .0
41
+ VersionInfoVersion = 3.4 . 5 .0
42
42
43
43
; dialog support
44
44
LicenseFile = ..\license
Original file line number Diff line number Diff line change 1
- FHIR_CODE_FULL_VERSION = ' 3.6.4 ' ;
2
- FHIR_CODE_RELEASE_DATE = ' 2024-05-13 ' ;
3
- FHIR_CODE_RELEASE_DATETIME = ' 20240513202704.588Z ' ;
1
+ FHIR_CODE_FULL_VERSION = ' 3.4.5 ' ;
2
+ FHIR_CODE_RELEASE_DATE = ' 2024-05-16 ' ;
3
+ FHIR_CODE_RELEASE_DATETIME = ' 20240516200715.141Z ' ;
Original file line number Diff line number Diff line change 18
18
</General >
19
19
<VersionInfo >
20
20
<MajorVersionNr Value =" 3" />
21
- <MinorVersionNr Value =" 6" />
22
- <RevisionNr Value =" 4" />
21
+ <MinorVersionNr Value =" 4" />
22
+ <RevisionNr Value =" 5" />
23
+ <Attributes pvaDebug =" False" />
23
24
</VersionInfo >
24
25
<BuildModes Count =" 8" >
25
26
<Item1 Name =" default" Default =" True" />
Original file line number Diff line number Diff line change 91
91
<VerInfo_Keys>CompanyName=;FileVersion=2.1.3.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
92
92
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
93
93
<VerInfo_MajorVer>3</VerInfo_MajorVer>
94
- <VerInfo_MinorVer>6 </VerInfo_MinorVer>
95
- <VerInfo_Release>4 </VerInfo_Release>
94
+ <VerInfo_MinorVer>4 </VerInfo_MinorVer>
95
+ <VerInfo_Release>5 </VerInfo_Release>
96
96
<VerInfo_Debug>false</VerInfo_Debug>
97
97
</PropertyGroup>
98
98
<PropertyGroup Condition="'$(Base_Win32)'!=''">
167
167
<DCC_RangeChecking>true</DCC_RangeChecking>
168
168
<DCC_DebugDCUs>false</DCC_DebugDCUs>
169
169
<VerInfo_MajorVer>3</VerInfo_MajorVer>
170
- <VerInfo_Release>4 </VerInfo_Release>
170
+ <VerInfo_Release>5 </VerInfo_Release>
171
171
<AppDPIAwarenessMode>none</AppDPIAwarenessMode>
172
- <VerInfo_MinorVer>6 </VerInfo_MinorVer>
172
+ <VerInfo_MinorVer>4 </VerInfo_MinorVer>
173
173
<VerInfo_Debug>false</VerInfo_Debug>
174
174
</PropertyGroup>
175
175
<PropertyGroup Condition="'$(Cfg_2)'!=''">
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
1
<CONFIG>
3
2
<ProjectOptions>
4
3
<Version Value="12"/>
19
18
<VersionInfo>
20
19
<UseVersionInfo Value="True"/>
21
20
<MajorVersionNr Value="3"/>
22
- <MinorVersionNr Value =" 6 " />
23
- <RevisionNr Value =" 4 " />
21
+ <MinorVersionNr Value="4 "/>
22
+ <RevisionNr Value="5 "/>
24
23
<Attributes pvaDebug="False"/>
25
24
</VersionInfo>
26
25
<BuildModes Count="8">
1037
1036
<Name Value="EPackageCrawlerException"/>
1038
1037
</Item50>
1039
1038
<Item51>
1040
- <Name Value =" < Unknown Class> " />
1039
+ <Name Value="<Unknown Class> "/>
1041
1040
</Item51>
1042
1041
<Item52>
1043
1042
<Name Value="EDateFormatError"/>
Original file line number Diff line number Diff line change 16
16
<VersionInfo>
17
17
<UseVersionInfo Value="True"/>
18
18
<MajorVersionNr Value="3"/>
19
- <MinorVersionNr Value="6 "/>
20
- <RevisionNr Value="4 "/>
19
+ <MinorVersionNr Value="4 "/>
20
+ <RevisionNr Value="5 "/>
21
21
<Attributes pvaDebug="False"/>
22
22
</VersionInfo>
23
23
<BuildModes>
You can’t perform that action at this time.
0 commit comments