Skip to content

Commit 30847dc

Browse files
committed
update csproj and readme
1 parent 5ac9b2d commit 30847dc

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Wilcommerce.Auth
2-
Wilcommerce Authentication and Authorization package
2+
Wilcommerce Authentication and Authorization package.<br/>
3+
It uses AspNetCore Identity framework to manage sign in and user persistence.
34

45
## Installation
56
Nuget package available here [https://www.nuget.org/packages/Wilcommerce.Auth](https://www.nuget.org/packages/Wilcommerce.Auth)
67

78
## Models
8-
The **Models** namespace contains all the classes representing the components used for creating authentication tokens.
9+
The **Models** namespace contains the user class.
910

1011
## Read models
1112
This namespace contains the interface which gives a readonly access to the components.
@@ -16,9 +17,6 @@ The **Services** namespace contains a set of components which gives a simple acc
1617
## Commands
1718
**Commands** namespace contains all the actions available on this package.
1819

19-
## Repository
20-
This namespace contains the interface which defines the persistence of the components.
21-
2220
## Events
2321
In the **Events** namespace are defined all the events that could happen after an action made.
2422

src/Wilcommerce.Auth/Wilcommerce.Auth.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1616
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1717
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
18-
<Version>1.0.0-rc4</Version>
18+
<Version>1.0.0-rc5</Version>
1919
<PackageReleaseNotes></PackageReleaseNotes>
2020
<Description>Wilcommerce Authentication and Authorization library</Description>
2121
</PropertyGroup>
@@ -28,11 +28,6 @@
2828
<DocumentationFile>bin\Release\netstandard2.0\Wilcommerce.Auth.xml</DocumentationFile>
2929
</PropertyGroup>
3030

31-
<ItemGroup>
32-
<None Remove="Commands\User\Handlers\CreateNewAdministratorCommandHandler.cs~RF25c1b0bf.TMP" />
33-
<None Remove="Events\User\PasswordRecoveryValidatedEvent.cs~RF294eef59.TMP" />
34-
</ItemGroup>
35-
3631
<ItemGroup>
3732
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.1.2" />
3833
<PackageReference Include="Microsoft.AspNetCore.Owin" Version="2.1.1" />

0 commit comments

Comments
 (0)