Skip to content

Commit

Permalink
updated license info
Browse files Browse the repository at this point in the history
  • Loading branch information
JJBussert committed Feb 11, 2021
1 parent 57c4de4 commit 0cc12a3
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/E13.Common.Api.AzureAD/E13.Common.Api.AzureAD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for defining an Api layer that has an Azure AD backing for authentication</Description>
<PackageLicenseUrl>https://github.com/e13tech/common/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/E13.Common.Api/E13.Common.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for defining an Api layer for a webapi project</Description>
<PackageLicenseUrl>https://github.com/e13tech/common/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 2 additions & 0 deletions src/E13.Common.AspNet/E13.Common.AspNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package containing code common to any aspnet based project (Api, Blazor, etc.)</Description>
<PackageLicenseUrl>https://github.com/e13tech/common/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 2 additions & 0 deletions src/E13.Common.Blazor/E13.Common.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for defining an Blazor front end project</Description>
<PackageLicenseUrl>https://github.com/e13tech/common/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/E13.Common.Data.Db/E13.Common.Data.Db.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for defining a Data layer against an EFCore accessible backend</Description>
<PackageLicenseUrl>https://github.com/e13tech/common/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 2 additions & 0 deletions src/E13.Common.Domain/E13.Common.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for defining a Domain layer</Description>
<PackageLicenseUrl>https://github.com/e13tech/common/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 2 additions & 0 deletions src/E13.Common.Infra/E13.Common.Infra.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for defining helpers for defining a pulumi based deployment</Description>
<PackageLicenseUrl>https://github.com/e13tech/common/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 2 additions & 0 deletions src/E13.Common.Logic/E13.Common.Logic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for defining a Logic layer for encapsulating cross-domain and cross-data layer business logic</Description>
<PackageLicenseUrl>https://github.com/e13tech/common/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 2 additions & 0 deletions src/E13.Common.Nunit.Api/E13.Common.Nunit.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package containing helpers for an Nunit based testing project targeting an Api layer</Description>
<PackageLicenseUrl>https://github.com/e13tech/common/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 2 additions & 0 deletions src/E13.Common.Nunit.UI/E13.Common.Nunit.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package containing helpers for an Nunit based testing project for a front end</Description>
<PackageLicenseUrl>https://github.com/e13tech/common/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 2 additions & 0 deletions src/E13.Common.Nunit/E13.Common.Nunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package containing helpers for an Nunit based testing project</Description>
<PackageLicenseUrl>https://github.com/e13tech/common/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 2 additions & 0 deletions src/E13.Common.RestEase/E13.Common.RestEase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package containing helpers projects using RestEase to interact w/ Apis</Description>
<PackageLicenseUrl>https://github.com/e13tech/common/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 0cc12a3

Please sign in to comment.