3.1.1 database providers, default module creator version to local install version

This commit is contained in:
Shaun Walker 2022-05-02 17:08:29 -04:00
parent a3ff9373a2
commit d5d4f85003
7 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@
private List<Template> _templates;
private string _template = "-";
private string[] _versions;
private string _reference = Constants.Version;
private string _reference = "local";
private string _minversion = "2.0.0";
private string _location = string.Empty;

View File

@ -72,7 +72,7 @@
private List<Template> _templates;
private string _template = "-";
private string[] _versions;
private string _reference = Constants.Version;
private string _reference = "local";
private string _minversion = "2.0.0";
private string _location = string.Empty;

View File

@ -274,7 +274,7 @@
<value>Full Name:</value>
</data>
<data name="LocalVersion" xml:space="preserve">
<value>Local Version</value>
<value>Installed Version</value>
</data>
<data name="Search.Source" xml:space="preserve">
<value>source</value>