Skip to content

Commit

Permalink
Merge pull request #61 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 4f10842 + 586297b commit 130de23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lombiq.BaseTheme.Samples/Lombiq.BaseTheme.Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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.BaseTheme/Lombiq.BaseTheme.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries" Version="5.1.1" />
<PackageReference Include="Lombiq.HelpfulExtensions" Version="5.0.0" />
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="1.1.0" />
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="1.2.0" />

<Content Include="Assets/Styles/**/*.*">
<IncludeInPackage>true</IncludeInPackage>
Expand Down

0 comments on commit 130de23

Please sign in to comment.