diff --git a/README.md b/README.md index e540cce..821301f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Alternatively, add the following line to your `.csproj` file. ```text - + ``` diff --git a/src/Mscc.GenerativeAI.Web/Mscc.GenerativeAI.Web.csproj b/src/Mscc.GenerativeAI.Web/Mscc.GenerativeAI.Web.csproj index 3924b87..ec38ece 100644 --- a/src/Mscc.GenerativeAI.Web/Mscc.GenerativeAI.Web.csproj +++ b/src/Mscc.GenerativeAI.Web/Mscc.GenerativeAI.Web.csproj @@ -22,10 +22,9 @@ LICENSE False - - Initial implementation - - Improve GenerativeModelService with Options + - Update package reference - 0.5.0 + 0.5.1 @@ -48,7 +47,7 @@ - + diff --git a/src/Mscc.GenerativeAI.Web/README.md b/src/Mscc.GenerativeAI.Web/README.md index 1d2ea09..67b2f4c 100644 --- a/src/Mscc.GenerativeAI.Web/README.md +++ b/src/Mscc.GenerativeAI.Web/README.md @@ -34,7 +34,7 @@ Alternatively, add the following line to your `.csproj` file. ```text - + ``` diff --git a/src/Mscc.GenerativeAI.Web/RELEASE.md b/src/Mscc.GenerativeAI.Web/RELEASE.md index a8ccadf..ce30303 100644 --- a/src/Mscc.GenerativeAI.Web/RELEASE.md +++ b/src/Mscc.GenerativeAI.Web/RELEASE.md @@ -1,5 +1,9 @@ # Release Notes +## 0.5.1 + +- Update package reference + ## 0.5.0 - Initial implementation diff --git a/src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj b/src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj index 4d0ff48..bd6c00a 100644 --- a/src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj +++ b/src/Mscc.GenerativeAI/Mscc.GenerativeAI.csproj @@ -21,8 +21,11 @@ https://github.com/mscraftsman/generative-ai LICENSE False - - extend methods - 0.5.0 + + - Handle GenerationConfig, SafetySeetings and Tools + - Append streamGenerateContent + + 0.5.1 diff --git a/src/Mscc.GenerativeAI/RELEASE.md b/src/Mscc.GenerativeAI/RELEASE.md index 8fdcd79..8722c26 100644 --- a/src/Mscc.GenerativeAI/RELEASE.md +++ b/src/Mscc.GenerativeAI/RELEASE.md @@ -1,5 +1,10 @@ # Release Notes +## 0.5.1 + +- Handle GenerationConfig, SafetySeetings and Tools +- Append streamGenerateContent + ## 0.5.0 - Refactor folder structure