Skip to content

Commit

Permalink
Merge pull request #122 from Lombiq/issue/OSOE-559-nuget
Browse files Browse the repository at this point in the history
OSOE-559: Update Node.js Extensions to latest 1.2.0 NuGet package
  • Loading branch information
0liver authored Mar 13, 2023
2 parents bc47b48 + ee97dac commit 1c7de82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="5.1.1" />
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="1.1.0" />
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="1.2.0" />
</ItemGroup>

<Import Condition="'$(NuGetBuild)' != 'true'" Project="..\..\..\Utilities\Lombiq.NodeJs.Extensions\Lombiq.NodeJs.Extensions\Lombiq.NodeJs.Extensions.targets" />
Expand Down

1 comment on commit 1c7de82

@Piedone
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should've been 5.1.0 due to a new feature being added (#113) @wAsnk.

Please sign in to comment.