diff --git a/Example/Example.csproj b/Example/Example.csproj
index 2d567ec..ca1e2d0 100644
--- a/Example/Example.csproj
+++ b/Example/Example.csproj
@@ -20,6 +20,7 @@
+
diff --git a/Example/Program.cs b/Example/Program.cs
index 8826585..5ff3d4c 100644
--- a/Example/Program.cs
+++ b/Example/Program.cs
@@ -8,15 +8,15 @@ using VkNet.Model.RequestParams;
using VkNet.NLog.Extensions.Logging;
using VkNet.NLog.Extensions.Logging.Extensions;
using VkNet.TokenMagic;
-
namespace Example
{
class Program
{
private static void Main(string[] args)
{
+
var services = new ServiceCollection();
- services.AddVkTokenMagic();
+ services.AddTokenMagic();
services.AddSingleton();
services.AddSingleton(typeof(ILogger<>), typeof(Logger<>));
services.AddLogging(builder =>
diff --git a/VkNet.TokenMagic/VkNet.TokenMagic.csproj b/VkNet.TokenMagic/VkNet.TokenMagic.csproj
index 689c3ec..7574cd0 100644
--- a/VkNet.TokenMagic/VkNet.TokenMagic.csproj
+++ b/VkNet.TokenMagic/VkNet.TokenMagic.csproj
@@ -2,6 +2,12 @@
netstandard2.0
+ true
+ Rast1234
+ https://github.com/Rast1234/VkNet.TokenMagic
+ https://github.com/Rast1234/VkNet.TokenMagic
+ VkNet extension to authenticate as Android client app
+ vk vknet token authentication auth audio permissions bypass