Test jenking updated

This commit is contained in:
Samuele E. Locatelli
2018-12-19 18:57:57 +01:00
parent 94a3d5f4ca
commit 4370aa8ede
2 changed files with 5 additions and 3 deletions
+3
View File
@@ -95,6 +95,9 @@ namespace QR_GEN.Controllers
// url decode...
id = HttpUtility.UrlDecode(id);
#endif
// valutare se usare file web.config, file .ini, file conf generico...
string tgtUrl = "";
// in base a richiesta compongo stringa ...
switch (id)
+2 -3
View File
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Le informazioni generali relative a un assembly sono controllate dal seguente
@@ -31,5 +30,5 @@ using System.Runtime.InteropServices;
//
// È possibile specificare tutti i valori o lasciare i valori predefiniti per Revisione e Numeri build
// utilizzando l'asterisco (*) come illustrato di seguito:
[assembly: AssemblyVersion("1.1.1812.15")]
[assembly: AssemblyFileVersion("1.1.1812.15")]
[assembly: AssemblyVersion("1.1.1812.16")]
[assembly: AssemblyFileVersion("1.1.1812.16")]