We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c51bc5 commit 7d3cb99Copy full SHA for 7d3cb99
1 file changed
src/DbApiBuilderEntityGenerator/DbApiBuilderEntityGenerator.csproj
@@ -20,7 +20,7 @@
20
<RepositoryType>git</RepositoryType>
21
<RepositoryUrl>https://github.com/platyscript/DbApiBuilderEntityGenerator</RepositoryUrl>
22
<PublishRepositoryUrl>true</PublishRepositoryUrl>
23
- <PackageVersion>1.0.1-alpha</PackageVersion>
+ <Version>1.0.1-alpha</Version>
24
</PropertyGroup>
25
26
<ItemGroup>
@@ -46,4 +46,10 @@
46
47
<Message Text="Copied build files" Importance="High" />
48
</Target>
49
+
50
+ <ItemGroup>
51
+ <None Include="$(SolutionDir)LICENSE" Pack="true" PackagePath="" />
52
+ <None Include="$(SolutionDir)README.md" Pack="true" PackagePath="" />
53
+ </ItemGroup>
54
55
</Project>
0 commit comments