Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,6 @@
<RoslynAnalyzersVersion>5.3.0</RoslynAnalyzersVersion>
</PropertyGroup>

<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN.UTILITIES (Runtime package)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Roslyn.Utilities">
<ANcpLuaRoslynUtilitiesVersion>2.0.7</ANcpLuaRoslynUtilitiesVersion>
</PropertyGroup>

<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN.UTILITIES.SOURCES (Source-only package for generators)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Roslyn.Utilities.Sources">
<ANcpLuaRoslynUtilitiesSourcesVersion>2.0.7</ANcpLuaRoslynUtilitiesSourcesVersion>
</PropertyGroup>

<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN.UTILITIES.POLYFILLS (Source-only polyfills for netstandard2.0)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Roslyn.Utilities.Polyfills">
<ANcpLuaRoslynUtilitiesPolyfillsVersion>2.0.7</ANcpLuaRoslynUtilitiesPolyfillsVersion>
</PropertyGroup>

<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN.UTILITIES.TESTING (Analyzer/CodeFix/Generator test infrastructure)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Roslyn.Utilities.Testing">
<ANcpLuaRoslynUtilitiesTestingVersion>2.0.7</ANcpLuaRoslynUtilitiesTestingVersion>
</PropertyGroup>

<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN ANALYZER TESTING
Used by: Roslyn.Utilities.Testing, Analyzers.Tests
Expand Down
9 changes: 1 addition & 8 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>ANcpLua/renovate-config"],
"packageRules": [
{
"description": "Block ALL first-party self-bumps — Roslyn.Utilities is foundation; self-test pin coupled to publish flow (chicken-and-egg if auto-bumped)",
"matchPackageNames": ["/^ANcpLua\\./"],
"enabled": false
}
]
"extends": ["github>ANcpLua/renovate-config"]
}
Loading