diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj
index f771cfc1..c6f1cd17 100644
--- a/ENI2/ENI2.csproj
+++ b/ENI2/ENI2.csproj
@@ -36,8 +36,8 @@
5.4.0.0
true
publish.html
- 7
- 7.0.0.7
+ 8
+ 7.0.0.8
false
true
true
diff --git a/bsmd.database/STAT.cs b/bsmd.database/STAT.cs
index 96bf84c5..795b5a05 100644
--- a/bsmd.database/STAT.cs
+++ b/bsmd.database/STAT.cs
@@ -46,7 +46,7 @@ namespace bsmd.database
public string CallSign { get; set; }
[ShowReport]
- [Validation(ValidationCode.MMSI)]
+ [Validation(ValidationCode.MMSI)]
[MaxLength(50)]
[ENI2Validation]
[DataMember]
@@ -54,7 +54,7 @@ namespace bsmd.database
public string MMSINumber { get; set; }
[ShowReport]
- [Validation(ValidationCode.FLAG_CODE)]
+ [Validation(ValidationCode.FLAG_CODE)]
[MaxLength(2)]
[ENI2Validation]
[DataMember]
diff --git a/misc/Reference_Sheet_DE.xlsx b/misc/Reference_Sheet_DE.xlsx
index 80b9e82b..5d182d63 100644
Binary files a/misc/Reference_Sheet_DE.xlsx and b/misc/Reference_Sheet_DE.xlsx differ