Merge branch 'release/FixTransferProgramEnums'
This commit is contained in:
@@ -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,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 @@
|
||||
1.1.2203.0218
|
||||
1.1.2203.1714
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
namespace Core
|
||||
using static Core.Enum;
|
||||
|
||||
namespace Core
|
||||
{
|
||||
public class TicketDTO
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user