Skip to content

Commit 73bee54

Browse files
authored
Merge pull request #455 from DataObjects-NET/7.2-weaver-pdb-issue
Mono.Cecil package update
2 parents b900eaf + f57dbcf commit 73bee54

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog/7.2.1-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
[main] Addressed issue of not disposing IAsyncEnumerator which caused query being open
33
[main] Addressed issue of overwriting exception on attempt to rollback the transaction of Domain upgrade if commit operation failed
44
[postgresql] Update Npgsql to 9.0.4
5+
[weaver] Updated Mono.Cecil package to v0.11.6, which resolves certain issues of unsynced pdb files

Weaver/Xtensive.Orm.Weaver/Xtensive.Orm.Weaver.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Configurations>Debug;Release;Debug-NET6;Release-NET6;Debug-NET7;Release-NET7;Debug-NET8;Release-NET8</Configurations>
1212
</PropertyGroup>
1313
<ItemGroup>
14-
<PackageReference Include="Mono.Cecil" Version="0.11.2" />
14+
<PackageReference Include="Mono.Cecil" Version="0.11.6" />
1515
</ItemGroup>
1616
<ItemGroup>
1717
<Folder Include="Properties\" />

0 commit comments

Comments
 (0)