Skip to content

Commit

Permalink
Update package URL and add license
Browse files Browse the repository at this point in the history
  • Loading branch information
gentoorax committed Sep 25, 2023
1 parent 58d4af8 commit ed23a49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion Promethix.Framework.Ado/Enums/AdoContextExecutionOption.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
namespace Promethix.Framework.Ado.Enums
/*
* MIT License
* Copyright (c) 2023 Christopher Law
* https://chrislaw.me
*/
namespace Promethix.Framework.Ado.Enums
{
public enum AdoContextExecutionOption
{
Expand Down
4 changes: 2 additions & 2 deletions Promethix.Framework.Ado/Promethix.Framework.Ado.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<Title>Promethix.Framework.AdoScope</Title>
<Description>A simple and flexible way to manage your ADO database connections and transactions.
<Description>AdoScope (Official): A simple and flexible way to manage your ADO database connections and transactions.

Based on DbContextScope but for general ADO including Dapper.</Description>
<Version>$(BuildVersion)</Version>
<Authors>Christopher Law</Authors>
<Company>Promethix</Company>
<Product>$(AssemblyName)</Product>
<Copyright>Copyright (c) 2023 Christopher Law</Copyright>
<PackageProjectUrl>https://chrislaw.me/cv</PackageProjectUrl>
<PackageProjectUrl>https://github.com/gentoorax/Promethix.Framework.Ado</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>AdoScope; DbContextScope; Dapper; DapperTransaction; AdoTransaction; Promethix</PackageTags>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
Expand Down

0 comments on commit ed23a49

Please sign in to comment.