Skip to content

Commit a9fb09a

Browse files
committed
Adding license expression
1 parent 7ee8742 commit a9fb09a

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

DaxStudio.Controls/DaxStudio.Controls.csproj

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@
2424
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
2525
</None>
2626
</ItemGroup>
27+
28+
<PropertyGroup>
29+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
30+
</PropertyGroup>
31+
32+
<PropertyGroup>
33+
<PackageReadmeFile>readme.md</PackageReadmeFile>
34+
</PropertyGroup>
2735

28-
<PropertyGroup>
29-
<PackageReadmeFile>readme.md</PackageReadmeFile>
30-
</PropertyGroup>
31-
32-
<ItemGroup>
33-
<None Include="Docs\readme.md" Pack="true" PackagePath="\" />
34-
</ItemGroup>
36+
<ItemGroup>
37+
<None Include="Docs\readme.md" Pack="true" PackagePath="\" />
38+
</ItemGroup>
3539
</Project>

0 commit comments

Comments
 (0)