File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1212build_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/
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8.0.100 "
3+ "version" : " 8.0.401 "
44 }
55}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11251125 },
11261126 {
11271127 "Name" : " TheBootstrapThemeSettings" ,
1128- "DisplayName" : " TheBootstrapTheme " ,
1128+ "DisplayName" : " The Bootstrap Theme " ,
11291129 "Settings" : {
11301130 "ContentTypeSettings" : {
11311131 "Stereotype" : " CustomSettings" ,
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments