Skip to content

Commit

Permalink
[C#] bump: dotnet to v1.8.1 (#2180)
Browse files Browse the repository at this point in the history
## Linked issues

closes: #minor

## Details
Introduce fix:
* #2178

## Attestation Checklist

- [x] My code follows the style guidelines of this project

- I have checked for/fixed spelling, linting, and other errors
- I have commented my code for clarity
- I have made corresponding changes to the documentation (updating the
doc strings in the code is sufficient)
- My changes generate no new warnings
- I have added tests that validates my changes, and provides sufficient
test coverage. I have tested with:
  - Local testing
  - E2E testing in Teams
- New and existing unit tests pass locally with my changes

### Additional information

> Feel free to add other relevant information below

---------

Co-authored-by: Lily Du <[email protected]>
Co-authored-by: lilydu <[email protected]>
  • Loading branch information
3 people authored Nov 12, 2024
1 parent 17ab55a commit 7d4b02b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ private async Task SendActivity(Activity activity)
{
Properties = JObject.FromObject(new {
streamId = ((StreamingChannelData) activity.ChannelData).streamId,
streamType = ((StreamingChannelData) activity.ChannelData).StreamType,
streamType = ((StreamingChannelData) activity.ChannelData).StreamType.ToString(),
streamSequence = ((StreamingChannelData) activity.ChannelData).StreamSequence,

})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<PackageId>Microsoft.Teams.AI</PackageId>
<Product>Microsoft Teams AI SDK</Product>
<Version>1.8.0</Version>
<Version>1.8.1</Version>
<Authors>Microsoft</Authors>
<Company>Microsoft</Company>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
Expand Down

0 comments on commit 7d4b02b

Please sign in to comment.