Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCC-245: Update OC preview version #75

Merged
merged 25 commits into from
Jul 28, 2024
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
aee36bc
Update OC preview version.
sarahelsaig May 28, 2024
561fccf
Update OC preview version.
sarahelsaig May 30, 2024
ec95382
Update OC preview version.
sarahelsaig Jun 5, 2024
c6a6ae5
Merge branch 'task/system-text-json-migration' into issue/OCC-245
sarahelsaig Jun 14, 2024
794696a
Update OC version.
sarahelsaig Jun 18, 2024
2499298
Update OC version.
sarahelsaig Jun 19, 2024
285200e
Update OC preview version.
sarahelsaig Jun 21, 2024
7a3ece5
Update OC preview version.
sarahelsaig Jul 11, 2024
b94a0be
Merge remote-tracking branch 'origin/dev' into issue/OCC-245
sarahelsaig Jul 11, 2024
af82b26
Fix package consolidation.
sarahelsaig Jul 11, 2024
3679158
Merge branch 'task/system-text-json-migration' into issue/OCC-245
sarahelsaig Jul 13, 2024
b34b61c
Update HL version.
sarahelsaig Jul 13, 2024
bbd00cb
Update UITT version.
sarahelsaig Jul 13, 2024
b29198f
Update HL nuget version.
sarahelsaig Jul 16, 2024
3213acd
Update all UITT Nuget versions.
sarahelsaig Jul 16, 2024
d4a7e26
Update package version.
sarahelsaig Jul 16, 2024
b453604
Update OC preview versions.
sarahelsaig Jul 24, 2024
93e2b48
Update HL preview version.
sarahelsaig Jul 26, 2024
271f5ed
Update UITT preview version.
sarahelsaig Jul 26, 2024
9b930fd
Update HL preview.
sarahelsaig Jul 27, 2024
761c740
Update UITT version.
sarahelsaig Jul 27, 2024
a6bb7b8
Update UITT preview version.
sarahelsaig Jul 27, 2024
53d6e44
NuGet.config
sarahelsaig Jul 27, 2024
101d3de
Update HL nuget version.
sarahelsaig Jul 27, 2024
0adb495
Update HL.
sarahelsaig Jul 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrchardCore.ContentFields" Version="2.0.0-preview-18200" />
<PackageReference Include="OrchardCore.Module.Targets" Version="2.0.0-preview-18200" />
<PackageReference Include="OrchardCore.ContentFields" Version="2.0.0-preview-18282" />
<PackageReference Include="OrchardCore.Module.Targets" Version="2.0.0-preview-18282" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.Tests.UI" Version="10.0.1" />
<PackageReference Include="Lombiq.Tests.UI" Version="10.0.2-preview.5.occ-245" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Lombiq.ChartJs/Lombiq.ChartJs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrchardCore.Module.Targets" Version="2.0.0-preview-18200" />
<PackageReference Include="OrchardCore.Module.Targets" Version="2.0.0-preview-18282" />
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' != 'true'">
Expand All @@ -48,7 +48,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="10.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="10.0.1-preview.5.occ-245" />
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="2.1.0" />
</ItemGroup>

Expand Down