Skip to content

Commit

Permalink
updated to Nuke.Cola 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
microdee committed Oct 6, 2024
1 parent 992f9d7 commit 1314367
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Scriban" Version="5.5.2" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" />
<PackageReference Include="Towel" Version="1.0.40" />
<PackageReference Include="md.Nuke.Cola" Version="2.1.1" />
<PackageReference Include="md.Nuke.Cola" Version="2.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Nuke.Unreal.Ini/Nuke.Unreal.Ini.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>md.Nuke.Unreal.Ini</PackageId>
<Version>2.0.16</Version>
<Version>2.0.17</Version>
<Authors>David Mórász</Authors>
<Company>mcro.de</Company>
<Description>Ini configuration parser for Unreal Engine</Description>
Expand Down
4 changes: 2 additions & 2 deletions src/Nuke.Unreal/Nuke.Unreal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>11.0</LangVersion>
<Nullable>enable</Nullable>
<PackageId>md.Nuke.Unreal</PackageId>
<Version>2.0.16</Version>
<Version>2.0.17</Version>
<Authors>David Mórász</Authors>
<Company>mcro.de</Company>
<Description>Commonly used Unreal Engine targets and tasks for the Nuke execution engine</Description>
Expand Down Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="md.Nuke.Cola" Version="2.1.1" />
<PackageReference Include="md.Nuke.Cola" Version="2.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.3.1" />
<PackageReference Include="Nuke.Common" Version="8.0.0" />
<PackageReference Include="Goblinfactory.Konsole" Version="6.2.0" />
Expand Down

0 comments on commit 1314367

Please sign in to comment.