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
13 changes: 13 additions & 0 deletions CSM Database Testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [7.0.2] - 18.06-2026

### Removed

- Removed drafting for [CatalogEntity] and [ReferencedEntity] since they were removed at version [7.0.0] of [CSM Database Core].

### Dependencies

| Package | Previous Version | New Version |
|:----------------------------------------|:----------------:|:---------------:|
| CSM.Foundation.Core | 4.0.0 | 4.0.0 |
| xunit.v3 | 3.2.2 | 3.2.2 |

## [7.0.2] - 18.06-2026

### Fixed

- Fixed code style
Expand Down
2 changes: 1 addition & 1 deletion CSM Database Testing/CSM Database Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>CSM_Database_Testing</RootNamespace>
<PackageId>CSM.Database.Testing</PackageId>
<Version>7.0.2</Version>
<Version>8.0.0</Version>
<Authors>Renato Urrea</Authors>
<Company>Cosmos (CSM)</Company>
<RepositoryUrl>https://github.com/Cosmos-CSM/csm_database</RepositoryUrl>
Expand Down
Loading