We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee8742 commit a9fb09aCopy full SHA for a9fb09a
DaxStudio.Controls/DaxStudio.Controls.csproj
@@ -24,12 +24,16 @@
24
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
25
</None>
26
</ItemGroup>
27
+
28
+ <PropertyGroup>
29
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
30
+ </PropertyGroup>
31
32
33
+ <PackageReadmeFile>readme.md</PackageReadmeFile>
34
35
- <PropertyGroup>
- <PackageReadmeFile>readme.md</PackageReadmeFile>
- </PropertyGroup>
-
- <ItemGroup>
- <None Include="Docs\readme.md" Pack="true" PackagePath="\" />
- </ItemGroup>
36
+ <ItemGroup>
37
+ <None Include="Docs\readme.md" Pack="true" PackagePath="\" />
38
+ </ItemGroup>
39
</Project>
0 commit comments