Skip to content

Commit

Permalink
Added Statiq.Web.props to a buildTransitive folder
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Jun 7, 2020
1 parent 010287e commit ed45f0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Controls whether references are local projects or NuGet packages -->
<LocalReferences>false</LocalReferences>
<!-- The NuGet version of Statiq that should be referenced if LocalReferences is false -->
<StatiqFrameworkVersion>1.0.0-beta.14</StatiqFrameworkVersion>
<StatiqFrameworkVersion>1.0.0-beta.15</StatiqFrameworkVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 1.0.0-alpha.19

- Added the new `Statiq.Web.props` file to a `buildTransitive` folder in the package so it flows transitively to consumers.

# 1.0.0-alpha.18

- Bug fix for unclosed `<ItemGroup>` in the new props file (#909, thanks @drmathias).
Expand Down
1 change: 1 addition & 0 deletions src/Statiq.Web/Statiq.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<ItemGroup>
<None Include="Statiq.Web.props" Pack="true" PackagePath="build\$(TargetFramework)\"/>
<None Include="Statiq.Web.props" Pack="true" PackagePath="buildTransitive\$(TargetFramework)\"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ed45f0e

Please sign in to comment.