Skip to content

Commit dae66fe

Browse files
committed
Update package licenses and icons
1 parent 222f6a5 commit dae66fe

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

Ooui.AspNetCore/Ooui.AspNetCore.csproj

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<Authors>praeclarum</Authors>
66
<Description>ASP.NET Core MVC extensions to make working with Ooui easy.</Description>
77
<PackageTags>Ooui;UI;CrossPlatform;ASP.NET</PackageTags>
8-
<PackageIconUrl>https://github.com/praeclarum/Ooui/raw/master/Documentation/Icon.png</PackageIconUrl>
8+
<PackageIcon>Icon.png</PackageIcon>
99
<PackageProjectUrl>https://github.com/praeclarum/Ooui</PackageProjectUrl>
10-
<PackageLicenseUrl>https://github.com/praeclarum/Ooui/blob/master/LICENSE</PackageLicenseUrl>
10+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<RepositoryUrl>https://github.com/praeclarum/Ooui.git</RepositoryUrl>
1212
<TargetFramework>netstandard2.0</TargetFramework>
1313
</PropertyGroup>
@@ -19,4 +19,7 @@
1919
<ItemGroup>
2020
<ProjectReference Include="..\Ooui\Ooui.csproj" />
2121
</ItemGroup>
22+
<ItemGroup>
23+
<None Include="..\Documentation\Icon.png" Pack="true" PackagePath="\"/>
24+
</ItemGroup>
2225
</Project>

Ooui.Forms/Ooui.Forms.csproj

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<Authors>praeclarum</Authors>
66
<Description>Xamarin.Forms backend for the web using Ooui technologies.</Description>
77
<PackageTags>Ooui;UI;CrossPlatform;Xamarin.Forms</PackageTags>
8-
<PackageIconUrl>https://github.com/praeclarum/Ooui/raw/master/Documentation/Icon.png</PackageIconUrl>
8+
<PackageIcon>Icon.png</PackageIcon>
99
<PackageProjectUrl>https://github.com/praeclarum/Ooui</PackageProjectUrl>
10-
<PackageLicenseUrl>https://github.com/praeclarum/Ooui/blob/master/LICENSE</PackageLicenseUrl>
10+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<RepositoryUrl>https://github.com/praeclarum/Ooui.git</RepositoryUrl>
1212
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1313
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -27,4 +27,7 @@
2727
<ItemGroup>
2828
<ProjectReference Include="..\Ooui\Ooui.csproj" />
2929
</ItemGroup>
30+
<ItemGroup>
31+
<None Include="..\Documentation\Icon.png" Pack="true" PackagePath="\"/>
32+
</ItemGroup>
3033
</Project>

Ooui.Wasm/Ooui.Wasm.nuspec

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<title>Ooui.Wasm</title>
77
<authors>praeclarum</authors>
88
<owners>praeclarum</owners>
9-
<licenseUrl>https://github.com/praeclarum/Ooui/blob/master/LICENSE</licenseUrl>
9+
<license type="expression">MIT</license>
1010
<projectUrl>https://github.com/praeclarum/Ooui</projectUrl>
11-
<iconUrl>https://github.com/praeclarum/Ooui/raw/master/Documentation/Icon.png</iconUrl>
11+
<icon>Icon.png</icon>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>WebAssembly support for Ooui apps</description>
1414
<tags>Ooui UI CrossPlatform WebAssembly Wasm</tags>
@@ -21,5 +21,6 @@
2121
<files>
2222
<file src="Ooui.Wasm.targets" target="build/netstandard2.0/Ooui.Wasm.targets" />
2323
<file src="../Ooui.Wasm.Build.Tasks/bin/Release/netstandard2.0/Ooui.Wasm.Build.Tasks.dll" target="build/netstandard2.0/Ooui.Wasm.Build.Tasks.dll" />
24+
<file src="../Documentation/Icon.png" target="/" />
2425
</files>
2526
</package>

Ooui/Ooui.csproj

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<Authors>praeclarum</Authors>
55
<Description>Small cross-platform UI library for .NET that uses web technologies.</Description>
66
<PackageTags>Ooui;UI;CrossPlatform</PackageTags>
7-
<PackageIconUrl>https://github.com/praeclarum/Ooui/raw/master/Documentation/Icon.png</PackageIconUrl>
7+
<PackageIcon>Icon.png</PackageIcon>
88
<PackageProjectUrl>https://github.com/praeclarum/Ooui</PackageProjectUrl>
9-
<PackageLicenseUrl>https://github.com/praeclarum/Ooui/blob/master/LICENSE</PackageLicenseUrl>
9+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1010
<RepositoryUrl>https://github.com/praeclarum/Ooui.git</RepositoryUrl>
1111
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1212
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -18,5 +18,8 @@
1818
<ItemGroup>
1919
<EmbeddedResource Include="Client.js" />
2020
</ItemGroup>
21+
<ItemGroup>
22+
<None Include="..\Documentation\Icon.png" Pack="true" PackagePath="\"/>
23+
</ItemGroup>
2124

2225
</Project>

0 commit comments

Comments
 (0)