Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageVersion Include="coverlet.collector" Version="6.0.4"/>
<PackageVersion Include="PublicApiGenerator" Version="11.5.4"/>
<PackageVersion Include="aweXpect" Version="2.30.0"/>
<PackageVersion Include="aweXpect.Mockolate" Version="1.0.0"/>
<PackageVersion Include="aweXpect.Mockolate" Version="1.1.0"/>
<PackageVersion Include="Testably.Abstractions" Version="10.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions Source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,10 @@
Link="Docs\README.md"/>
</ItemGroup>

<PropertyGroup>
<!-- The version is only set to support local builds.
In the build pipeline it is overwritten with the actual version in the `nuke Compile` step -->
<Version>255.255.255.255</Version>
</PropertyGroup>

</Project>
Loading