diff --git a/src/fiskaltrust.AndroidLauncher.Common/Resources/Resource.designer.cs b/src/fiskaltrust.AndroidLauncher.Common/Resources/Resource.designer.cs
index faeff2d9..018d560e 100644
--- a/src/fiskaltrust.AndroidLauncher.Common/Resources/Resource.designer.cs
+++ b/src/fiskaltrust.AndroidLauncher.Common/Resources/Resource.designer.cs
@@ -14,7 +14,7 @@ namespace fiskaltrust.AndroidLauncher.Common
{
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "13.1.0.5")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "13.2.0.99")]
public partial class Resource
{
diff --git a/src/fiskaltrust.AndroidLauncher.Common/fiskaltrust.AndroidLauncher.Common.csproj b/src/fiskaltrust.AndroidLauncher.Common/fiskaltrust.AndroidLauncher.Common.csproj
index 6ce5b8f7..cc763d15 100644
--- a/src/fiskaltrust.AndroidLauncher.Common/fiskaltrust.AndroidLauncher.Common.csproj
+++ b/src/fiskaltrust.AndroidLauncher.Common/fiskaltrust.AndroidLauncher.Common.csproj
@@ -116,10 +116,10 @@
1.3.40
- 1.3.41
+ 1.3.46
- 1.3.42
+ 1.3.47-ci-23151-63620
1.3.42
diff --git a/src/fiskaltrust.AndroidLauncher.Grpc/Resources/Resource.designer.cs b/src/fiskaltrust.AndroidLauncher.Grpc/Resources/Resource.designer.cs
index d5ccd668..36c5846b 100644
--- a/src/fiskaltrust.AndroidLauncher.Grpc/Resources/Resource.designer.cs
+++ b/src/fiskaltrust.AndroidLauncher.Grpc/Resources/Resource.designer.cs
@@ -14,7 +14,7 @@ namespace fiskaltrust.AndroidLauncher.Grpc
{
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "13.1.0.5")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "13.2.0.99")]
public partial class Resource
{
diff --git a/src/fiskaltrust.AndroidLauncher.Grpc/fiskaltrust.AndroidLauncher.Grpc.csproj b/src/fiskaltrust.AndroidLauncher.Grpc/fiskaltrust.AndroidLauncher.Grpc.csproj
index 8cbb022b..d6a1efb0 100644
--- a/src/fiskaltrust.AndroidLauncher.Grpc/fiskaltrust.AndroidLauncher.Grpc.csproj
+++ b/src/fiskaltrust.AndroidLauncher.Grpc/fiskaltrust.AndroidLauncher.Grpc.csproj
@@ -110,25 +110,25 @@
- 15.0.6
+ 28.0.1
- 1.5.1
+ 1.5.2
- 1.3.40
+ 1.3.46-rc1
1.3.3
- 1.3.41
+ 1.3.46
- 1.3.40
+ 1.3.46-rc1
- 1.3.42
+ 1.3.47
1.3.25
diff --git a/src/fiskaltrust.AndroidLauncher.Http/Hosting/DESSCDClientFactory.cs b/src/fiskaltrust.AndroidLauncher.Http/Hosting/DESSCDClientFactory.cs
index 26dff598..0bc545bb 100644
--- a/src/fiskaltrust.AndroidLauncher.Http/Hosting/DESSCDClientFactory.cs
+++ b/src/fiskaltrust.AndroidLauncher.Http/Hosting/DESSCDClientFactory.cs
@@ -26,7 +26,7 @@ public IDESSCD CreateClient(ClientConfiguration configuration)
Retries = configuration.RetryCount ?? DEFAULT_RETRIES
};
- return HttpDESSCDFactory.CreateSSCDAsync(new ClientOptions { Url = new Uri(configuration.Url.Replace("rest://", "http://")), RetryPolicyOptions = retryPolicyoptions }).Result;
+ return HttpDESSCDFactory.CreateSSCDAsync(new HttpDESSCDClientOptions { Url = new Uri(configuration.Url.Replace("rest://", "http://")), RetryPolicyOptions = retryPolicyoptions }).Result;
}
}
}
\ No newline at end of file
diff --git a/src/fiskaltrust.AndroidLauncher.Http/Hosting/Hosts/HttpDeSscdHost.cs b/src/fiskaltrust.AndroidLauncher.Http/Hosting/Hosts/HttpDeSscdHost.cs
index 3c5c6876..424ee5a7 100644
--- a/src/fiskaltrust.AndroidLauncher.Http/Hosting/Hosts/HttpDeSscdHost.cs
+++ b/src/fiskaltrust.AndroidLauncher.Http/Hosting/Hosts/HttpDeSscdHost.cs
@@ -14,7 +14,7 @@ public class HttpDeSscdHost : HttpHost
public override async Task GetProxyAsync()
{
- return await HttpDESSCDFactory.CreateSSCDAsync(new ClientOptions
+ return await HttpDESSCDFactory.CreateSSCDAsync(new HttpDESSCDClientOptions
{
Url = new Uri(Url)
});
diff --git a/src/fiskaltrust.AndroidLauncher.Http/Resources/Resource.designer.cs b/src/fiskaltrust.AndroidLauncher.Http/Resources/Resource.designer.cs
index e73fce74..3bdfd8ed 100644
--- a/src/fiskaltrust.AndroidLauncher.Http/Resources/Resource.designer.cs
+++ b/src/fiskaltrust.AndroidLauncher.Http/Resources/Resource.designer.cs
@@ -14,7 +14,7 @@ namespace fiskaltrust.AndroidLauncher.Http
{
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "13.1.0.5")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "13.2.0.99")]
public partial class Resource
{
diff --git a/src/fiskaltrust.AndroidLauncher.Http/fiskaltrust.AndroidLauncher.Http.csproj b/src/fiskaltrust.AndroidLauncher.Http/fiskaltrust.AndroidLauncher.Http.csproj
index 2ae97785..7b06a253 100644
--- a/src/fiskaltrust.AndroidLauncher.Http/fiskaltrust.AndroidLauncher.Http.csproj
+++ b/src/fiskaltrust.AndroidLauncher.Http/fiskaltrust.AndroidLauncher.Http.csproj
@@ -115,25 +115,25 @@
- 15.0.6
+ 28.0.1
- 1.5.1
+ 1.5.2
- 1.3.40
+ 1.3.46-rc1
1.3.3
- 1.3.41
+ 1.3.46
- 1.3.40
+ 1.3.46-rc1
- 1.3.42
+ 1.3.47
1.3.25
@@ -165,6 +165,9 @@
4.7.0
+
+ 7.0.0
+
1.1.0.1
diff --git a/version.json b/version.json
index 13f073da..305b1530 100644
--- a/version.json
+++ b/version.json
@@ -1,5 +1,5 @@
{
- "version": "1.3.42",
+ "version": "1.3.47",
"releaseBranches": [
"^refs/heads/master$",
"^refs/heads/release/\\d+(?:\\.\\d+)*(?:-.*)?$",