Skip to content

Commit a4853be

Browse files
committed
Add license expression
1 parent 4e29d8e commit a4853be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/TableStorage.Abstractions.Trie/TableStorage.Abstractions.Trie.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
<Description>An implementation of a trie-like data structure using Azure Table Storage to enable type-ahead style searching. Targets netcoreapp2.1, netstandard2.0 and net461.</Description>
1111
<Version>1.1.0</Version>
1212
<PackageProjectUrl>https://github.com/giometrix/TableStorage.Abstractions.Trie</PackageProjectUrl>
13-
<PackageReleaseNotes>Converted projects to .Net Core and targets netcoreapp2.1, netstandard2.0 and net461.</PackageReleaseNotes>
13+
<PackageReleaseNotes>Converted projects to .Net Core and targets netcoreapp2.1, netstandard2.0 and net461.</PackageReleaseNotes>
14+
<RepositoryUrl>https://github.com/giometrix/TableStorage.Abstractions.Trie</RepositoryUrl>
15+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1416
</PropertyGroup>
1517

1618
<ItemGroup>

0 commit comments

Comments
 (0)