Skip to content

Commit b17be08

Browse files
author
Crossley
committed
3048
1 parent 190e198 commit b17be08

File tree

14 files changed

+1325
-1269
lines changed

14 files changed

+1325
-1269
lines changed

CumulusMX/Api.cs

Lines changed: 549 additions & 566 deletions
Large diffs are not rendered by default.

CumulusMX/Cumulus.cs

Lines changed: 346 additions & 299 deletions
Large diffs are not rendered by default.

CumulusMX/CumulusMX.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
<Reference Include="Devart.Data.MySql">
8181
<HintPath>..\packages\Devart.Data.MySql.dll</HintPath>
8282
</Reference>
83-
<Reference Include="FluentFTP, Version=19.2.3.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f, processorArchitecture=MSIL">
84-
<HintPath>..\packages\FluentFTP.19.2.3\lib\net45\FluentFTP.dll</HintPath>
83+
<Reference Include="FluentFTP, Version=21.0.0.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f, processorArchitecture=MSIL">
84+
<HintPath>..\packages\FluentFTP.21.0.0\lib\net45\FluentFTP.dll</HintPath>
8585
</Reference>
8686
<Reference Include="HidSharp, Version=2.0.8.0, Culture=neutral, processorArchitecture=MSIL">
8787
<HintPath>..\packages\HidSharp.2.0.8\lib\net35\HidSharp.dll</HintPath>

CumulusMX/DataStruct.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ public string PressTrendRounded
640640
[DataMember(Name = "SunshineHours")]
641641
public string SunshineHoursRounded
642642
{
643-
get { return SunshineHours.ToString("F1"); }
643+
get { return SunshineHours.ToString(cumulus.SunFormat); }
644644
set { }
645645
}
646646

0 commit comments

Comments
 (0)