Skip to content

Commit 9af2199

Browse files
committed
Merge branch 'master' of https://github.com/postsharp/PostSharp.Documentation into topic/doc-2026.0
2 parents 3b3d91b + be84e49 commit 9af2199

14 files changed

Lines changed: 302 additions & 58 deletions

File tree

.teamcity/settings.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ object DebugBuild : BuildType({
9494
}
9595

9696
dependencies {
97-
dependency(AbsoluteId("PostSharp_PostSharp20250_BuildDistribution")) {
97+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20251_BuildDistribution")) {
9898
snapshot {
9999
onDependencyFailure = FailureAction.FAIL_TO_START
100100
}
@@ -179,7 +179,7 @@ object ReleaseBuild : BuildType({
179179
}
180180

181181
dependencies {
182-
dependency(AbsoluteId("PostSharp_PostSharp20250_BuildDistribution")) {
182+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20251_BuildDistribution")) {
183183
snapshot {
184184
onDependencyFailure = FailureAction.FAIL_TO_START
185185
}
@@ -264,7 +264,7 @@ object PublicBuild : BuildType({
264264
}
265265

266266
dependencies {
267-
dependency(AbsoluteId("PostSharp_PostSharp20250_BuildDistribution")) {
267+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20251_BuildDistribution")) {
268268
snapshot {
269269
onDependencyFailure = FailureAction.FAIL_TO_START
270270
}
@@ -335,7 +335,7 @@ object PublicDeployment : BuildType({
335335
}
336336

337337
dependencies {
338-
dependency(AbsoluteId("PostSharp_PostSharp20250_BuildDistribution")) {
338+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20251_BuildDistribution")) {
339339
snapshot {
340340
onDependencyFailure = FailureAction.FAIL_TO_START
341341
}
@@ -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 = "search update %UpdateSearchArguments%"
387387
}
388388
}
389389

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.173</PostSharpEngineeringVersion>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageVersion Include="PostSharp.Engineering.BuildTools" Version="$(PostSharpEngineeringVersion)" />

code/PostSharp.Documentation.Consolidated/.idea/.idea.PostSharp.Documentation.dir/.idea/.gitignore

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/PostSharp.Documentation.Consolidated/.idea/.idea.PostSharp.Documentation.dir/.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/PostSharp.Documentation.Consolidated/.idea/.idea.PostSharp.Documentation.dir/.idea/encodings.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/PostSharp.Documentation.Consolidated/.idea/.idea.PostSharp.Documentation.dir/.idea/indexLayout.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/PostSharp.Documentation.Consolidated/.idea/.idea.PostSharp.Documentation.dir/.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conceptual/Caching/Backends/caching-redis.md

Lines changed: 248 additions & 23 deletions
Large diffs are not rendered by default.

eng/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Dependencies.props
1+
Dependencies.props
2+
*.binlog

eng/src/.idea/.idea.BuildMetalamaDocumentation/.idea/.name

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)