Update homepage URLs.
This commit is contained in:
parent
26c0d9e456
commit
aea6d037c3
@ -1,4 +1,4 @@
|
|||||||
2.2.4
|
2.2.4
|
||||||
http://zaa.nephrowiki.de/downloads/zaaReloaded-$VERSION.exe
|
https://doktorkraus.de/zaareloaded/downloads/zaaReloaded-$VERSION.exe
|
||||||
2149acc9b48152b84fedd0466d372dd11f8f4dbb72cd4db928f9a54890f06ed9 deploy/releases/zaaReloaded-2.2.4.exe
|
2149acc9b48152b84fedd0466d372dd11f8f4dbb72cd4db928f9a54890f06ed9 deploy/releases/zaaReloaded-2.2.4.exe
|
||||||
|
|
||||||
|
8
zaaReloaded2/Properties/Settings.Designer.cs
generated
8
zaaReloaded2/Properties/Settings.Designer.cs
generated
@ -52,7 +52,7 @@ namespace zaaReloaded2.Properties {
|
|||||||
|
|
||||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("http://zaa.nephrowiki.de")]
|
[global::System.Configuration.DefaultSettingValueAttribute("https://doktorkraus.de/zaareloaded")]
|
||||||
public global::System.Uri Homepage {
|
public global::System.Uri Homepage {
|
||||||
get {
|
get {
|
||||||
return ((global::System.Uri)(this["Homepage"]));
|
return ((global::System.Uri)(this["Homepage"]));
|
||||||
@ -61,7 +61,7 @@ namespace zaaReloaded2.Properties {
|
|||||||
|
|
||||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("http://zaa.nephrowiki.de/versioninfo.txt")]
|
[global::System.Configuration.DefaultSettingValueAttribute("https://doktorkraus.de/zaareloaded/versioninfo.txt")]
|
||||||
public string VersionInfoFile {
|
public string VersionInfoFile {
|
||||||
get {
|
get {
|
||||||
return ((string)(this["VersionInfoFile"]));
|
return ((string)(this["VersionInfoFile"]));
|
||||||
@ -70,7 +70,7 @@ namespace zaaReloaded2.Properties {
|
|||||||
|
|
||||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("http://zaa.nephrowiki.de/postreport.php")]
|
[global::System.Configuration.DefaultSettingValueAttribute("https://doktorkraus.de/zaareloaded/postreport.php")]
|
||||||
public string ExceptionPostUrl {
|
public string ExceptionPostUrl {
|
||||||
get {
|
get {
|
||||||
return ((string)(this["ExceptionPostUrl"]));
|
return ((string)(this["ExceptionPostUrl"]));
|
||||||
@ -187,7 +187,7 @@ namespace zaaReloaded2.Properties {
|
|||||||
|
|
||||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("http://git.bovender.de")]
|
[global::System.Configuration.DefaultSettingValueAttribute("https://git.bovender.de")]
|
||||||
public string Repository {
|
public string Repository {
|
||||||
get {
|
get {
|
||||||
return ((string)(this["Repository"]));
|
return ((string)(this["Repository"]));
|
||||||
|
@ -12,13 +12,13 @@
|
|||||||
<Value Profile="(Default)">Daniel Kraus</Value>
|
<Value Profile="(Default)">Daniel Kraus</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="Homepage" Type="System.Uri" Scope="Application">
|
<Setting Name="Homepage" Type="System.Uri" Scope="Application">
|
||||||
<Value Profile="(Default)">http://zaa.nephrowiki.de</Value>
|
<Value Profile="(Default)">https://doktorkraus.de/zaareloaded</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="VersionInfoFile" Type="System.String" Scope="Application">
|
<Setting Name="VersionInfoFile" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">http://zaa.nephrowiki.de/versioninfo.txt</Value>
|
<Value Profile="(Default)">https://doktorkraus.de/zaareloaded/versioninfo.txt</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="ExceptionPostUrl" Type="System.String" Scope="Application">
|
<Setting Name="ExceptionPostUrl" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">http://zaa.nephrowiki.de/postreport.php</Value>
|
<Value Profile="(Default)">https://doktorkraus.de/zaareloaded/postreport.php</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="LicenseUrl" Type="System.Uri" Scope="Application">
|
<Setting Name="LicenseUrl" Type="System.Uri" Scope="Application">
|
||||||
<Value Profile="(Default)">http://www.apache.org/licenses/LICENSE-2.0</Value>
|
<Value Profile="(Default)">http://www.apache.org/licenses/LICENSE-2.0</Value>
|
||||||
@ -57,7 +57,7 @@
|
|||||||
<Value Profile="(Default)">BITTE_ERGÄNZEN</Value>
|
<Value Profile="(Default)">BITTE_ERGÄNZEN</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="Repository" Type="System.String" Scope="Application">
|
<Setting Name="Repository" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">http://git.bovender.de</Value>
|
<Value Profile="(Default)">https://git.bovender.de</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="DrugsParagraph" Type="System.String" Scope="Application">
|
<Setting Name="DrugsParagraph" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">zaaReloaded2-Medikamente</Value>
|
<Value Profile="(Default)">zaaReloaded2-Medikamente</Value>
|
||||||
|
@ -36,13 +36,13 @@
|
|||||||
<value>Daniel Kraus</value>
|
<value>Daniel Kraus</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Homepage" serializeAs="String">
|
<setting name="Homepage" serializeAs="String">
|
||||||
<value>http://zaa.nephrowiki.de</value>
|
<value>https://doktorkraus.de/zaareloaded</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="VersionInfoFile" serializeAs="String">
|
<setting name="VersionInfoFile" serializeAs="String">
|
||||||
<value>http://zaa.nephrowiki.de/versioninfo.txt</value>
|
<value>https://doktorkraus.de/zaareloaded/versioninfo.txt</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="ExceptionPostUrl" serializeAs="String">
|
<setting name="ExceptionPostUrl" serializeAs="String">
|
||||||
<value>http://zaa.nephrowiki.de/postreport.php</value>
|
<value>https://doktorkraus.de/zaareloaded/postreport.php</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="LicenseUrl" serializeAs="String">
|
<setting name="LicenseUrl" serializeAs="String">
|
||||||
<value>http://www.apache.org/licenses/LICENSE-2.0</value>
|
<value>http://www.apache.org/licenses/LICENSE-2.0</value>
|
||||||
@ -56,6 +56,9 @@
|
|||||||
<setting name="StyleParagraph" serializeAs="String">
|
<setting name="StyleParagraph" serializeAs="String">
|
||||||
<value>zaaReloaded2-Laborwerte</value>
|
<value>zaaReloaded2-Laborwerte</value>
|
||||||
</setting>
|
</setting>
|
||||||
|
<setting name="ReferenceStyle" serializeAs="String">
|
||||||
|
<value>IfSpecialOrAbnormal</value>
|
||||||
|
</setting>
|
||||||
<setting name="FormatElementLabel" serializeAs="String">
|
<setting name="FormatElementLabel" serializeAs="String">
|
||||||
<value>Ausgabe-Elemente</value>
|
<value>Ausgabe-Elemente</value>
|
||||||
</setting>
|
</setting>
|
||||||
@ -71,11 +74,14 @@
|
|||||||
<setting name="StyleAbnormal" serializeAs="String">
|
<setting name="StyleAbnormal" serializeAs="String">
|
||||||
<value>zaaReloaded2-Pathologisch</value>
|
<value>zaaReloaded2-Pathologisch</value>
|
||||||
</setting>
|
</setting>
|
||||||
|
<setting name="AbnormalStyle" serializeAs="String">
|
||||||
|
<value>None</value>
|
||||||
|
</setting>
|
||||||
<setting name="ManualCommentPrompt" serializeAs="String">
|
<setting name="ManualCommentPrompt" serializeAs="String">
|
||||||
<value>BITTE_ERGÄNZEN</value>
|
<value>BITTE_ERGÄNZEN</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Repository" serializeAs="String">
|
<setting name="Repository" serializeAs="String">
|
||||||
<value>http://git.bovender.de</value>
|
<value>https://git.bovender.de</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="DrugsParagraph" serializeAs="String">
|
<setting name="DrugsParagraph" serializeAs="String">
|
||||||
<value>zaaReloaded2-Medikamente</value>
|
<value>zaaReloaded2-Medikamente</value>
|
||||||
|
Loading…
Reference in New Issue
Block a user