Skip to content

Commit e3263f0

Browse files
Update project metadata and add build targets for NuGet packaging
1 parent 0b26494 commit e3263f0

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

EFCore.ComplexIndexes/EFCore.ComplexIndexes.csproj

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,33 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<PackageId>EFCore.ComplexIndexes</PackageId>
8-
<Version>1.0.0</Version>
8+
<Version>1.0.1</Version>
99
<Authors>CaffeinatedCoder</Authors>
1010
<Description>EF Core complex property indexing extensions for EF Core 10.</Description>
1111
<PackageProjectUrl>https://github.com/CaffeinatedCoder/EFCore.ComplexIndexes</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/CaffeinatedCoder/EFCore.ComplexIndexes</RepositoryUrl>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14+
<PackageTags>efcore;entityframework;complextype;index;valueobject;ddd;softdelete</PackageTags>
1415
<GenerateDocumentationFile>true</GenerateDocumentationFile>
16+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1517
</PropertyGroup>
1618

1719
<ItemGroup>
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="10.0.3" />
19-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.3">
20+
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="10.0.0" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0">
2022
<PrivateAssets>all</PrivateAssets>
23+
<IncludeAssets>compile</IncludeAssets>
2124
</PackageReference>
2225
</ItemGroup>
2326

2427
<ItemGroup>
2528
<InternalsVisibleTo Include="EFCore.ComplexIndexes.Tests" />
2629
</ItemGroup>
2730

31+
<ItemGroup>
32+
<None Include="build/EFCore.ComplexIndexes.targets"
33+
Pack="true"
34+
PackagePath="build/" />
35+
</ItemGroup>
36+
2837
</Project>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project>
2+
<ItemGroup>
3+
<AssemblyAttribute Include="Microsoft.EntityFrameworkCore.Design.DesignTimeServicesReferenceAttribute">
4+
<_Parameter1>EFCore.ComplexIndexes.CustomDesignTimeServices, EFCore.ComplexIndexes</_Parameter1>
5+
</AssemblyAttribute>
6+
</ItemGroup>
7+
</Project>

0 commit comments

Comments
 (0)