Skip to content

Commit 1677c50

Browse files
authored
Merge pull request #30 from Lombiq/issue/NEST-537
NEST-537: Upgrading to OC 2.1.0
2 parents 396e7d9 + 8387880 commit 1677c50

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
- ps: $IsDevBranch = ($env:APPVEYOR_REPO_BRANCH -eq "dev" -And -not $env:APPVEYOR_PULL_REQUEST_NUMBER)
99
# Uncomment to download a specific version of dotnet
1010
- ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.ps1" -OutFile "dotnet-install.ps1"
11-
- ps: .\dotnet-install.ps1 --Version 8.0.100
11+
- ps: .\dotnet-install.ps1 --Version 8.0.401
1212
build_script:
1313
- dotnet restore
1414
- dotnet build -c Release
@@ -26,6 +26,6 @@ deploy:
2626
branch: master
2727
server: https://www.nuget.org/api/v2/package
2828
api_key:
29-
secure: /Rej9Vfc4B+9aH08tUOYnEoKfcLnEjg5KGMm2rl1Oqq6ajaE/9nG71BCCgzfm+3y
29+
secure: jkH4D4OSooevIdRKb14SOWgt5U9+cCiOS4+DU947SszReOBYmT9MoknCw7fC3eZk
3030
skip_symbols: true
3131
artifact: /.*\.nupkg/

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.100"
3+
"version": "8.0.401"
44
}
55
}

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Title>Bootstrap theme for Orchard Core</Title>
66
<Description>Orchard Core Theme based on Bootstrap.</Description>
77
<PackageTags>Bootstrap;OrchardCore</PackageTags>
8-
<VersionPrefix>1.8.0</VersionPrefix>
8+
<VersionPrefix>2.1.0</VersionPrefix>
99
<VersionSuffix></VersionSuffix>
1010
</PropertyGroup>
1111

src/TheBootstrapTheme/Recipes/TheBootstrapTheme.recipe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@
11251125
},
11261126
{
11271127
"Name": "TheBootstrapThemeSettings",
1128-
"DisplayName": "TheBootstrapTheme",
1128+
"DisplayName": "The Bootstrap Theme",
11291129
"Settings": {
11301130
"ContentTypeSettings": {
11311131
"Stereotype": "CustomSettings",

src/TheBootstrapTheme/TheBootstrapTheme.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="OrchardCore.Menu" Version="1.8.3" />
10-
<PackageReference Include="OrchardCore.Theme.Targets" Version="1.8.3" />
11-
<PackageReference Include="OrchardCore.ContentManagement" Version="1.8.3" />
12-
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.8.3" />
13-
<PackageReference Include="OrchardCore.ResourceManagement" Version="1.8.3" />
9+
<PackageReference Include="OrchardCore.Menu" Version="2.1.0" />
10+
<PackageReference Include="OrchardCore.Theme.Targets" Version="2.1.0" />
11+
<PackageReference Include="OrchardCore.ContentManagement" Version="2.1.0" />
12+
<PackageReference Include="OrchardCore.DisplayManagement" Version="2.1.0" />
13+
<PackageReference Include="OrchardCore.ResourceManagement" Version="2.1.0" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)