Skip to content

Commit

Permalink
add readme dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasnordqvist committed Sep 25, 2024
1 parent 284f487 commit bbd3ae8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 17 deletions.
6 changes: 6 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="Exists('$(MSBuildProjectDirectory)\ReadMe.md')">
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup Condition="Exists('$(MSBuildProjectDirectory)\ReadMe.md')">
<None Include="ReadMe.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup Condition="$(MSBuildProjectName.EndsWith('Tests'))">
<PackageReference Include="FluentAssertions" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@
<Version>1.0.1</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="ReadMe.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"dotnetthoughts.results.json": {
"type": "Project",
"dependencies": {
"DotNetThoughts.Results": "[1.5.7, )"
"DotNetThoughts.Results": "[1.5.9, )"
}
},
"DotNetThoughts.Results.Analyzer": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"dotnetthoughts.results.validation": {
"type": "Project",
"dependencies": {
"DotNetThoughts.Results": "[1.5.7, )"
"DotNetThoughts.Results": "[1.5.9, )"
}
},
"DotNetThoughts.Results.Analyzer": {
Expand Down
4 changes: 0 additions & 4 deletions Results/DotNetThoughts.Results/DotNetThoughts.Results.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
<Version>1.5.9</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="ReadMe.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>$(DefineConstants);CONTRACTS_FULL</DefineConstants>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@
"xunit.extensibility.core": "[2.8.1]"
}
},
"dotnetthoughts.localtimekit": {
"type": "Project"
},
"dotnetthoughts.timekeeping": {
"type": "Project"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@
<Version>1.3.1</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="ReadMe.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit bbd3ae8

Please sign in to comment.