Skip to content
Snippets Groups Projects
Commit 7289d8aa authored by Daniel Andrášik's avatar Daniel Andrášik
Browse files

- sector contract double to float

parent 61be90d9
No related branches found
No related tags found
No related merge requests found
......@@ -12,13 +12,13 @@ namespace SDK.Models
public string Title { get; set; }
public double BarrierWidth { get; set; }
public float BarrierWidth { get; set; }
public double BarrierHeight { get; set; }
public float BarrierHeight { get; set; }
public double SectorWidth { get; set; }
public float SectorWidth { get; set; }
public double SectorHeight { get; set; }
public float SectorHeight { get; set; }
public long Modified { get; set; }
......
......@@ -5,7 +5,7 @@
<TargetFramework>net5.0</TargetFramework>
<AssemblyVersion>2021.6.28.25</AssemblyVersion>
<FileVersion>2021.6.28.25</FileVersion>
<Version>2.0.3</Version>
<Version>3.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment