Merge branch 'release/FixTransferProgramEnums'

This commit is contained in:
2022-03-17 14:41:16 +01:00
5 changed files with 7 additions and 4 deletions
+1
View File
@@ -6,6 +6,7 @@ using RestSharp;
using RestSharp.Serializers.NewtonsoftJson;
using System;
using System.Diagnostics;
using static Core.Enum;
namespace MyApp // Note: actual namespace depends on the project name.
{
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>License Manager</i>
<h4>Versione: 1.1.2203.0218</h4>
<h4>Versione: 1.1.2203.1714</h4>
<br />
Note di rilascio:
<ul>
+1 -1
View File
@@ -1 +1 @@
1.1.2203.0218
1.1.2203.1714
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.1.2203.0218</version>
<version>1.1.2203.1714</version>
<url>https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/LiMan.Transfer.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>
+3 -1
View File
@@ -1,4 +1,6 @@
namespace Core
using static Core.Enum;
namespace Core
{
public class TicketDTO
{