Skip to content

Commit 9437211

Browse files
authored
Package README.md to NuGet (#645)
+semver:patch
1 parent 6c8df85 commit 9437211

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.editorconfig

+8
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ indent_size = 4
3232
[*.js]
3333
indent_style = tab
3434
indent_size = 2
35+
36+
[*.csproj]
37+
indent_style = space
38+
indent_size = 2
39+
40+
[*.props]
41+
indent_style = space
42+
indent_size = 2

src/Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project>
2-
32
<PropertyGroup>
43
<Copyright>Copyright (c) James Gregory and contributors (Paul Batum, Hudson Akridge, Gleb Chermennov, Jorge Rodríguez Galán).</Copyright>
54
<Authors>James Gregory and contributors (Paul Batum, Hudson Akridge, Gleb Chermennov, Jorge Rodríguez Galán).</Authors>
@@ -10,6 +9,7 @@
109
<PackageIcon>logo-nuget.png</PackageIcon>
1110
<PackageProjectUrl>https://github.com/nhibernate/fluent-nhibernate</PackageProjectUrl>
1211
<PackageTags>ORM;DAL;NHibernate;Fluent;Conventions;DataBase;ADO.Net;Mappings</PackageTags>
12+
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<AssembyDescription></AssembyDescription>
1414
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1515
<IncludeSymbols>true</IncludeSymbols>
@@ -26,10 +26,10 @@
2626
<ItemGroup Condition="'$(IsPackable)' == 'true'">
2727
<None Include="$(MSBuildThisFileDirectory)../docs/logo-nuget.png" Pack="true" PackagePath="/"/>
2828
<None Include="$(MSBuildThisFileDirectory)../LICENSE" Pack="true" PackagePath="/"/>
29+
<None Include="$(MSBuildThisFileDirectory)../README.md" Pack="true" PackagePath="/"/>
2930
</ItemGroup>
3031

3132
<ItemGroup>
3233
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
3334
</ItemGroup>
34-
3535
</Project>

0 commit comments

Comments
 (0)