Skip to content
This repository was archived by the owner on May 7, 2020. It is now read-only.

Commit c749554

Browse files
authored
Merge pull request #74 from stoveproject/dev
principal accessor made transient
2 parents 9f8f1e3 + 65ccf51 commit c749554

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>2.0.0-rc3</VersionPrefix>
3+
<VersionPrefix>2.0.0-rc4</VersionPrefix>
44
<NoWarn>$(NoWarn);CS1591</NoWarn>
55
<PackageIconUrl>https://raw.githubusercontent.com/osoykan/Stove/master/stove.png</PackageIconUrl>
66
<PackageProjectUrl>https://github.com/osoykan/Stove</PackageProjectUrl>

src/Stove/Runtime/Session/DefaultPrincipalAccessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace Stove.Runtime.Session
77
{
8-
public class DefaultPrincipalAccessor : IPrincipalAccessor, ISingletonDependency
8+
public class DefaultPrincipalAccessor : IPrincipalAccessor, ITransientDependency
99
{
1010
public static DefaultPrincipalAccessor Instance => new DefaultPrincipalAccessor();
1111

0 commit comments

Comments
 (0)