Przeglądaj źródła

Version 0.9.0

master
Flo Smilari 4 lat temu
rodzic
commit
3e0011289f
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1
    1
      cwebplusApp.csproj
  2. 1
    1
      wwwroot/service-worker.js

+ 1
- 1
cwebplusApp.csproj Wyświetl plik

@@ -10,7 +10,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
<Version>0.2.0</Version>
<Version>0.9.0</Version>
</PropertyGroup>
<ItemGroup>

+ 1
- 1
wwwroot/service-worker.js Wyświetl plik

@@ -2,7 +2,7 @@
// This is because caching would make development more difficult (changes would not
// be reflected on the first load after each change).
const staticCacheName = 'site-static-v-0-2-0'; // IMPORTANT: CHANGE THE VERSION IN THIS NAME EVERY TIME THE APP IS DEPLOYED ON SERVER WITH CHANGES!!!
const staticCacheName = 'site-static-v-0-9-0'; // IMPORTANT: CHANGE THE VERSION IN THIS NAME EVERY TIME THE APP IS DEPLOYED ON SERVER WITH CHANGES!!!
const appsettings_url = 'appsettings.json';
const assets = [
'./',

Ładowanie…
Anuluj
Zapisz