update procedura save release aggiornate

This commit is contained in:
Samuele Locatelli
2024-10-02 09:46:01 +02:00
parent c5ce822bd4
commit 5a1075db98
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1570,7 +1570,7 @@ namespace LiMan.DB.Controllers
// cerco record esistente...
var currRec = localDbCtx
.DbSetReleases
.Where(x => (x.IdxRel == currItem.IdxRel && currItem.IdxRel > 0) || (x.CodApp == currItem.CodApp && x.VersNum == x.VersNum))
.Where(x => (x.IdxRel == currItem.IdxRel && currItem.IdxRel > 0) || (x.CodApp == currItem.CodApp && x.VersNum == x.VersNum && x.VersText == x.VersText))
.FirstOrDefault();
if (currRec != null)
{
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>1.1.2409.2619</Version>
<Version>1.1.2410.0209</Version>
<RootNamespace>LiMan.UI</RootNamespace>
<AssemblyName>LiMan.UI</AssemblyName>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>License Manager</i>
<h4>Versione: 1.1.2409.2619</h4>
<h4>Versione: 1.1.2410.0209</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
1.1.2409.2619
1.1.2410.0209
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.1.2409.2619</version>
<version>1.1.2410.0209</version>
<url>https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/LiMan.UI.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>