Skip to content

Commit 63b7465

Browse files
authored
Bumped version of Versioning task (#274)
* Proper versions had a bug where it didn't provide the version for project references. - How NuGet deals with project references and gets a version to use for the generated NuSpec dependency is a bit of a black art. None of it is formally documented, but is critical to any automated versioning system. Sadly the versioning task got this wrong and thus the generated packages all had `1.0.0` as the version for all project reference dependencies.
1 parent 1d6ccf2 commit 63b7465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Global references are included in ALL projects in this repository
55
-->
66
<ItemGroup>
7-
<GlobalPackageReference Include="Ubiquity.NET.Versioning.Build.Tasks" Version="5.0.6" />
7+
<GlobalPackageReference Include="Ubiquity.NET.Versioning.Build.Tasks" Version="5.0.7-alpha" />
88
<GlobalPackageReference Include="IDisposableAnalyzers" Version="4.0.8" Condition="'$(NoCommonAnalyzers)' !=' true'" />
99
<GlobalPackageReference Include="MustUseRetVal" Version="0.0.2" />
1010
<!--

0 commit comments

Comments
 (0)