From 3108d7b7776b8003ddca619e523ca63ebbcf14dc Mon Sep 17 00:00:00 2001 From: RobertoIskandarani <185939532+RobertoIskandarani@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:01:47 +0000 Subject: [PATCH] chore: bump main to 0.1.1-pre.0 --- src/Authplane.Mcp/Authplane.Mcp.csproj | 2 +- src/Authplane/Authplane.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Authplane.Mcp/Authplane.Mcp.csproj b/src/Authplane.Mcp/Authplane.Mcp.csproj index 488d2ed..083c0c2 100644 --- a/src/Authplane.Mcp/Authplane.Mcp.csproj +++ b/src/Authplane.Mcp/Authplane.Mcp.csproj @@ -2,7 +2,7 @@ Authplane.Mcp - 0.1.0 + 0.1.1-pre.0 Authplane Team Authplane adapter for MCP ASP.NET Core transports. oauth;jwt;mcp;aspnetcore;authplane diff --git a/src/Authplane/Authplane.csproj b/src/Authplane/Authplane.csproj index d799759..3562900 100644 --- a/src/Authplane/Authplane.csproj +++ b/src/Authplane/Authplane.csproj @@ -2,7 +2,7 @@ Authplane.Sdk - 0.1.0 + 0.1.1-pre.0 Authplane Team Authplane SDK for .NET — OAuth 2.1 JWT validation and token operations for protected resources. oauth;jwt;security;mcp;authplane