Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added MIT PackageLicenseExpression to each of the project files #252

Merged
merged 2 commits into from
May 4, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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