Skip to content

Commit f065039

Browse files
committed
Removing Metalama 2025.2.
1 parent 819ff32 commit f065039

File tree

3 files changed

+2
-247
lines changed

3 files changed

+2
-247
lines changed

src/PostSharp.Engineering.BuildTools/Dependencies/Definitions/MetalamaDependencies.V2025_1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public MetalamaDependencyDefinition(
5656
public static ProductFamily Family { get; } = new( _projectName, "2025.1", DevelopmentDependencies.Family, PostSharpDependencies.V2025_1.Family )
5757
{
5858
// UpstreamProductFamily = V2025_0.Family,
59-
DownstreamProductFamily = V2025_2.Family, ConsolidatedProjectName = "Metalama.Consolidated"
59+
DownstreamProductFamily = V2026_0.Family, ConsolidatedProjectName = "Metalama.Consolidated"
6060
};
6161

6262
// The release build is intentionally used for the debug configuration because we want dependencies to consume the release

src/PostSharp.Engineering.BuildTools/Dependencies/Definitions/MetalamaDependencies.V2025_2.cs

Lines changed: 0 additions & 245 deletions
This file was deleted.

src/PostSharp.Engineering.BuildTools/Dependencies/Definitions/MetalamaDependencies.V2026_0.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public MetalamaDependencyDefinition(
5555

5656
public static ProductFamily Family { get; } = new( _projectName, "2026.0", DevelopmentDependencies.Family, PostSharpDependencies.V2025_1.Family )
5757
{
58-
UpstreamProductFamily = V2025_2.Family, ConsolidatedProjectName = "Metalama.Consolidated"
58+
UpstreamProductFamily = V2025_1.Family, ConsolidatedProjectName = "Metalama.Consolidated"
5959

6060
// DownstreamProductFamily = V2026_1.Family
6161
};

0 commit comments

Comments
 (0)