Skip to content

Commit

Permalink
Updates the version
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau committed Oct 30, 2024
1 parent 0d31a9d commit 0057b2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions src/Communication.UI.Blazor/Communication.UI.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<PackageProjectUrl>https://github.com/PosInformatique/PosInformatique.Azure.Communication.UI.Blazor</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
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.
Expand Down

0 comments on commit 0057b2c

Please sign in to comment.