Skip to content

Commit

Permalink
Merge pull request #13 from The-Standard-Organization/users/cjdutoit/…
Browse files Browse the repository at this point in the history
…coderub-project-descriptions

CODE RUB: Updated Project Descriptions
  • Loading branch information
cjdutoit authored Jan 26, 2024
2 parents 9539342 + d4c8ec9 commit 67f516b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion STX.EFxceptions.Core/STX.EFxceptions.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageId>STX.EFxceptions.Core</PackageId>
<Authors>The Standard Community</Authors>
<Company>The Standard Community</Company>
<Description>A Standardized .NET library that provides interfaces for the core components to captures exceptions thrown by EntityFramework and converts them into meaningful exceptions...</Description>
<Description>A Standardized .NET library that provides an abstract DBContext to captures exceptions thrown by EntityFramework and converts them into meaningful exceptions...</Description>
<Copyright>The Standard Community 2024 (c)</Copyright>
<PackageIcon>EFxceptions.png</PackageIcon>
<PackageProjectUrl>https://github.com/The-Standard-Organization/STX.EFxceptions</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<Title>STX.EFxceptions.Core</Title>
<Product>STX.EFxceptions.Core</Product>
<PackageId>STX.EFxceptions.Core</PackageId>
<Title>STX.EFxceptions.Identity.Core</Title>
<Product>STX.EFxceptions.Identity.Core</Product>
<PackageId>STX.EFxceptions.Identity.Core</PackageId>
<Authors>The Standard Community</Authors>
<Company>The Standard Community</Company>
<Description>A Standardized .NET library that provides an abstract DBContext base that implements AspNetCore.Identity to captures exceptions thrown by EntityFramework and converts them into meaningful exceptions...</Description>
<Description>A Standardized .NET library that provides an abstract DBContext that implements AspNetCore.Identity to captures exceptions thrown by EntityFramework and converts them into meaningful exceptions...</Description>
<Copyright>The Standard Community 2024 (c)</Copyright>
<PackageIcon>EFxceptions.png</PackageIcon>
<PackageProjectUrl>https://github.com/The-Standard-Organization/STX.EFxceptions</PackageProjectUrl>
Expand Down
8 changes: 4 additions & 4 deletions STX.EFxceptions.Interfaces/STX.EFxceptions.Interfaces.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<Title>STX.EFxceptions.Base</Title>
<Product>STX.EFxceptions.Base</Product>
<PackageId>STX.EFxceptions.Base</PackageId>
<Title>STX.EFxceptions.Interfaces</Title>
<Product>STX.EFxceptions.Interfaces</Product>
<PackageId>STX.EFxceptions.Interfaces</PackageId>
<Authors>The Standard Community</Authors>
<Company>The Standard Community</Company>
<Description>A Standardized .NET library that captures the exceptions thrown by EntityFramework and converts them into meaningful exceptions...</Description>
<Description>A Standardized .NET library that provides interfaces for the core components to captures exceptions thrown by EntityFramework and converts them into meaningful exceptions...</Description>
<Copyright>The Standard Community 2024 (c)</Copyright>
<PackageIcon>EFxceptions.png</PackageIcon>
<PackageProjectUrl>https://github.com/The-Standard-Organization/STX.EFxceptions</PackageProjectUrl>
Expand Down

0 comments on commit 67f516b

Please sign in to comment.