Skip to content

Commit

Permalink
Added nuget description
Browse files Browse the repository at this point in the history
  • Loading branch information
xafero committed Mar 17, 2024
1 parent 7423ed3 commit 926567b
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 0 deletions.
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
<Project>

<PropertyGroup>
<Nullable>enable</Nullable>
<AvaloniaVersion>11.0.10</AvaloniaVersion>
<CommunityVersion>8.2.2</CommunityVersion>
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0</Version>
<Authors>xafero</Authors>
<Company>SrcForger Limited</Company>
<Copyright>AGPL 2024, $(Authors)</Copyright>
<Description>Cross platform (desktop and mobile) application framework for .NET</Description>
<PackageTags>Marrow XPlat;Marrow;XPlat;Desktop;Mobile;Framework</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/SrcForger/Marrow.XPlat</RepositoryUrl>
<PackageProjectUrl>https://github.com/SrcForger/Marrow.XPlat</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>

</Project>
5 changes: 5 additions & 0 deletions src/framework/Marrow.XPlat.API/Marrow.XPlat.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
</ItemGroup>

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

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@
</Reference>
</ItemGroup>

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

</Project>
5 changes: 5 additions & 0 deletions src/framework/Marrow.XPlat.Mobile/Marrow.XPlat.Mobile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@
<ProjectReference Include="..\Marrow.XPlat.API\Marrow.XPlat.API.csproj" />
</ItemGroup>

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

</Project>
5 changes: 5 additions & 0 deletions src/framework/Marrow.XPlat.Utils/Marrow.XPlat.Utils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
</ItemGroup>

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

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
<PackageReference Include="CommunityToolkit.Mvvm" Version="$(CommunityVersion)" />
</ItemGroup>

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

</Project>

0 comments on commit 926567b

Please sign in to comment.