Skip to content

Commit

Permalink
readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmelendez committed Nov 18, 2024
1 parent 50a312a commit 438fa44
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
identityazuretable
==================

ElCamino.AspNetCore.Identity.AzureTable
=================
This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.

[![Build Status](https://dev.azure.com/elcamino/Azure%20OpenSource/_apis/build/status%2Fdlmelendez.identityazuretable?branchName=master)](https://dev.azure.com/elcamino/Azure%20OpenSource/_build/latest?definitionId=18&branchName=master)
[![NuGet Badge](https://buildstats.info/nuget/ElCamino.AspNetCore.Identity.AzureTable)](https://www.nuget.org/packages/ElCamino.AspNetCore.Identity.AzureTable/)
[![NuGet Badge](https://buildstats.info/nuget/ElCamino.AspNet.Identity.AzureTable)](https://www.nuget.org/packages/ElCamino.AspNet.Identity.AzureTable/)
[![NuGet Badge](https://www.nuget.org/Content/gallery/img/logo-header-94x29.png)](https://www.nuget.org/packages/ElCamino.AspNetCore.Identity.AzureTable/)

Project site at https://elcamino.cloud/projects/docs/identityazuretable/.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<Version>9.0</Version>
<Nullable>enable</Nullable>
<PackageProjectUrl>https://dlmelendez.github.io/identityazuretable</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!--<DebugType>Full</DebugType>-->
<!-- DebugType Full is needed for test code coverage, but .nuget symbols doesn't like it-->
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -43,11 +44,13 @@
<ItemGroup Condition=" '$(TargetFramework)' != 'net9.0' ">
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="8.0.*" />
</ItemGroup>

<ItemGroup>
<None Include="projectNugetPic.png" Pack="true" PackagePath="\" />
<None Include="README.md" Link="README.md">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
</ItemGroup>



</Project>
9 changes: 9 additions & 0 deletions src/ElCamino.AspNetCore.Identity.AzureTable.Model/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ElCamino.AspNetCore.Identity.AzureTable.Model
==================

This project provides the ASP.NET Identity Core models for the ElCamino.AspNetCore.Identity.AzureTable package that uses Azure Table storage instead of the Entity Framework / MSSQL data provider.

[![Build Status](https://dev.azure.com/elcamino/Azure%20OpenSource/_apis/build/status%2Fdlmelendez.identityazuretable?branchName=master)](https://dev.azure.com/elcamino/Azure%20OpenSource/_build/latest?definitionId=18&branchName=master)
[![NuGet Badge](https://www.nuget.org/Content/gallery/img/logo-header-94x29.png)](https://www.nuget.org/packages/ElCamino.AspNetCore.Identity.AzureTable.Model/)

Project site at https://elcamino.cloud/projects/docs/identityazuretable/.
2 changes: 1 addition & 1 deletion src/ElCamino.Azure.Data.Tables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ElCamino.Azure.Data.Tables
Azure Table Storage odata query building and operators from the older Azure Storage SDKs and some other async, mapping, and batch helpers and/or extensions.

[![Build Status](https://dev.azure.com/elcamino/Azure%20OpenSource/_apis/build/status/IdentityAzureTableCore?branchName=master)](https://dev.azure.com/elcamino/Azure%20OpenSource/_build/latest?definitionId=4&branchName=master)
[![NuGet Badge](https://buildstats.info/nuget/ElCamino.Azure.Data.Tables)](https://www.nuget.org/packages/ElCamino.Azure.Data.Tables/)
[![NuGet Badge](https://www.nuget.org/Content/gallery/img/logo-header-94x29.png)](https://www.nuget.org/packages/ElCamino.Azure.Data.Tables/)

Project site at https://dlmelendez.github.io/identityazuretable/.

0 comments on commit 438fa44

Please sign in to comment.