diff --git a/src/SenseNet.IO.CLI/SenseNet.IO.CLI.csproj b/src/SenseNet.IO.CLI/SenseNet.IO.CLI.csproj
index f078578..57bc644 100644
--- a/src/SenseNet.IO.CLI/SenseNet.IO.CLI.csproj
+++ b/src/SenseNet.IO.CLI/SenseNet.IO.CLI.csproj
@@ -5,7 +5,7 @@
net6.0
SnIO
SenseNet.IO.CLI
- 1.1.2
+ 1.1.3
true
snio
d4014fe1-34a8-4ce0-a3dc-3cc00491a07c
@@ -33,7 +33,7 @@
-
+
diff --git a/src/SenseNet.IO.DemoConsole/SenseNet.IO.DemoConsole.csproj b/src/SenseNet.IO.DemoConsole/SenseNet.IO.DemoConsole.csproj
index f9a59ed..fb4978b 100644
--- a/src/SenseNet.IO.DemoConsole/SenseNet.IO.DemoConsole.csproj
+++ b/src/SenseNet.IO.DemoConsole/SenseNet.IO.DemoConsole.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/src/SenseNet.IO.Tests/RepositoryReaderTests.cs b/src/SenseNet.IO.Tests/RepositoryReaderTests.cs
index 6de5d8b..b1e8e14 100644
--- a/src/SenseNet.IO.Tests/RepositoryReaderTests.cs
+++ b/src/SenseNet.IO.Tests/RepositoryReaderTests.cs
@@ -69,6 +69,10 @@ public Task ProcessWebRequestResponseAsync(string relativeUrl, HttpMethod method
public Task DeleteContentAsync(int id, bool permanent, CancellationToken cancel) => throw new NotImplementedException();
public Task DeleteContentAsync(int[] ids, bool permanent, CancellationToken cancel) => throw new NotImplementedException();
public Task DeleteContentAsync(object[] idsOrPaths, bool permanent, CancellationToken cancel) => throw new NotImplementedException();
+
+ public Task GetCurrentUserAsync(CancellationToken cancel) => throw new NotImplementedException();
+ public Task GetCurrentUserAsync(string[] select, string[] expand, CancellationToken cancel) => throw new NotImplementedException();
+
public Task GetResponseAsync(ODataRequest requestData, HttpMethod method, CancellationToken cancel) => throw new NotImplementedException();
public Task GetResponseJsonAsync(ODataRequest requestData, HttpMethod method, CancellationToken cancel) => throw new NotImplementedException();
public Task GetResponseStringAsync(ODataRequest requestData, HttpMethod method, CancellationToken cancel) => throw new NotImplementedException();
diff --git a/src/SenseNet.IO/SenseNet.IO.csproj b/src/SenseNet.IO/SenseNet.IO.csproj
index 0f32355..00586f4 100644
--- a/src/SenseNet.IO/SenseNet.IO.csproj
+++ b/src/SenseNet.IO/SenseNet.IO.csproj
@@ -2,7 +2,7 @@
net6.0
- 1.1.2
+ 1.1.3
kavics,tusmester
Sense/Net Inc.
Copyright © Sense/Net Inc.
@@ -25,7 +25,7 @@
-
+