Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1.1 #4

Merged
merged 2 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
10 changes: 5 additions & 5 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 Expand Up @@ -46,11 +49,6 @@
<SupportedPlatform Include="browser" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Remove="..\..\stylecop.json" />
<AdditionalFiles Include="stylecop.json" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
</ItemGroup>
Expand All @@ -64,9 +62,11 @@
<ItemGroup>
<Content Update="AzureCommunicationReact\package-lock.json">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
<Pack>false</Pack>
</Content>
<Content Update="AzureCommunicationReact\package.json">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
<Pack>false</Pack>
</Content>
</ItemGroup>

Expand Down
9 changes: 0 additions & 9 deletions src/Communication.UI.Blazor/stylecop.json

This file was deleted.