Skip to content

Commit

Permalink
Update package licenses and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed May 13, 2021
1 parent 222f6a5 commit dae66fe
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
7 changes: 5 additions & 2 deletions Ooui.AspNetCore/Ooui.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Authors>praeclarum</Authors>
<Description>ASP.NET Core MVC extensions to make working with Ooui easy.</Description>
<PackageTags>Ooui;UI;CrossPlatform;ASP.NET</PackageTags>
<PackageIconUrl>https://github.com/praeclarum/Ooui/raw/master/Documentation/Icon.png</PackageIconUrl>
<PackageIcon>Icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/praeclarum/Ooui</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/praeclarum/Ooui/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/praeclarum/Ooui.git</RepositoryUrl>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
Expand All @@ -19,4 +19,7 @@
<ItemGroup>
<ProjectReference Include="..\Ooui\Ooui.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\Documentation\Icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
7 changes: 5 additions & 2 deletions Ooui.Forms/Ooui.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Authors>praeclarum</Authors>
<Description>Xamarin.Forms backend for the web using Ooui technologies.</Description>
<PackageTags>Ooui;UI;CrossPlatform;Xamarin.Forms</PackageTags>
<PackageIconUrl>https://github.com/praeclarum/Ooui/raw/master/Documentation/Icon.png</PackageIconUrl>
<PackageIcon>Icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/praeclarum/Ooui</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/praeclarum/Ooui/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/praeclarum/Ooui.git</RepositoryUrl>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand All @@ -27,4 +27,7 @@
<ItemGroup>
<ProjectReference Include="..\Ooui\Ooui.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\Documentation\Icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
5 changes: 3 additions & 2 deletions Ooui.Wasm/Ooui.Wasm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<title>Ooui.Wasm</title>
<authors>praeclarum</authors>
<owners>praeclarum</owners>
<licenseUrl>https://github.com/praeclarum/Ooui/blob/master/LICENSE</licenseUrl>
<license type="expression">MIT</license>
<projectUrl>https://github.com/praeclarum/Ooui</projectUrl>
<iconUrl>https://github.com/praeclarum/Ooui/raw/master/Documentation/Icon.png</iconUrl>
<icon>Icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>WebAssembly support for Ooui apps</description>
<tags>Ooui UI CrossPlatform WebAssembly Wasm</tags>
Expand All @@ -21,5 +21,6 @@
<files>
<file src="Ooui.Wasm.targets" target="build/netstandard2.0/Ooui.Wasm.targets" />
<file src="../Ooui.Wasm.Build.Tasks/bin/Release/netstandard2.0/Ooui.Wasm.Build.Tasks.dll" target="build/netstandard2.0/Ooui.Wasm.Build.Tasks.dll" />
<file src="../Documentation/Icon.png" target="/" />
</files>
</package>
7 changes: 5 additions & 2 deletions Ooui/Ooui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<Authors>praeclarum</Authors>
<Description>Small cross-platform UI library for .NET that uses web technologies.</Description>
<PackageTags>Ooui;UI;CrossPlatform</PackageTags>
<PackageIconUrl>https://github.com/praeclarum/Ooui/raw/master/Documentation/Icon.png</PackageIconUrl>
<PackageIcon>Icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/praeclarum/Ooui</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/praeclarum/Ooui/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/praeclarum/Ooui.git</RepositoryUrl>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand All @@ -18,5 +18,8 @@
<ItemGroup>
<EmbeddedResource Include="Client.js" />
</ItemGroup>
<ItemGroup>
<None Include="..\Documentation\Icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit dae66fe

Please sign in to comment.