Skip to content

Commit 1ca925d

Browse files
committed
Merge branch 'release/0.99.0'
2 parents eb410ff + f51a240 commit 1ca925d

File tree

81 files changed

+3065
-901
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+3065
-901
lines changed

Source/ZoomNet.UnitTests/MockFluentHttpResponse.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public Task<byte[]> AsByteArray()
4949
{
5050
return this.AssertContent().ReadAsByteArrayAsync(
5151
#if NET5_0_OR_GREATER
52-
this.CancellationToken
52+
this.CancellationToken
5353
#endif
5454
);
5555
}
@@ -58,7 +58,7 @@ public Task<string> AsString()
5858
{
5959
return this.AssertContent().ReadAsStringAsync(
6060
#if NET5_0_OR_GREATER
61-
this.CancellationToken
61+
this.CancellationToken
6262
#endif
6363
);
6464
}
@@ -68,7 +68,7 @@ public async Task<Stream> AsStream()
6868
Stream stream = await this.AssertContent()
6969
.ReadAsStreamAsync(
7070
#if NET5_0_OR_GREATER
71-
this.CancellationToken
71+
this.CancellationToken
7272
#endif
7373
)
7474
.ConfigureAwait(false);

Source/ZoomNet.UnitTests/Properties/Resource.Designer.cs

Lines changed: 418 additions & 210 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/ZoomNet.UnitTests/Properties/Resource.resx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<root>
33
<!--
44
Microsoft ResX Schema
@@ -1762,4 +1762,7 @@
17621762
<data name="contact_center_team_updated_webhook" type="System.Resources.ResXFileRef, System.Windows.Forms">
17631763
<value>..\WebhookData\contact_center.team_updated.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
17641764
</data>
1765+
<data name="endpoint_url_validation_webhook" type="System.Resources.ResXFileRef, System.Windows.Forms">
1766+
<value>..\WebhookData\endpoint.url_validation.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
1767+
</data>
17651768
</root>

0 commit comments

Comments
 (0)