Skip to content

Commit

Permalink
Update TinyMvvm.Maui.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
dhindrik authored Feb 13, 2023
1 parent cd5bad2 commit e14cb84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/MAUI/TinyMvvm.Maui/TinyMvvm.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Authors>Daniel Hindrikes</Authors>
<Company />
<Product>TinyMvvm for .NET MAUI</Product>
<PackageIcon>https://github.com/TinyStuff/TinyMvvm/raw/master/logo.png</PackageIcon>
<PackageIcon>logo.png</PackageIcon>
<Description>TinyMvvm is a tiny MVVM helper library for .NET MAUI.</Description>
<Version>1.0.0</Version>
</PropertyGroup>
Expand All @@ -30,6 +30,9 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<None Include="logo.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<None Remove="CommunityToolkit.Mvvm" />
</ItemGroup>
Expand Down

0 comments on commit e14cb84

Please sign in to comment.