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 #24

Merged
merged 27 commits into from
Jul 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6858b50
Update OC preview version.
sarahelsaig May 28, 2024
55c80a7
Update OC preview version.
sarahelsaig May 30, 2024
5033c9e
Update OC preview version.
sarahelsaig Jun 5, 2024
4641f29
Merge branch 'task/system-text-json-migration' into issue/OCC-245
sarahelsaig Jun 14, 2024
43db972
Update OC version.
sarahelsaig Jun 18, 2024
a796f9f
Update OC version.
sarahelsaig Jun 19, 2024
51333de
Update OC preview version.
sarahelsaig Jun 20, 2024
3957603
Update OC preview version.
sarahelsaig Jun 21, 2024
00cb4ca
Merge remote-tracking branch 'origin/issue/OCC-245' into issue/OCC-245
sarahelsaig Jun 21, 2024
9d04caa
Update HL and UITT NuGet versions.
sarahelsaig Jun 24, 2024
ad9c1a0
Update OC NuGet versions.
sarahelsaig Jun 24, 2024
c73dd6a
Update to latest OC preview version.
sarahelsaig Jul 2, 2024
e51000b
Update OC preview version.
sarahelsaig Jul 11, 2024
1f04cab
Update HL version.
sarahelsaig Jul 13, 2024
939f350
Update UITT version.
sarahelsaig Jul 13, 2024
82d3bb1
Update HL nuget version.
sarahelsaig Jul 16, 2024
4d333a4
Update all UITT Nuget versions.
sarahelsaig Jul 16, 2024
b14ac66
Update package version.
sarahelsaig Jul 16, 2024
d8ef680
Update OC preview versions.
sarahelsaig Jul 24, 2024
3e1c0ca
Update HL preview version.
sarahelsaig Jul 26, 2024
a239774
Update UITT preview version.
sarahelsaig Jul 26, 2024
c415652
Update HL preview.
sarahelsaig Jul 27, 2024
a5d066f
Update UITT version.
sarahelsaig Jul 27, 2024
6ec9f13
Update UITT preview version.
sarahelsaig Jul 27, 2024
9cb5743
NuGet.config
sarahelsaig Jul 27, 2024
16b29e7
Update HL nuget version.
sarahelsaig Jul 27, 2024
08df669
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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

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

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
</ItemGroup>

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

<ItemGroup>
Expand All @@ -50,7 +50,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="10.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="10.0.1-alpha.2.occ-245" />
</ItemGroup>

<!-- The targets file will be automatically imported when using the project from NuGet but needs an explicit import
Expand Down
10 changes: 10 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- Ignore global configuration -->
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="OrchardCorePreview" value="https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json" />
<add key="Lombiq" value="https://nuget.cloudsmith.io/lombiq/open-source-orchard-core-extensions/v3/index.json" />
</packageSources>
</configuration>