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

Commit

Permalink
Merge pull request #74 from stoveproject/dev
Browse files Browse the repository at this point in the history
principal accessor made transient
  • Loading branch information
osoykan authored Sep 25, 2017
2 parents 9f8f1e3 + 65ccf51 commit c749554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.0.0-rc3</VersionPrefix>
<VersionPrefix>2.0.0-rc4</VersionPrefix>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<PackageIconUrl>https://raw.githubusercontent.com/osoykan/Stove/master/stove.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/osoykan/Stove</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Stove/Runtime/Session/DefaultPrincipalAccessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace Stove.Runtime.Session
{
public class DefaultPrincipalAccessor : IPrincipalAccessor, ISingletonDependency
public class DefaultPrincipalAccessor : IPrincipalAccessor, ITransientDependency
{
public static DefaultPrincipalAccessor Instance => new DefaultPrincipalAccessor();

Expand Down

0 comments on commit c749554

Please sign in to comment.