Skip to content

Commit 1a4a3fe

Browse files
committed
ci: slight change in version format
1 parent 5745014 commit 1a4a3fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

code/.build/buildlogic.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ CREATING NUGET PACKAGE IN:
449449
var parts = (version+".0.0").Split('.');
450450
if (string.IsNullOrEmpty(stream))
451451
{
452-
builder.AppendFormat("{0}.{1}.{2}", parts[0], parts[1], parts[2]);
452+
builder.AppendFormat("{0}.{1}.{2}.{3}", parts[0], parts[1], parts[2], parts[3]);
453453
}
454454
else
455455
{

code/tests/Nugget/NuggetVersion.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
</ItemGroup>
5050
<ItemGroup>
5151
<PackageReference Include="Newtonsoft.Json">
52-
<Version>13.0.1</Version>
52+
<Version>13.0.3</Version>
5353
</PackageReference>
5454
<PackageReference Include="NFluent">
55-
<Version>2.8.0</Version>
55+
<Version>3.0.0</Version>
5656
</PackageReference>
5757
<PackageReference Include="NUnit">
58-
<Version>3.13.2</Version>
58+
<Version>3.13.3</Version>
5959
</PackageReference>
6060
</ItemGroup>
6161
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

0 commit comments

Comments
 (0)