Skip to content

Commit 938201d

Browse files
committed
chore: update NuGet packages
1 parent 91450b1 commit 938201d

File tree

11 files changed

+77851
-530
lines changed

11 files changed

+77851
-530
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,3 +357,4 @@ src/.idea
357357
*.sqlite.db*
358358
.idea/
359359
/src/TestSite.*/umbraco/Data/TEMP/
360+
/src/*.TestSite/umbraco/Data/TEMP

src/TestSite.13/TestSite.13.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Umbraco.Cms" Version="13.7.1"/>
11-
<PackageReference Include="uSync" Version="13.1.3"/>
10+
<PackageReference Include="Umbraco.Cms" Version="13.8.0"/>
11+
<PackageReference Include="uSync" Version="13.2.7"/>
1212
</ItemGroup>
1313

1414
<ItemGroup>

src/TestSite.13/appsettings-schema.Umbraco.Cms.json

Lines changed: 50 additions & 10 deletions
Large diffs are not rendered by default.

src/TestSite.13/appsettings-schema.usync.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@
6868
"type": "boolean",
6969
"description": "when locked you can't make changes to anything that is in the root"
7070
},
71+
"StopFile": {
72+
"type": "string",
73+
"description": "location of the stop file (relative to the uSync folder)\n ",
74+
"default": "usync.stop"
75+
},
76+
"OnceFile": {
77+
"type": "string",
78+
"description": "location of the once file (relative to the uSync folder)\n ",
79+
"default": "usync.once"
80+
},
7181
"LockRootTypes": {
7282
"type": "array",
7383
"description": "lock specific types at root so they can't be changed in child sites. \n ",
@@ -147,6 +157,10 @@
147157
"description": "Should the history view be on of off ? ",
148158
"default": true
149159
},
160+
"HistoryFolder": {
161+
"type": "string",
162+
"description": "Location of the history folder."
163+
},
150164
"DefaultExtension": {
151165
"type": "string",
152166
"description": "Default file extension for the uSync files. ",

src/TestSite.13/packages.lock.json

Lines changed: 535 additions & 514 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)