Skip to content

Commit

Permalink
Update OrchardCore Package (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored Jan 7, 2025
1 parent 5f479f6 commit 83df3f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"rollForward": "latestMajor"
}
}
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<PropertyGroup>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<VersionSuffix Condition="'$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<InformationalVersion></InformationalVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<OrchardCoreVersion>[2.0.0,3.0.0)</OrchardCoreVersion>
<OrchardCoreVersion>[2.1.0,3.0.0)</OrchardCoreVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 83df3f8

Please sign in to comment.