File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ object PublicUpdateSearch : BuildType({
383383 path = " Build.ps1"
384384 }
385385 noProfile = false
386- scriptArgs = " tools search update https://0fpg9nu41dat6boep.a1.typesense.net postsharpdoc https://doc-production.postsharp.net/il/ sitemap.xml --ignore-tls %UpdateSearchArguments%"
386+ scriptArgs = " tools search update https://0fpg9nu41dat6boep.a1.typesense.net postsharpdoc https://doc-production.postsharp.net/sitemap.xml --ignore-tls %UpdateSearchArguments%"
387387 }
388388 }
389389
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66 <!-- Set versions of dependencies that need special treatment or consist of multiple packages of the same version. -->
77 <PropertyGroup >
8- <PostSharpEngineeringVersion Condition =" '$(PostSharpEngineeringVersion)'==''" >2023.2.151 </PostSharpEngineeringVersion >
8+ <PostSharpEngineeringVersion Condition =" '$(PostSharpEngineeringVersion)'==''" >2023.2.162 </PostSharpEngineeringVersion >
99 </PropertyGroup >
1010 <ItemGroup >
1111 <PackageVersion Include =" PostSharp.Engineering.BuildTools" Version =" $(PostSharpEngineeringVersion)" />
Original file line number Diff line number Diff line change 6161 new UpdateSearchProductExtension < UpdatePostSharpDocumentationCommand > (
6262 "https://0fpg9nu41dat6boep.a1.typesense.net" ,
6363 "postsharpdoc" ,
64- "https://doc-production.postsharp.net/il/ sitemap.xml" ,
64+ "https://doc-production.postsharp.net/sitemap.xml" ,
6565 true )
6666 ]
6767} ;
Original file line number Diff line number Diff line change 44 "rollForward" : " minor"
55 },
66 "msbuild-sdks" : {
7- "PostSharp.Engineering.Sdk" : " 2023.2.151 "
7+ "PostSharp.Engineering.Sdk" : " 2023.2.162 "
88 }
99}
You can’t perform that action at this time.
0 commit comments