Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
namespace Ringhel.Procesio.Action.Core.Models.Credentials.API
{
public class APICredentialsConfiguration
public class APICredentialsConfiguration
{
public string Schema { get; set; }

public string Path { get; set; }
public string Host { get; set; }

public string PrefixEndpoint { get; set; }
public string Path { get; set; }

public int PortNumber { get; set; }
public int Port { get; set; }

public AuthorizationConfiguration Authorization { get; set; }
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Company>Ringhel</Company>
<Product>Procesio</Product>
<RepositoryUrl>https://github.com/PROCESIO/Action-Core.git</RepositoryUrl>
<Version>1.21.0</Version>
<Version>1.23.0</Version>
<AssemblyName>Ringhel.Procesio.Action.Core</AssemblyName>
<PackageId>Ringhel.Procesio.Action.Core</PackageId>
<RootNamespace>Ringhel.Procesio.Action.Core</RootNamespace>
Expand Down