Procházet zdrojové kódy

Version 0.9.0

master
Flo Smilari před 4 roky
rodič
revize
3e0011289f
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1
    1
      cwebplusApp.csproj
  2. 1
    1
      wwwroot/service-worker.js

+ 1
- 1
cwebplusApp.csproj Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 = [
'./',

Načítá se…
Zrušit
Uložit