tentativo fix reindirizzamento
This commit is contained in:
@@ -38,7 +38,14 @@ namespace MP.INVE.Components
|
||||
get => _lastScan;
|
||||
set
|
||||
{
|
||||
_lastScan = value.Trim();
|
||||
if (value.StartsWith("http"))
|
||||
{
|
||||
_lastScan = $"#{value}";
|
||||
}
|
||||
else
|
||||
{
|
||||
_lastScan = value.Trim();
|
||||
}
|
||||
if (value != "")
|
||||
{
|
||||
saveSel(LastScan);
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>MP.INVE</RootNamespace>
|
||||
<Version>6.16.2212.2716</Version>
|
||||
<Version>6.16.2212.2808</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>Modulo MAPOINVE </i>
|
||||
<h4>Versione: 6.16.2212.2716</h4>
|
||||
<h4>Versione: 6.16.2212.2808</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6.16.2212.2716
|
||||
6.16.2212.2808
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>6.16.2212.2716</version>
|
||||
<version>6.16.2212.2808</version>
|
||||
<url>https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/MP.INVE.zip</url>
|
||||
<changelog>https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
Reference in New Issue
Block a user