Skip to content

Commit 0057b2c

Browse files
Updates the version
1 parent 0d31a9d commit 0057b2c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/github-actions-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
type: string
88
description: The version of the library
99
required: true
10-
default: 1.1.0
10+
default: 1.1.1
1111
VersionSuffix:
1212
type: string
1313
description: The version suffix of the library (for example rc.1)

src/Communication.UI.Blazor/Communication.UI.Blazor.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<PackageProjectUrl>https://github.com/PosInformatique/PosInformatique.Azure.Communication.UI.Blazor</PackageProjectUrl>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<PackageReleaseNotes>
14+
1.1.1
15+
- Remove not used files in the NuGet package.
16+
1417
1.1.0
1518
- Refactoring to separate the CallAdapter and the CallComposite to reflect the architecture of the Communication UI Library.
1619
This refactoring required now a service which will let the developer to create the CallAdapter.

0 commit comments

Comments
 (0)