11<Project >
2- <Import Project =" version.props" />
3-
4- <PropertyGroup Label =" Source Link" >
5- <ProjectParentDirectory >$([System.IO.Path]::GetDirectoryName('$(MSBuildProjectDirectory)'))</ProjectParentDirectory >
6- <ProjectParentDirectoryName >$([System.IO.Path]::GetFileName('$(ProjectParentDirectory)'))</ProjectParentDirectoryName >
7- </PropertyGroup >
8-
9- <Import Project =" sourcelink.props" Condition =" '$(ProjectParentDirectoryName)' == 'src'" />
102
113 <PropertyGroup Label =" Package" >
124 <Product >EntityFrameworkCore.Generator</Product >
135 <Title >EntityFrameworkCore.Generator</Title >
146 <Description >.NET Core command-line (CLI) tool to generate Entity Framework Core source files.</Description >
157 <Copyright >Copyright © $([System.DateTime]::Now.ToString(yyyy)) LoreSoft</Copyright >
168 <Authors >LoreSoft</Authors >
9+ <NeutralLanguage >en-US</NeutralLanguage >
1710 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1811 <PackageTags >Entity Framework Core;EF;Data;EntityFramework;EntityFrameworkCore;EFCore;Generation;Generator</PackageTags >
1912 <PackageOutputPath >$(SolutionDir)artifacts</PackageOutputPath >
2013 <PackageProjectUrl >https://github.com/loresoft/EntityFrameworkCore.Generator</PackageProjectUrl >
21- <PackageLicenseFile >LICENSE</ PackageLicenseFile >
14+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
2215 <PackageIcon >logo.png</PackageIcon >
2316 <RepositoryType >git</RepositoryType >
2417 <RepositoryUrl >https://github.com/loresoft/EntityFrameworkCore.Generator</RepositoryUrl >
18+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
2519 <NoWarn >1591</NoWarn >
20+ <CheckEolTargetFramework >false</CheckEolTargetFramework >
21+ </PropertyGroup >
22+
23+ <PropertyGroup >
24+ <Version >5.0.0.0</Version >
25+ <PackageVersion >5.0.0.0</PackageVersion >
26+ <AssemblyVersion >5.0.0.0</AssemblyVersion >
27+ <FileVersion >5.0.0.0</FileVersion >
28+ <InformationalVersion >5.0.0.0</InformationalVersion >
2629 </PropertyGroup >
2730
2831 <ItemGroup >
29- <None Include =" .\..\..\LICENSE" >
30- <Pack >True</Pack >
31- <PackagePath ></PackagePath >
32- </None >
32+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
3333 </ItemGroup >
34-
34+
3535 <ItemGroup >
3636 <None Include =" .\..\..\logo.png" >
37- <Pack >True</Pack >
38- <PackagePath ></PackagePath >
37+ <Pack >true</Pack >
38+ <PackagePath >\</PackagePath >
39+ <Visible >false</Visible >
3940 </None >
4041 </ItemGroup >
4142
42- </Project >
43+ </Project >
0 commit comments