File tree 4 files changed +18
-8
lines changed
4 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 5
5
<Authors >praeclarum</Authors >
6
6
<Description >ASP.NET Core MVC extensions to make working with Ooui easy.</Description >
7
7
<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 >
9
9
<PackageProjectUrl >https://github.com/praeclarum/Ooui</PackageProjectUrl >
10
- <PackageLicenseUrl >https://github.com/praeclarum/Ooui/blob/master/LICENSE</ PackageLicenseUrl >
10
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
11
11
<RepositoryUrl >https://github.com/praeclarum/Ooui.git</RepositoryUrl >
12
12
<TargetFramework >netstandard2.0</TargetFramework >
13
13
</PropertyGroup >
19
19
<ItemGroup >
20
20
<ProjectReference Include =" ..\Ooui\Ooui.csproj" />
21
21
</ItemGroup >
22
+ <ItemGroup >
23
+ <None Include =" ..\Documentation\Icon.png" Pack =" true" PackagePath =" \" />
24
+ </ItemGroup >
22
25
</Project >
Original file line number Diff line number Diff line change 5
5
<Authors >praeclarum</Authors >
6
6
<Description >Xamarin.Forms backend for the web using Ooui technologies.</Description >
7
7
<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 >
9
9
<PackageProjectUrl >https://github.com/praeclarum/Ooui</PackageProjectUrl >
10
- <PackageLicenseUrl >https://github.com/praeclarum/Ooui/blob/master/LICENSE</ PackageLicenseUrl >
10
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
11
11
<RepositoryUrl >https://github.com/praeclarum/Ooui.git</RepositoryUrl >
12
12
<TargetFrameworks >netstandard2.0</TargetFrameworks >
13
13
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
27
27
<ItemGroup >
28
28
<ProjectReference Include =" ..\Ooui\Ooui.csproj" />
29
29
</ItemGroup >
30
+ <ItemGroup >
31
+ <None Include =" ..\Documentation\Icon.png" Pack =" true" PackagePath =" \" />
32
+ </ItemGroup >
30
33
</Project >
Original file line number Diff line number Diff line change 6
6
<title >Ooui.Wasm</title >
7
7
<authors >praeclarum</authors >
8
8
<owners >praeclarum</owners >
9
- <licenseUrl >https://github.com/praeclarum/Ooui/blob/master/LICENSE</ licenseUrl >
9
+ <license type = " expression " >MIT</ license >
10
10
<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 >
12
12
<requireLicenseAcceptance >false</requireLicenseAcceptance >
13
13
<description >WebAssembly support for Ooui apps</description >
14
14
<tags >Ooui UI CrossPlatform WebAssembly Wasm</tags >
21
21
<files >
22
22
<file src =" Ooui.Wasm.targets" target =" build/netstandard2.0/Ooui.Wasm.targets" />
23
23
<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 =" /" />
24
25
</files >
25
26
</package >
Original file line number Diff line number Diff line change 4
4
<Authors >praeclarum</Authors >
5
5
<Description >Small cross-platform UI library for .NET that uses web technologies.</Description >
6
6
<PackageTags >Ooui;UI;CrossPlatform</PackageTags >
7
- <PackageIconUrl >https://github.com/praeclarum/Ooui/raw/master/Documentation/ Icon.png</PackageIconUrl >
7
+ <PackageIcon > Icon.png</PackageIcon >
8
8
<PackageProjectUrl >https://github.com/praeclarum/Ooui</PackageProjectUrl >
9
- <PackageLicenseUrl >https://github.com/praeclarum/Ooui/blob/master/LICENSE</ PackageLicenseUrl >
9
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
10
10
<RepositoryUrl >https://github.com/praeclarum/Ooui.git</RepositoryUrl >
11
11
<TargetFrameworks >netstandard2.0</TargetFrameworks >
12
12
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
18
18
<ItemGroup >
19
19
<EmbeddedResource Include =" Client.js" />
20
20
</ItemGroup >
21
+ <ItemGroup >
22
+ <None Include =" ..\Documentation\Icon.png" Pack =" true" PackagePath =" \" />
23
+ </ItemGroup >
21
24
22
25
</Project >
You can’t perform that action at this time.
0 commit comments