Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yiszza committed Dec 8, 2023
1 parent 2490101 commit 4ab0d97
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/Material.Components.Maui/Material.Components.Maui.csproj
Expand Up @@ -64,7 +64,7 @@


<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.0-rc.2.9373" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.3" />
<PackageReference Include="MaterialColorUtilities" Version="0.3.0" />
</ItemGroup>

Expand Down Expand Up @@ -180,4 +180,15 @@
<Folder Include="Components\Tabs\" />
</ItemGroup>

<PropertyGroup>
<Authors>yiszza</Authors>
<Description>Material design Components for .NET MAUI</Description>
<RepositoryUrl>https://github.com/mdc-maui/mdc-maui</RepositoryUrl>
<PackageTags>material, components</PackageTags>
<AssemblyVersion></AssemblyVersion>
<FileVersion></FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>0.2.1-preview</Version>
</PropertyGroup>

</Project>

0 comments on commit 4ab0d97

Please sign in to comment.