Skip to content

Commit 3791804

Browse files
committed
Update project in preparation of 1.0.6 release
1 parent 34efbc1 commit 3791804

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ public class Error
112112
public string engineVersion { get; set; }
113113
public string criteriaVersion { get; set; }
114114
public int clientMaxAssessments { get; set; }
115-
public string notice { get; set; }
115+
public int currentAssessments { get; set; }
116+
public List<string> messages { get; set; }
116117
public bool Online { get; set; }
117118
```
118119

SSLLabsApiWrapper/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [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")]
3737
[assembly: InternalsVisibleTo("SSLLabsApiWrapper.Tests"), InternalsVisibleTo("DynamicProxyGenAssembly2")]

0 commit comments

Comments
 (0)