Skip to content

Commit

Permalink
Update README.md (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
umeshma committed Sep 22, 2023
1 parent 1145277 commit 1ddc8bf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,18 @@ while (true)

* Microsoft.Typechat
```
dotnet add package Microsoft.TypeChat --prerelease
dotnet add package Microsoft.TypeChat.SemanticKernel --prerelease
dotnet add package Microsoft.TypeChat --version 0.1.230922.2-preview
dotnet add package Microsoft.TypeChat.SemanticKernel --version 0.1.230922.2-preview
```
Please ensure that you have installed both packages above.

* Microsoft.TypeChat.Program
```
dotnet add package Microsoft.TypeChat.Program --prerelease
dotnet add package Microsoft.TypeChat.Program --version 0.1.230922.2-preview
```
* Microsoft.TypeChat.Dialog
```
dotnet add package Microsoft.TypeChat.Dialog --prerelease
dotnet add package Microsoft.TypeChat.Dialog --version 0.1.230922.2-preview
```

## Examples
Expand Down

0 comments on commit 1ddc8bf

Please sign in to comment.