Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmwebb-lv committed Apr 19, 2024
1 parent 61bf9c7 commit 1921617
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion Build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ protected override void OnBuildInitialized()
{
Log.Information("Generating NuGet packages for projects in solution");
int commitNum = 0;
string NuGetVersionCustom = "2.0.0.8";
string NuGetVersionCustom = "2.0.0.9";
//if it's not a tagged release - append the commit number to the package version
Expand Down
28 changes: 0 additions & 28 deletions Build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,4 @@
<PackageReference Include="Nuke.GitHub" Version="5.0.1" />
</ItemGroup>

<ItemGroup>
<PackageDownload Include="GitVersion.Tool" Version="[5.12.0]" />
</ItemGroup>

<ItemGroup>
<None Remove="..\.nuke\temp\build.2024-04-18_22-16-52.log" />
</ItemGroup>

<ItemGroup>
<None Remove="..\.nuke\temp\build.2024-04-18_22-36-15.log" />
</ItemGroup>

<ItemGroup>
<None Remove="..\.nuke\temp\build.2024-04-18_22-42-12.log" />
</ItemGroup>

<ItemGroup>
<None Remove="..\.nuke\temp\build.2024-04-18_22-51-19.log" />
</ItemGroup>

<ItemGroup>
<None Remove="..\.nuke\temp\build.2024-04-18_22-52-29.log" />
</ItemGroup>

<ItemGroup>
<None Remove="..\.nuke\temp\build.2024-04-18_22-53-22.log" />
</ItemGroup>

</Project>

0 comments on commit 1921617

Please sign in to comment.