Skip to content

Commit c7f0b1b

Browse files
chore: Bump the awexpect group with 1 update (#472)
* chore: Bump the awexpect group with 1 update Bumps aweXpect.Mockolate from 1.0.0 to 1.1.0 --- updated-dependencies: - dependency-name: aweXpect.Mockolate dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: awexpect ... Signed-off-by: dependabot[bot] <support@github.com> * Update local version to 255.255.255.255 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Valentin Breuß <vbreuss@gmail.com>
1 parent 86e818a commit c7f0b1b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PackageVersion Include="coverlet.collector" Version="6.0.4"/>
3535
<PackageVersion Include="PublicApiGenerator" Version="11.5.4"/>
3636
<PackageVersion Include="aweXpect" Version="2.30.0"/>
37-
<PackageVersion Include="aweXpect.Mockolate" Version="1.0.0"/>
37+
<PackageVersion Include="aweXpect.Mockolate" Version="1.1.0"/>
3838
<PackageVersion Include="Testably.Abstractions" Version="10.0.0" />
3939
</ItemGroup>
4040
<ItemGroup>

Source/Directory.Build.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,10 @@
7171
Link="Docs\README.md"/>
7272
</ItemGroup>
7373

74+
<PropertyGroup>
75+
<!-- The version is only set to support local builds.
76+
In the build pipeline it is overwritten with the actual version in the `nuke Compile` step -->
77+
<Version>255.255.255.255</Version>
78+
</PropertyGroup>
79+
7480
</Project>

0 commit comments

Comments
 (0)