diff --git a/.github/workflows/github-actions-release.yml b/.github/workflows/github-actions-release.yml index f71ab9d..06fae24 100644 --- a/.github/workflows/github-actions-release.yml +++ b/.github/workflows/github-actions-release.yml @@ -7,7 +7,7 @@ on: type: string description: The version of the library required: true - default: 1.1.0 + default: 1.1.1 VersionSuffix: type: string description: The version suffix of the library (for example rc.1) diff --git a/src/Communication.UI.Blazor/Communication.UI.Blazor.csproj b/src/Communication.UI.Blazor/Communication.UI.Blazor.csproj index b773bf3..4e70eb3 100644 --- a/src/Communication.UI.Blazor/Communication.UI.Blazor.csproj +++ b/src/Communication.UI.Blazor/Communication.UI.Blazor.csproj @@ -11,6 +11,9 @@ https://github.com/PosInformatique/PosInformatique.Azure.Communication.UI.Blazor README.md + 1.1.1 + - Remove not used files in the NuGet package. + 1.1.0 - Refactoring to separate the CallAdapter and the CallComposite to reflect the architecture of the Communication UI Library. This refactoring required now a service which will let the developer to create the CallAdapter.