Skip to content
Snippets Groups Projects
Commit efce4831 authored by Michal Ondrejička's avatar Michal Ondrejička
Browse files

Merge branch 'develop' of https://gitlab.twinzo.eu/digital-twin/twinzo/tdevkit into develop

parents d5543cce add4a987
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,7 @@ namespace SDK.Models ...@@ -9,5 +9,7 @@ namespace SDK.Models
public Guid Guid { get; set; } public Guid Guid { get; set; }
public string Title { get; set; } public string Title { get; set; }
public string DBName { get; set; }
} }
} }
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<AssemblyVersion>2021.6.28.25</AssemblyVersion> <AssemblyVersion>2021.6.28.25</AssemblyVersion>
<FileVersion>2021.6.28.25</FileVersion> <FileVersion>2021.6.28.25</FileVersion>
<Version>4.7.0</Version> <Version>4.8.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup> </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