소스 검색

Version 0.9.0

master
Flo Smilari 4 년 전
부모
커밋
3e0011289f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      cwebplusApp.csproj
  2. 1
    1
      wwwroot/service-worker.js

+ 1
- 1
cwebplusApp.csproj 파일 보기

@@ -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 파일 보기

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

Loading…
취소
저장