Eliminato impiego WASM x problemi compatibilità con processori vecchi (es IIS03)
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
<div class="page">
|
||||
<main>
|
||||
<div class="top-row px-4 justify-content-between">
|
||||
<CmpHeader @rendermode="InteractiveWebAssembly"></CmpHeader>
|
||||
<CmpHeader @rendermode="InteractiveAuto"></CmpHeader>
|
||||
</div>
|
||||
|
||||
<article class="content px-4">
|
||||
@Body
|
||||
</article>
|
||||
<div class="fixed-bottom bottom-row px-2">
|
||||
<CmpFooter @rendermode="InteractiveWebAssembly" version="@version"></CmpFooter>
|
||||
<CmpFooter @rendermode="InteractiveAuto" version="@version"></CmpFooter>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>MP.MON</RootNamespace>
|
||||
<AssemblyName>$(AssemblyName.Replace(' ', '_'))</AssemblyName>
|
||||
<Version>6.16.2503.1711</Version>
|
||||
<Version>6.16.2503.1716</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>Modulo MAPOSPEC </i>
|
||||
<h4>Versione: 6.16.2503.1711</h4>
|
||||
<h4>Versione: 6.16.2503.1716</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6.16.2503.1711
|
||||
6.16.2503.1716
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>6.16.2503.1711</version>
|
||||
<version>6.16.2503.1716</version>
|
||||
<url>https://nexus.steamware.net/repository/SWS/MP-MON/stable/LAST/MP-MON.zip</url>
|
||||
<changelog>https://nexus.steamware.net/repository/SWS/MP-MON/stable/LAST/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
Reference in New Issue
Block a user