10
10
<Authors >Mister Magoo</Authors >
11
11
<Copyright >2019 SQL-MisterMagoo</Copyright >
12
12
<DevelopmentDependency >true</DevelopmentDependency >
13
- <Description >The easiest way to turn your Client Side Blazor application into a PWA with offline capabilities.
13
+ <Description >The easiest way to turn your Blazor application into a PWA with offline capabilities.
14
14
Add this package to your build process and it will generate the files you need to become PWA compatible.
15
15
This does not make your application ready for distribution through "App Stores" - it just provides basic PWA functionality.</Description >
16
16
<PackageId >BlazorPWA.MSBuild</PackageId >
@@ -21,19 +21,24 @@ This does not make your application ready for distribution through "App Stores"
21
21
<PackageTags >Blazor,Build,MSBuild,PWA,Manifest,ServiceWorker,C#,DotNET,Web,Client</PackageTags >
22
22
<Product >BlazorPWA.MSBuild</Product >
23
23
<RepositoryUrl >https://github.com/SQL-MisterMagoo/Blazor.PWA.MSBuild</RepositoryUrl >
24
- <PackageIconUrl >https://github.com/SQL-MisterMagoo/Blazor.PWA.MSBuild/raw/master/Blazor.PWA.MSBuild-NuGet-Icon.png </PackageIconUrl >
24
+ <PackageIconUrl ></PackageIconUrl >
25
25
<RepositoryType >git</RepositoryType >
26
- <PackageReleaseNotes >This is a beta release of a very basic PWA build target.
27
- Just by including this in the build, it can generate the basic requirements for an installable PWA for client side Blazor.
26
+ <PackageReleaseNotes >This is a very basic PWA build target.
27
+ Just by including this in the build, it can generate the basic requirements for an installable PWA for Blazor.
28
28
The result is not an App Store package, it is simply the basic requirements for PWA.
29
- I will add more network caching strategies, but for now it has just one - cache all local assets.</PackageReleaseNotes >
29
+ I will add more network caching strategies, but for now it has just one for CSB - cache all local assets.</PackageReleaseNotes >
30
+ <PackageIcon >Blazor.PWA.MSBuild-NuGet-Icon.png</PackageIcon >
30
31
</PropertyGroup >
31
32
32
33
<ItemGroup >
33
34
<PackageReference Update =" @(PackageReference)" PrivateAssets =" All" />
34
35
</ItemGroup >
35
36
36
37
<ItemGroup >
38
+ <None Include =" ..\Blazor.PWA.MSBuild-NuGet-Icon.png" >
39
+ <Pack >True</Pack >
40
+ <PackagePath ></PackagePath >
41
+ </None >
37
42
<None Include =" ..\LICENSE.txt;..\README.md;" >
38
43
<Pack >True</Pack >
39
44
<PackagePath ></PackagePath >
0 commit comments