Skip to content

Commit

Permalink
Fix NuGet package description.
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau committed Jun 4, 2024
1 parent 6ffb604 commit f59c328
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/Communication.UI.Blazor/Communication.UI.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>PosInformatique.Azure.$(MSBuildProjectName)</AssemblyName>
<IsPackable>true</IsPackable>

<Description>Azure Communication Services UI Library for Blazor.</Description>
<PackageIcon>Icon.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/PosInformatique/PosInformatique.Azure.Communication.UI.Blazor</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
1.0.0
- Initial version with the CallComposite component.
</PackageReleaseNotes>
<PackageTags>azure communication ui blazor acs azure-communication-services javascript js</PackageTags>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -28,6 +40,12 @@
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="Icon.png" Pack="true" PackagePath="" />
<None Include="..\..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
<Content Update="AzureCommunicationReact\package-lock.json">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
Expand Down
Binary file added src/Communication.UI.Blazor/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f59c328

Please sign in to comment.