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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body:
id: tunit-version
attributes:
label: TUnit version
placeholder: "1.44.0"
placeholder: "1.45.22"
validations:
required: true

Expand Down
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<PackageVersion Include="PublicApiGenerator" Version="11.5.4" />
<PackageVersion Include="SnapshotAssertions.TUnit" Version="0.3.0" />
<PackageVersion Include="System.Numerics.Tensors" Version="10.0.8" />
<PackageVersion Include="TUnit" Version="1.44.39" />
<PackageVersion Include="TUnit.Assertions" Version="1.44.39" />
<PackageVersion Include="TUnit.Core" Version="1.44.39" />
<PackageVersion Include="TUnit" Version="1.45.22" />
<PackageVersion Include="TUnit.Assertions" Version="1.45.22" />
<PackageVersion Include="TUnit.Core" Version="1.45.22" />
</ItemGroup>

<!-- Analyzer pack (applied to every project automatically via GlobalPackageReference) -->
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This library replaces both with a single fluent DSL that auto-imports alongside
dotnet add package MathAssertions.TUnit
```

**Requirements:** TUnit 1.44.0 or later, .NET 10. `MathAssertions` (the framework-agnostic core) and TUnit's runtime + assertion deps come transitively. The package is AOT-compatible, trimmable, and uses no runtime reflection in the assertion path.
**Requirements:** TUnit 1.45.22 or later, .NET 10. `MathAssertions` (the framework-agnostic core) and TUnit's runtime + assertion deps come transitively. The package is AOT-compatible, trimmable, and uses no runtime reflection in the assertion path.

## Package layout

Expand Down
2 changes: 1 addition & 1 deletion src/MathAssertions.TUnit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The mathematical-assertion surface is exposed as fluent extensions over TUnit's
dotnet add package MathAssertions.TUnit
```

`MathAssertions` (the framework-agnostic core) comes transitively. **Requirements:** TUnit 1.43.11 or later, .NET 10.
`MathAssertions` (the framework-agnostic core) comes transitively. **Requirements:** TUnit 1.45.22 or later, .NET 10.

The source-generated entry point (`IsApproximatelyEqualTo` on `Vector3`) auto-imports via `TUnit.Assertions.Extensions`. The only additional `using` you typically need is `System.Numerics` for the value type itself. If you call `MathTolerance.IsApproximatelyEqual` directly from a `[GenerateAssertion]` extension on a private domain type, add `MathAssertions` to your `GlobalUsings.cs`:

