Skip to content

Commit

Permalink
Merge pull request #53 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 committed Mar 13, 2023
2 parents 85e9745 + 8192f6b commit 9b85b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</ItemGroup>

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

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Lombiq.ChartJs/Lombiq.ChartJs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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

0 comments on commit 9b85b2f

Please sign in to comment.