File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
SSLLabsApiWrapper/Properties Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,8 @@ public class Error
112
112
public string engineVersion { get ; set ; }
113
113
public string criteriaVersion { get ; set ; }
114
114
public int clientMaxAssessments { get ; set ; }
115
- public string notice { get ; set ; }
115
+ public int currentAssessments { get ; set ; }
116
+ public List < string > messages { get ; set ; }
116
117
public bool Online { get ; set ; }
117
118
```
118
119
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.0.5 " ) ]
36
- [ assembly: AssemblyFileVersion ( "1.0.5 " ) ]
35
+ [ assembly: AssemblyVersion ( "1.0.6 " ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.0.6 " ) ]
37
37
[ assembly: InternalsVisibleTo ( "SSLLabsApiWrapper.Tests" ) , InternalsVisibleTo ( "DynamicProxyGenAssembly2" ) ]
You can’t perform that action at this time.
0 commit comments