Skip to content

Commit

Permalink
Merge pull request #24 from e13tech/license
Browse files Browse the repository at this point in the history
updated license file and package icon to latest standards
  • Loading branch information
JJBussert committed Feb 11, 2021
2 parents f93f9e9 + bce95d9 commit 0b63247
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 27 deletions.
2 changes: 1 addition & 1 deletion build/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pr:
strategy:
matrix:
linux:
imageName: 'ubuntu-latest'
imageName: 'ubuntu-20.04'
mac:
imageName: 'macOS-latest'
windows:
Expand Down
3 changes: 1 addition & 2 deletions src/E13.Common.Api.AzureAD/E13.Common.Api.AzureAD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<Authors>JJ Bussert</Authors>
<PackageProjectUrl>https://www.e13.tech</PackageProjectUrl>
<ApplicationIcon>..\..\design\E13.ico</ApplicationIcon>
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<PackageIcon>E13.png</PackageIcon>
<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>
Expand Down
3 changes: 1 addition & 2 deletions src/E13.Common.Api/E13.Common.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<Authors>JJ Bussert</Authors>
<PackageProjectUrl>https://www.e13.tech</PackageProjectUrl>
<ApplicationIcon>..\..\design\E13.ico</ApplicationIcon>
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<PackageIcon>E13.png</PackageIcon>
<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>
Expand Down
3 changes: 1 addition & 2 deletions src/E13.Common.AspNet/E13.Common.AspNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<Authors>JJ Bussert</Authors>
<PackageProjectUrl>https://www.e13.tech</PackageProjectUrl>
<ApplicationIcon>..\..\design\E13.ico</ApplicationIcon>
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<PackageIcon>E13.png</PackageIcon>
<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>
Expand Down
3 changes: 1 addition & 2 deletions src/E13.Common.Blazor/E13.Common.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<Authors>JJ Bussert</Authors>
<PackageProjectUrl>https://www.e13.tech</PackageProjectUrl>
<ApplicationIcon>..\..\design\E13.ico</ApplicationIcon>
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<PackageIcon>E13.png</PackageIcon>
<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>
Expand Down
4 changes: 2 additions & 2 deletions src/E13.Common.Core/E13.Common.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<Authors>JJ Bussert</Authors>
<PackageProjectUrl>https://www.e13.tech</PackageProjectUrl>
<ApplicationIcon>..\..\design\E13.ico</ApplicationIcon>
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<PackageIcon>E13.png</PackageIcon>
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for lowest level common code, this is not typically referenced directly</Description>
<PackageLicenseUrl>https://github.com/e13tech/common/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
3 changes: 1 addition & 2 deletions src/E13.Common.Data.Db/E13.Common.Data.Db.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<Authors>JJ Bussert</Authors>
<PackageProjectUrl>https://www.e13.tech</PackageProjectUrl>
<ApplicationIcon>..\..\design\E13.ico</ApplicationIcon>
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<PackageIcon>E13.png</PackageIcon>
<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>
Expand Down
3 changes: 1 addition & 2 deletions src/E13.Common.Domain/E13.Common.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<Authors>JJ Bussert</Authors>
<PackageProjectUrl>https://www.e13.tech</PackageProjectUrl>
<ApplicationIcon>..\..\design\E13.ico</ApplicationIcon>
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<PackageIcon>E13.png</PackageIcon>
<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>
Expand Down
3 changes: 1 addition & 2 deletions src/E13.Common.Infra/E13.Common.Infra.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<Authors>JJ Bussert</Authors>
<PackageProjectUrl>https://www.e13.tech</PackageProjectUrl>
<ApplicationIcon>..\..\design\E13.ico</ApplicationIcon>
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<PackageIcon>E13.png</PackageIcon>
<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>
Expand Down
3 changes: 1 addition & 2 deletions src/E13.Common.Logic/E13.Common.Logic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<Authors>JJ Bussert</Authors>
<PackageProjectUrl>https://www.e13.tech</PackageProjectUrl>
<ApplicationIcon>..\..\design\E13.ico</ApplicationIcon>
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<PackageIcon>E13.png</PackageIcon>
<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>
Expand Down
3 changes: 1 addition & 2 deletions src/E13.Common.Nunit.Api/E13.Common.Nunit.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<Authors>JJ Bussert</Authors>
<PackageProjectUrl>https://www.e13.tech</PackageProjectUrl>
<ApplicationIcon>..\..\design\E13.ico</ApplicationIcon>
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<PackageIcon>E13.png</PackageIcon>
<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>
Expand Down
3 changes: 1 addition & 2 deletions src/E13.Common.Nunit.UI/E13.Common.Nunit.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<Authors>JJ Bussert</Authors>
<PackageProjectUrl>https://www.e13.tech</PackageProjectUrl>
<ApplicationIcon>..\..\design\E13.ico</ApplicationIcon>
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<PackageIcon>E13.png</PackageIcon>
<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>
Expand Down
3 changes: 1 addition & 2 deletions src/E13.Common.Nunit/E13.Common.Nunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<Authors>JJ Bussert</Authors>
<PackageProjectUrl>https://www.e13.tech</PackageProjectUrl>
<ApplicationIcon>..\..\design\E13.ico</ApplicationIcon>
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<PackageIcon>E13.png</PackageIcon>
<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>
Expand Down
3 changes: 1 addition & 2 deletions src/E13.Common.RestEase/E13.Common.RestEase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<Authors>JJ Bussert</Authors>
<PackageProjectUrl>https://www.e13.tech</PackageProjectUrl>
<ApplicationIcon>..\..\design\E13.ico</ApplicationIcon>
<PackageIconUrl>https://github.com/e13tech/common/blob/master/design/E13.png?raw=true</PackageIconUrl>
<PackageIcon>E13.png</PackageIcon>
<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>
Expand Down

0 comments on commit 0b63247

Please sign in to comment.