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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ This is the first stable production release of PowerCSharp, marking the transiti

---

## [Unreleased]
## [Sanitization 1.0.0] - 2026-07-23

### Added

Expand Down Expand Up @@ -340,3 +340,5 @@ All pre-1.0.0 development was internal and not publicly released.
---

**For more information about PowerCSharp releases, visit our [GitHub Repository](https://github.com/marioarce/PowerCSharp).** 🚀

**Or visit the Official website:** [https://powercsharp.net/](https://powercsharp.net/)
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project>
<PropertyGroup>
<!-- Centralized version management for PowerCSharp packages -->
<PowerCSharpVersion>2.0.2</PowerCSharpVersion>
<PowerCSharpVersion>2.0.3</PowerCSharpVersion>
<PowerCSharpCompatibilityVersion>1.0.0</PowerCSharpCompatibilityVersion>

<!-- Features framework trio (Abstractions + Features + BuiltInFeatures) — evolve together -->
<PowerCSharpFeaturesVersion>1.0.2</PowerCSharpFeaturesVersion>
<PowerCSharpFeaturesVersion>1.0.3</PowerCSharpFeaturesVersion>

<!-- Per-pluggable-feature versions — ship independently. -->
<!-- Cache family bumped to 1.3.0: realigns Cache + BitFaster onto the post-split
Expand Down
Loading