Skip to content

Commit

Permalink
Added MIT PackageLicenseExpression to each of the project files (#252)
Browse files Browse the repository at this point in the history
Added <PackageLicenseExpression>MIT</PackageLicenseExpression> to each of the project files for #176

Co-authored-by: Steve Smith <steve@kentsmiths.com>
  • Loading branch information
lmingle and ardalis authored May 4, 2022
1 parent 1bb2cc2 commit 4b454ab
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SmartEnum.AutoFixture/SmartEnum.AutoFixture.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Title>Ardalis.SmartEnum.AutoFixture</Title>
<Company>Ardalis.com</Company>
<Summary>AutoFixture support for Ardalis.SmartEnum.</Summary>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>enum;smartenum;netstandard2.0;autofixture</PackageTags>
<PackageReleaseNotes>Updating dependencies; Consolidating to version 2.1.0</PackageReleaseNotes>
<PackageIcon>icon.png</PackageIcon>
Expand Down
1 change: 1 addition & 0 deletions src/SmartEnum.Dapper/SmartEnum.Dapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Company>Ardalis.com</Company>
<Description>Dapper support for Ardalis.SmartEnum.</Description>
<Summary>Dapper support for Ardalis.SmartEnum.</Summary>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/ardalis/SmartEnum</RepositoryUrl>
<PackageTags>enum;smartenum;dapper;</PackageTags>
<PackageReleaseNotes>Initial version.</PackageReleaseNotes>
Expand Down
1 change: 1 addition & 0 deletions src/SmartEnum.EFCore/SmartEnum.EFCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Company>Ardalis.com</Company>
<Description>EFCore support for Ardalis.SmartEnum.</Description>
<Summary>EFCore support for Ardalis.SmartEnum.</Summary>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/ardalis/SmartEnum</RepositoryUrl>
<PackageTags>enum;smartenum;entityframeworkcore;</PackageTags>
<PackageIcon>icon.png</PackageIcon>
Expand Down
1 change: 1 addition & 0 deletions src/SmartEnum.JsonNet/SmartEnum.JsonNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Title>Ardalis.SmartEnum.JsonNet</Title>
<Company>Ardalis.com</Company>
<Summary>Json.NET (de)serialization support for Ardalis.SmartEnum.</Summary>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>enum;smartenum;netstandard2.0;json;json.net;converter</PackageTags>
<PackageReleaseNotes>Updating dependencies; Consolidating to version 2.1.0</PackageReleaseNotes>
<PackageIcon>icon.png</PackageIcon>
Expand Down
1 change: 1 addition & 0 deletions src/SmartEnum.MessagePack/SmartEnum.MessagePack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Title>Ardalis.SmartEnum.MessagePack</Title>
<Company>Ardalis.com</Company>
<Summary>MessagePack (de)serialization support for Ardalis.SmartEnum.</Summary>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>enum;smartenum;netstandard2.0;messagepack;resolver</PackageTags>
<PackageReleaseNotes>Updating dependencies; Consolidating to version 2.1.0</PackageReleaseNotes>
<PackageIcon>icon.png</PackageIcon>
Expand Down
1 change: 1 addition & 0 deletions src/SmartEnum.ProtoBufNet/SmartEnum.ProtoBufNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Title>Ardalis.SmartEnum.ProtoBufNet</Title>
<Company>Ardalis.com</Company>
<Summary>protobuf-net (de)serialization support for Ardalis.SmartEnum.</Summary>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>enum;smartenum;netstandard2.0;protobuf;protobufnet;surrogate</PackageTags>
<PackageReleaseNotes>Updating dependencies; Consolidating to version 2.1.0</PackageReleaseNotes>
<PackageIcon>icon.png</PackageIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Title>Ardalis.SmartEnum.SystemTextJson</Title>
<Company>Ardalis.com</Company>
<Summary>System.Text.Json (de)serialization support for Ardalis.SmartEnum.</Summary>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>enum;smartenum;netstandard2.0;json;system.text.json;converter</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<PackageReleaseNotes>Updating dependencies; Consolidating to version 2.1.0</PackageReleaseNotes>
Expand Down
1 change: 1 addition & 0 deletions src/SmartEnum.Utf8Json/SmartEnum.Utf8Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Title>Ardalis.SmartEnum.Utf8Json</Title>
<Company>Ardalis.com</Company>
<Summary>Utf8Json (de)serialization support for Ardalis.SmartEnum.</Summary>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>enum;smartenum;netstandard2.0;json;utf8json;resolver</PackageTags>
<PackageReleaseNotes>Updating dependencies; Consolidating to version 2.1.0</PackageReleaseNotes>
<PackageIcon>icon.png</PackageIcon>
Expand Down
1 change: 1 addition & 0 deletions src/SmartEnum/SmartEnum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackageProjectUrl>https://github.com/ardalis/SmartEnum</PackageProjectUrl>
<Description>Classes to help produce strongly typed smarter enums in .NET.</Description>
<Summary>Classes to help produce strongly typed smarter enums in .NET.</Summary>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/ardalis/SmartEnum</RepositoryUrl>
<PackageTags>enum</PackageTags>
<PackageIcon>icon.png</PackageIcon>
Expand Down

0 comments on commit 4b454ab

Please sign in to comment.