Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>4.3.37</VersionPrefix>
<VersionPrefix>4.3.38</VersionPrefix>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<UserSecretsId>1e187122-6237-4849-9cc4-ed8fc1688809</UserSecretsId>
Expand Down
1 change: 1 addition & 0 deletions src/Equinor.ProCoSys.PcsBus/Topics/TagTopic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public class TagTopic
public string DisciplineCode { get; set; }
public string DisciplineDescription { get; set; }
public string RegisterCode { get; set; }
public string EngineeringCode { get; set; }
public string Status { get; set; }
public string System { get; set; }
public string CallOffNo { get; set; }
Expand Down
Loading