Skip to content

Commit

Permalink
2sxc requirements increased
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalko committed Sep 21, 2022
1 parent ca612de commit 7b91ee0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 5 deletions.
32 changes: 32 additions & 0 deletions App_Data/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
/*
This is a JSON file but it is treated like a JSONC (with comments).

Different editors may complain about the comments.
To reconfigure VS Code so it knows comments are ok, do this: https://azing.org/2sxc/r/h9m1l6JO
*/

// Export-App configuration
"export": {

// Exclude certain folders/file beginning with the values specified below
// Note that it may look like glob, but ATM it's a simpler starts-with mechanism
"exclude": [
// Skip git versioning folders, github config folders
".git/",
".github/",
// ".gitignore",

// Webpack 5 temporary folder and NPM folders
".temp_cache/",
"node_modules/"

// Other examples
// ".vs",
// ".vscode",
// "package.json",
// "package-lock.json",
// "nuget.config",
]
}
}
10 changes: 5 additions & 5 deletions .data/app.xml → App_Data/app.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<SexyContent FileVersion="07.00.00" MinimumRequiredVersion="07.04.02" ModuleVersion="14.07.05" ExportDate="2022-08-23T17:58:26.4478796+02:00">
<SexyContent FileVersion="07.00.00" MinimumRequiredVersion="07.04.02" ModuleVersion="14.09.00" ExportDate="2022-09-21T08:41:27.4483919+02:00">
<Header>
<App Guid="bbaf55c7-e4d4-4379-bf92-6faab8c33529" />
<Language Default="en-us" />
Expand Down Expand Up @@ -623,13 +623,13 @@
<Value Key="RequiredOqtaneVersion" Value="3.1" Type="String">
<Dimension DimensionID="197" ReadOnly="false" />
</Value>
<Value Key="RequiredVersion" Value="14.07.00" Type="String">
<Value Key="RequiredVersion" Value="14.09.00" Type="String">
<Dimension DimensionID="197" ReadOnly="false" />
</Value>
<Value Key="SupportsAjaxReload" Value="True" Type="Boolean">
<Dimension DimensionID="197" ReadOnly="false" />
</Value>
<Value Key="Version" Value="01.01.00" Type="String">
<Value Key="Version" Value="01.01.01" Type="String">
<Dimension DimensionID="197" ReadOnly="false" />
</Value>
</Entity>
Expand Down Expand Up @@ -862,10 +862,10 @@
<Value Key="DurationUsers" Value="-1" Type="Number">
<Dimension DimensionID="197" ReadOnly="false" />
</Value>
<Value Key="IsEnabled" Value="True" Type="Boolean">
<Value Key="IsEnabled" Value="False" Type="Boolean">
<Dimension DimensionID="197" ReadOnly="false" />
</Value>
<Value Key="Title" Value="✅ - Users 14400s, Reg 🚫, Editors 300s, SysAdmins 300s" Type="String">
<Value Key="Title" Value="🚫" Type="String">
<Dimension DimensionID="197" ReadOnly="false" />
</Value>
<Value Key="UrlParametersCaseSensitive" Value="False" Type="Boolean">
Expand Down

0 comments on commit 7b91ee0

Please sign in to comment.