Skip to content

Commit 26345f9

Browse files
committed
Merge remote-tracking branch 'origin/main'
# Conflicts: # ManagedCode.Orleans.Identity.Server/ManagedCode.Orleans.Identity.Server.csproj
2 parents fe9df14 + a5fa099 commit 26345f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<RepositoryUrl>https://github.com/managedcode/Orleans.Identity</RepositoryUrl>
1818
<PackageProjectUrl>https://github.com/managedcode/Orleans.Identity</PackageProjectUrl>
1919
<Product>Managed Code - Orleans Identity</Product>
20-
<Version>0.0.15</Version>
21-
<PackageVersion>0.0.15</PackageVersion>
20+
<Version>1.0.0.0</Version>
21+
<PackageVersion>1.0.0.0</PackageVersion>
2222

2323
</PropertyGroup>
2424
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

ManagedCode.Orleans.Identity.Server/Extensions/AuthenticationHandlerExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static void AddOrleansIdentity(this IServiceCollection services, Action<S
1717
AddOrleansIdentity(services, option);
1818
}
1919

20-
public static void AddOrleansIdentity(this IServiceCollection services, SessionOption sessionOption = null!)
20+
public static void AddOrleansIdentity(this IServiceCollection services, SessionOption sessionOption = null)
2121
{
2222
sessionOption ??= new SessionOption();
2323

0 commit comments

Comments
 (0)