Skip to content

Commit

Permalink
[.NET] Release v0.2.1 (#3529)
Browse files Browse the repository at this point in the history
* Write release note for 0.2.1 & upgrade version prefix to 0.2.1

* update tom.yml

* add example to release note

Co-authored-by: Xiaoyun Zhang <[email protected]>

---------

Co-authored-by: luongdavid <[email protected]>
Co-authored-by: Xiaoyun Zhang <[email protected]>
  • Loading branch information
3 people committed Sep 13, 2024
1 parent e76c39e commit 6c9d9d8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/eng/MetaInfo.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>0.2.0</VersionPrefix>
<VersionPrefix>0.2.1</VersionPrefix>
<Authors>AutoGen</Authors>
<PackageProjectUrl>https://microsoft.github.io/autogen-for-net/</PackageProjectUrl>
<RepositoryUrl>https://github.com/microsoft/autogen</RepositoryUrl>
Expand Down
7 changes: 7 additions & 0 deletions dotnet/website/release_note/0.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release Notes for AutoGen.Net v0.2.1 🚀

## New Features 🌟
- **Support for OpenAi o1-preview** : Added support for OpenAI o1-preview model ([#3522](https://github.com/microsoft/autogen/issues/3522))

## Example 📚
- **OpenAI o1-preview**: [Connect_To_OpenAI_o1_preview](https://github.com/microsoft/autogen/blob/main/dotnet/sample/AutoGen.OpenAI.Sample/Connect_To_OpenAI_o1_preview.cs)
3 changes: 3 additions & 0 deletions dotnet/website/release_note/toc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- name: 0.2.1
href: 0.2.1.md

- name: 0.2.0
href: 0.2.0.md

Expand Down

0 comments on commit 6c9d9d8

Please sign in to comment.