Skip to content

Commit ca8bb3e

Browse files
updates
1 parent e4b1a9c commit ca8bb3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Magic.IndexedDb/Magic.IndexedDb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Authors>Magic Man</Authors>
99
<Copyright>MIT</Copyright>
1010
<Description>Open source library provides an IndexedDb wrapper for C# and Blazor WebAssembly applications. It simplifies working with IndexedDb and makes it similar to using LINQ to SQL.</Description>
11-
<PackageProjectUrl></PackageProjectUrl>
11+
<PackageProjectUrl>https://sayou.biz/Magic-IndexedDB-Index</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/magiccodingman/Magic.IndexedDb</RepositoryUrl>
1313
<PackageTags>IndexedDb, Blazor IndexedDb, c# IndexedDb, local database, blazor</PackageTags>
1414
<PackageIcon>wizardHatIcon.png</PackageIcon>

Magic.IndexedDb/wwwroot/utilities/utilityHelpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22

3-
const DEBUG_MODE = true; // Set to false before release
3+
const DEBUG_MODE = false; // Set to false before release
44

55
export function debugLog(...args) {
66
if (DEBUG_MODE) {

0 commit comments

Comments
 (0)