Expand Down
12 changes: 6 additions & 6 deletions src/MathAssertions.TUnit/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
},
"TUnit.Assertions": {
"type": "Direct",
"requested": "[1.44.39, )",
"resolved": "1.44.39",
"contentHash": "SViqjhKe85NGKtBmXojZlbt96sMcyHe+M0gz55omyOXKV8vrdGy52KxcKSPA2Bse0sOOj9yqF/J3j/1Aqs3f7A=="
"requested": "[1.45.22, )",
"resolved": "1.45.22",
"contentHash": "tUFBQ9q+9Rife2TJOWINbgTPmOMbMfm0M3R976s/UZpkohqQl64pKXSlP5ZghAR49cXCjiue0ycDqkRc6td7JA=="
},
"TUnit.Core": {
"type": "Direct",
"requested": "[1.44.39, )",
"resolved": "1.44.39",
"contentHash": "4bObC6RbPpCrUpKvZJ+BpejkouFi+/UxANKIgoPNubW/dncxBDIyjuTLclKmkliEXblPqaermVoYVvuxwRcSBQ=="
"requested": "[1.45.22, )",
"resolved": "1.45.22",
"contentHash": "Ee3UgUa/UVOErcspTDyeOD+iWgH4DDzLf9IMPeVfNSM+vJ1trrWh3DYE3SUgU5cM1KkoZTlU5LT12rUYSXmy7A=="
},
"Microsoft.Build.Tasks.Git": {
"type": "Transitive",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TUnit" Version="1.44.39" />
<PackageReference Include="TUnit" Version="1.45.22" />
</ItemGroup>

<ItemGroup Condition="'$(ArtifactsLocalFeedExists)' == 'true'">
Expand Down
86 changes: 43 additions & 43 deletions tests/MathAssertions.TUnit.SnapshotTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
},
"TUnit": {
"type": "Direct",
"requested": "[1.44.39, )",
"resolved": "1.44.39",
"contentHash": "TsxDeky2k+5nCTRlngWaGVPnrAKLXNOeD3Vz/MJlVk7vwFWSi9T2zmbmhe/PVpSWZt2u0OJFtM04jXIlWpPrzg==",
"requested": "[1.45.22, )",
"resolved": "1.45.22",
"contentHash": "sp/fSGviOO5iSjkgqUoTVqYqaiRuWnqFwvIfTrHln8TaQxIZUM2jAzluP+6l9gq/pZmU96eTCjSyArEnOkXjmw==",
"dependencies": {
"Microsoft.Testing.Extensions.CodeCoverage": "18.6.2",
"Microsoft.Testing.Extensions.Telemetry": "2.2.2",
"Microsoft.Testing.Extensions.TrxReport": "2.2.2",
"TUnit.Assertions": "1.44.39",
"TUnit.Engine": "1.44.39"
"Microsoft.Testing.Extensions.CodeCoverage": "18.7.0",
"Microsoft.Testing.Extensions.Telemetry": "2.2.3",
"Microsoft.Testing.Extensions.TrxReport": "2.2.3",
"TUnit.Assertions": "1.45.22",
"TUnit.Engine": "1.45.22"
}
},
"EnumerableAsyncProcessor": {
Expand All @@ -78,8 +78,8 @@
},
"Microsoft.DiaSymReader": {
"type": "Transitive",
"resolved": "2.2.5",
"contentHash": "Cq0DLpL8oQmXX3EUCClAYWDBy7Nf3Km6kmUw/eYWlYcTeC3g3Nekd/Z/ldsiy+Oi3xboanlQV9oaVCkgdLEhOQ=="
"resolved": "2.2.6",
"contentHash": "UitZ43WYJQYmcuScLEDTR95EGulBwk2R4N2zLBhaka8frXGVioa6Bkcbc5Fib8UkHIdrnN1lyzOublenrfpgxA=="
},
"Microsoft.Extensions.DependencyModel": {
"type": "Transitive",
Expand All @@ -88,51 +88,51 @@
},
"Microsoft.Testing.Extensions.CodeCoverage": {
"type": "Transitive",
"resolved": "18.6.2",
"contentHash": "vRDhB96XQyVdYFp4cQZOMz/lx0okfCdzTXPxGiuFhKx2yUL0FT/skTpnTv+7x13+tjNOcT39i2Ln3BYtslzf2w==",
"resolved": "18.7.0",
"contentHash": "i7ifcFK6lzM5BHaROS4O7SAkk7L/gAeOwZxs3pyhn8hW73ZDTwQppovXNJL1bm1JBXL69HuI4DO5NzU8rhzIiA==",
"dependencies": {
"Microsoft.DiaSymReader": "2.2.5",
"Microsoft.DiaSymReader": "2.2.6",
"Microsoft.Extensions.DependencyModel": "8.0.2",
"Microsoft.Testing.Platform": "2.1.0"
"Microsoft.Testing.Platform": "2.2.1"
}
},
"Microsoft.Testing.Extensions.Telemetry": {
"type": "Transitive",
"resolved": "2.2.2",
"contentHash": "qKRghdaDiC88N1s3LDJO7zW74QNZu/ErnTxuG7R9u9UORn6pTwdqbi7X+eY4UQb+7YV2gR2yz8eRelvOWQVxhA==",
"resolved": "2.2.3",
"contentHash": "mLdW+JOR3kXYGTdgR/qc/UZBA0r+eCR2k6bUxTcuDj5w9WdIQ7Lol5MBUU7YOSGd9bs9bvhSYWAptgz0YtQqCA==",
"dependencies": {
"Microsoft.ApplicationInsights": "2.23.0",
"Microsoft.Testing.Platform": "2.2.2"
"Microsoft.Testing.Platform": "2.2.3"
}
},
"Microsoft.Testing.Extensions.TrxReport": {
"type": "Transitive",
"resolved": "2.2.2",
"contentHash": "iEp69l8C0OlEnqUgZVoh621PrFIbaIbhjShUkW9pgPwH1GGLawLbi7cW1wyzLxZLI3jVSuKqV/JbSFz8Ael7Kg==",
"resolved": "2.2.3",
"contentHash": "9Hot3ty5ZVWHrW40k2NPfD0dCaPwIxj7j7VjujNYwpYkYw9AdbejPHjGNkL/gvUWorauJf5IkeDoUeIbS7LuUg==",
"dependencies": {
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.2.2",
"Microsoft.Testing.Platform": "2.2.2"
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.2.3",
"Microsoft.Testing.Platform": "2.2.3"
}
},
"Microsoft.Testing.Extensions.TrxReport.Abstractions": {
"type": "Transitive",
"resolved": "2.2.2",
"contentHash": "MuOC3Be70FPysaPxaO0f3GFoXU49UwnKCVDWfFrOZ93h955KZ6MKiJ6vwt/2r4e1wkLDoJFbkQzi/MNbpe4oXQ==",
"resolved": "2.2.3",
"contentHash": "hntvxJEkmUAx6C2xXc/PO38DqEQl4rimzOgSvTR1hAMruMid7R4RcXOrzzF33J66gKaN7jRaQ0TMW/nNfaV9jw==",
"dependencies": {
"Microsoft.Testing.Platform": "2.2.2"
"Microsoft.Testing.Platform": "2.2.3"
}
},
"Microsoft.Testing.Platform": {
"type": "Transitive",
"resolved": "2.2.2",
"contentHash": "9mUsTOri0aVqBX7/EJwqVJxVwdOzGUVJqK1H2EMfIl9xxJuSdqhfAlJbukl/iNugvi4+cmQs/LI8PLTDUT9P1A=="
"resolved": "2.2.3",
"contentHash": "LhM1/Qoi8Ams5QcD4r3f09CSOono9iQr3NEJQItFtyzWB55nWTgEOsVqXqMWWWIwk3nkPqc+XfnlJmp8xUI5fg=="
},
"Microsoft.Testing.Platform.MSBuild": {
"type": "Transitive",
"resolved": "2.2.2",
"contentHash": "acgkTLYA8C39oe5b5ISmydBshR0XO6v8z3/CXAsLmPQ3xAiomHuPoTAgY28tjQLcwPZOu4GX034BXWvmsVpzIg==",
"resolved": "2.2.3",
"contentHash": "Q22jJYJLx4srTinsAuoCskqmzjrBJC8YeGJMHHIcrf1dQeHoEZ7wsqDzTlENkMoke2qfufF7U+9u58nlZunH/Q==",
"dependencies": {
"Microsoft.Testing.Platform": "2.2.2"
"Microsoft.Testing.Platform": "2.2.3"
}
},
"Mono.Cecil": {
Expand All @@ -152,14 +152,14 @@
},
"TUnit.Engine": {
"type": "Transitive",
"resolved": "1.44.39",
"contentHash": "myAqXqU/EzdX1ZXHvJtda6oIV2v3DuPkhzRSU2iNeowRiqQlsAQ4y8cQ7JlIX9y1SCM3k2Es7XFy0GSqrXXcYw==",
"resolved": "1.45.22",
"contentHash": "oTdRcTcQHKwWRnhpAHX0DsrxsIX0sAoRqrCBuhICU7e03WpYnSNM00czzFPbgikHfm4HP81SzUbnG1BrdRTFLQ==",
"dependencies": {
"EnumerableAsyncProcessor": "3.8.4",
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.2.2",
"Microsoft.Testing.Platform": "2.2.2",
"Microsoft.Testing.Platform.MSBuild": "2.2.2",
"TUnit.Core": "1.44.39"
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.2.3",
"Microsoft.Testing.Platform": "2.2.3",
"Microsoft.Testing.Platform.MSBuild": "2.2.3",
"TUnit.Core": "1.45.22"
}
},
"mathassertions": {
Expand All @@ -172,8 +172,8 @@
"type": "Project",
"dependencies": {
"MathAssertions": "[0.3.0, )",
"TUnit.Assertions": "[1.44.39, )",
"TUnit.Core": "[1.44.39, )"
"TUnit.Assertions": "[1.45.22, )",
"TUnit.Core": "[1.45.22, )"
}
},
"System.Numerics.Tensors": {
Expand All @@ -184,15 +184,15 @@
},
"TUnit.Assertions": {
"type": "CentralTransitive",
"requested": "[1.44.39, )",
"resolved": "1.44.39",
"contentHash": "SViqjhKe85NGKtBmXojZlbt96sMcyHe+M0gz55omyOXKV8vrdGy52KxcKSPA2Bse0sOOj9yqF/J3j/1Aqs3f7A=="
"requested": "[1.45.22, )",
"resolved": "1.45.22",
"contentHash": "tUFBQ9q+9Rife2TJOWINbgTPmOMbMfm0M3R976s/UZpkohqQl64pKXSlP5ZghAR49cXCjiue0ycDqkRc6td7JA=="
},
"TUnit.Core": {
"type": "CentralTransitive",
"requested": "[1.44.39, )",
"resolved": "1.44.39",
"contentHash": "4bObC6RbPpCrUpKvZJ+BpejkouFi+/UxANKIgoPNubW/dncxBDIyjuTLclKmkliEXblPqaermVoYVvuxwRcSBQ=="
"requested": "[1.45.22, )",
"resolved": "1.45.22",
"contentHash": "Ee3UgUa/UVOErcspTDyeOD+iWgH4DDzLf9IMPeVfNSM+vJ1trrWh3DYE3SUgU5cM1KkoZTlU5LT12rUYSXmy7A=="
}
}
}
Expand Down
86 changes: 43 additions & 43 deletions tests/MathAssertions.TUnit.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
},
"TUnit": {
"type": "Direct",
"requested": "[1.44.39, )",
"resolved": "1.44.39",
"contentHash": "TsxDeky2k+5nCTRlngWaGVPnrAKLXNOeD3Vz/MJlVk7vwFWSi9T2zmbmhe/PVpSWZt2u0OJFtM04jXIlWpPrzg==",
"requested": "[1.45.22, )",
"resolved": "1.45.22",
"contentHash": "sp/fSGviOO5iSjkgqUoTVqYqaiRuWnqFwvIfTrHln8TaQxIZUM2jAzluP+6l9gq/pZmU96eTCjSyArEnOkXjmw==",
"dependencies": {
"Microsoft.Testing.Extensions.CodeCoverage": "18.6.2",
"Microsoft.Testing.Extensions.Telemetry": "2.2.2",
"Microsoft.Testing.Extensions.TrxReport": "2.2.2",
"TUnit.Assertions": "1.44.39",
"TUnit.Engine": "1.44.39"
"Microsoft.Testing.Extensions.CodeCoverage": "18.7.0",
"Microsoft.Testing.Extensions.Telemetry": "2.2.3",
"Microsoft.Testing.Extensions.TrxReport": "2.2.3",
"TUnit.Assertions": "1.45.22",
"TUnit.Engine": "1.45.22"
}
},
"EnumerableAsyncProcessor": {
Expand All @@ -57,8 +57,8 @@
},
"Microsoft.DiaSymReader": {
"type": "Transitive",
"resolved": "2.2.5",
"contentHash": "Cq0DLpL8oQmXX3EUCClAYWDBy7Nf3Km6kmUw/eYWlYcTeC3g3Nekd/Z/ldsiy+Oi3xboanlQV9oaVCkgdLEhOQ=="
"resolved": "2.2.6",
"contentHash": "UitZ43WYJQYmcuScLEDTR95EGulBwk2R4N2zLBhaka8frXGVioa6Bkcbc5Fib8UkHIdrnN1lyzOublenrfpgxA=="
},
"Microsoft.Extensions.DependencyModel": {
"type": "Transitive",
Expand All @@ -67,63 +67,63 @@
},
"Microsoft.Testing.Extensions.CodeCoverage": {
"type": "Transitive",
"resolved": "18.6.2",
"contentHash": "vRDhB96XQyVdYFp4cQZOMz/lx0okfCdzTXPxGiuFhKx2yUL0FT/skTpnTv+7x13+tjNOcT39i2Ln3BYtslzf2w==",
"resolved": "18.7.0",
"contentHash": "i7ifcFK6lzM5BHaROS4O7SAkk7L/gAeOwZxs3pyhn8hW73ZDTwQppovXNJL1bm1JBXL69HuI4DO5NzU8rhzIiA==",
"dependencies": {
"Microsoft.DiaSymReader": "2.2.5",
"Microsoft.DiaSymReader": "2.2.6",
"Microsoft.Extensions.DependencyModel": "8.0.2",
"Microsoft.Testing.Platform": "2.1.0"
"Microsoft.Testing.Platform": "2.2.1"
}
},
"Microsoft.Testing.Extensions.Telemetry": {
"type": "Transitive",
"resolved": "2.2.2",
"contentHash": "qKRghdaDiC88N1s3LDJO7zW74QNZu/ErnTxuG7R9u9UORn6pTwdqbi7X+eY4UQb+7YV2gR2yz8eRelvOWQVxhA==",
"resolved": "2.2.3",
"contentHash": "mLdW+JOR3kXYGTdgR/qc/UZBA0r+eCR2k6bUxTcuDj5w9WdIQ7Lol5MBUU7YOSGd9bs9bvhSYWAptgz0YtQqCA==",
"dependencies": {
"Microsoft.ApplicationInsights": "2.23.0",
"Microsoft.Testing.Platform": "2.2.2"
"Microsoft.Testing.Platform": "2.2.3"
}
},
"Microsoft.Testing.Extensions.TrxReport": {
"type": "Transitive",
"resolved": "2.2.2",
"contentHash": "iEp69l8C0OlEnqUgZVoh621PrFIbaIbhjShUkW9pgPwH1GGLawLbi7cW1wyzLxZLI3jVSuKqV/JbSFz8Ael7Kg==",
"resolved": "2.2.3",
"contentHash": "9Hot3ty5ZVWHrW40k2NPfD0dCaPwIxj7j7VjujNYwpYkYw9AdbejPHjGNkL/gvUWorauJf5IkeDoUeIbS7LuUg==",
"dependencies": {
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.2.2",
"Microsoft.Testing.Platform": "2.2.2"
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.2.3",
"Microsoft.Testing.Platform": "2.2.3"
}
},
"Microsoft.Testing.Extensions.TrxReport.Abstractions": {
"type": "Transitive",
"resolved": "2.2.2",
"contentHash": "MuOC3Be70FPysaPxaO0f3GFoXU49UwnKCVDWfFrOZ93h955KZ6MKiJ6vwt/2r4e1wkLDoJFbkQzi/MNbpe4oXQ==",
"resolved": "2.2.3",
"contentHash": "hntvxJEkmUAx6C2xXc/PO38DqEQl4rimzOgSvTR1hAMruMid7R4RcXOrzzF33J66gKaN7jRaQ0TMW/nNfaV9jw==",
"dependencies": {
"Microsoft.Testing.Platform": "2.2.2"
"Microsoft.Testing.Platform": "2.2.3"
}
},
"Microsoft.Testing.Platform": {
"type": "Transitive",
"resolved": "2.2.2",
"contentHash": "9mUsTOri0aVqBX7/EJwqVJxVwdOzGUVJqK1H2EMfIl9xxJuSdqhfAlJbukl/iNugvi4+cmQs/LI8PLTDUT9P1A=="
"resolved": "2.2.3",
"contentHash": "LhM1/Qoi8Ams5QcD4r3f09CSOono9iQr3NEJQItFtyzWB55nWTgEOsVqXqMWWWIwk3nkPqc+XfnlJmp8xUI5fg=="
},
"Microsoft.Testing.Platform.MSBuild": {
"type": "Transitive",
"resolved": "2.2.2",
"contentHash": "acgkTLYA8C39oe5b5ISmydBshR0XO6v8z3/CXAsLmPQ3xAiomHuPoTAgY28tjQLcwPZOu4GX034BXWvmsVpzIg==",
"resolved": "2.2.3",
"contentHash": "Q22jJYJLx4srTinsAuoCskqmzjrBJC8YeGJMHHIcrf1dQeHoEZ7wsqDzTlENkMoke2qfufF7U+9u58nlZunH/Q==",
"dependencies": {
"Microsoft.Testing.Platform": "2.2.2"
"Microsoft.Testing.Platform": "2.2.3"
}
},
"TUnit.Engine": {
"type": "Transitive",
"resolved": "1.44.39",
"contentHash": "myAqXqU/EzdX1ZXHvJtda6oIV2v3DuPkhzRSU2iNeowRiqQlsAQ4y8cQ7JlIX9y1SCM3k2Es7XFy0GSqrXXcYw==",
"resolved": "1.45.22",
"contentHash": "oTdRcTcQHKwWRnhpAHX0DsrxsIX0sAoRqrCBuhICU7e03WpYnSNM00czzFPbgikHfm4HP81SzUbnG1BrdRTFLQ==",
"dependencies": {
"EnumerableAsyncProcessor": "3.8.4",
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.2.2",
"Microsoft.Testing.Platform": "2.2.2",
"Microsoft.Testing.Platform.MSBuild": "2.2.2",
"TUnit.Core": "1.44.39"
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.2.3",
"Microsoft.Testing.Platform": "2.2.3",
"Microsoft.Testing.Platform.MSBuild": "2.2.3",
"TUnit.Core": "1.45.22"
}
},
"mathassertions": {
Expand All @@ -136,8 +136,8 @@
"type": "Project",
"dependencies": {
"MathAssertions": "[0.3.0, )",
"TUnit.Assertions": "[1.44.39, )",
"TUnit.Core": "[1.44.39, )"
"TUnit.Assertions": "[1.45.22, )",
"TUnit.Core": "[1.45.22, )"
}
},
"System.Numerics.Tensors": {
Expand All @@ -148,15 +148,15 @@
},
"TUnit.Assertions": {
"type": "CentralTransitive",
"requested": "[1.44.39, )",
"resolved": "1.44.39",
"contentHash": "SViqjhKe85NGKtBmXojZlbt96sMcyHe+M0gz55omyOXKV8vrdGy52KxcKSPA2Bse0sOOj9yqF/J3j/1Aqs3f7A=="
"requested": "[1.45.22, )",
"resolved": "1.45.22",
"contentHash": "tUFBQ9q+9Rife2TJOWINbgTPmOMbMfm0M3R976s/UZpkohqQl64pKXSlP5ZghAR49cXCjiue0ycDqkRc6td7JA=="
},
"TUnit.Core": {
"type": "CentralTransitive",
"requested": "[1.44.39, )",
"resolved": "1.44.39",
"contentHash": "4bObC6RbPpCrUpKvZJ+BpejkouFi+/UxANKIgoPNubW/dncxBDIyjuTLclKmkliEXblPqaermVoYVvuxwRcSBQ=="
"requested": "[1.45.22, )",
"resolved": "1.45.22",
"contentHash": "Ee3UgUa/UVOErcspTDyeOD+iWgH4DDzLf9IMPeVfNSM+vJ1trrWh3DYE3SUgU5cM1KkoZTlU5LT12rUYSXmy7A=="
}
}
}
Expand Down
Loading
Loading