Skip to content

Commit e7f1185

Browse files
committed
refs
1 parent 440c261 commit e7f1185

3 files changed

Lines changed: 18 additions & 10 deletions

File tree

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ Provides a wrapper around [SqlLocalDB](https://docs.microsoft.com/en-us/sql/data
3030

3131
[Entity Framework Extensions](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=LocalDb) is a major sponsor and is proud to contribute to the development this project.
3232

33-
[![Entity Framework Extensions](https://raw.githubusercontent.com/SimonCropp/LocalDb/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=LocalDb)<!-- endInclude -->
33+
[![Entity Framework Extensions](https://raw.githubusercontent.com/SimonCropp/LocalDb/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=LocalDb)
34+
35+
### Developed using JetBrains IDEs
36+
37+
[![JetBrains logo.](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg)](https://jb.gg/OpenSourceSupport)<!-- endInclude -->
3438

3539

3640
<!-- toc -->

src/Directory.Packages.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,27 @@
2121
<PackageVersion Include="NetTopologySuite" Version="2.6.0" />
2222
<PackageVersion Include="NUnit" Version="4.5.1" />
2323
<PackageVersion Include="NUnit3TestAdapter" Version="5.2.0" Pinned="true" />
24-
<PackageVersion Include="Polyfill" Version="9.18.0" />
24+
<PackageVersion Include="Polyfill" Version="9.22.0" />
2525
<PackageVersion Include="ProjectDefaults" Version="1.0.172" />
2626
<PackageVersion Include="System.Data.SqlClient" Version="4.9.1" />
2727
<PackageVersion Include="System.Drawing.Common" Version="10.0.5" />
2828
<PackageVersion Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
2929
<PackageVersion Include="System.Memory" Version="4.6.3" />
30-
<PackageVersion Include="Verify.NUnit" Version="31.13.2" />
30+
<PackageVersion Include="Verify.NUnit" Version="31.13.3" />
3131
<PackageVersion Include="Verify.EntityFramework" Version="15.0.2" />
3232
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
3333
<PackageVersion Include="Verify.SqlServer" Version="11.3.1" />
3434
<PackageVersion Include="Argon" Version="0.33.5" />
35-
<PackageVersion Include="DiffEngine" Version="19.0.0" />
35+
<PackageVersion Include="DiffEngine" Version="19.1.1" />
3636
<PackageVersion Include="EmptyFiles" Version="8.17.2" />
3737
<PackageVersion Include="SimpleInfoName" Version="3.2.0" />
38-
<PackageVersion Include="Verify" Version="31.13.2" />
38+
<PackageVersion Include="Verify" Version="31.13.3" />
3939
<PackageVersion Include="xunit.v3" Version="3.2.2" />
4040
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
41-
<PackageVersion Include="Verify.XunitV3" Version="31.13.2" />
41+
<PackageVersion Include="Verify.XunitV3" Version="31.13.3" />
4242
<PackageVersion Include="MSTest" Version="4.1.0" />
43-
<PackageVersion Include="Verify.MSTest" Version="31.13.2" />
44-
<PackageVersion Include="TUnit" Version="1.19.22" />
45-
<PackageVersion Include="Verify.TUnit" Version="31.13.2" />
43+
<PackageVersion Include="Verify.MSTest" Version="31.13.3" />
44+
<PackageVersion Include="TUnit" Version="1.19.74" />
45+
<PackageVersion Include="Verify.TUnit" Version="31.13.3" />
4646
</ItemGroup>
4747
</Project>

src/nuget.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ Provides a wrapper around [SqlLocalDB](https://docs.microsoft.com/en-us/sql/data
1919

2020
[Entity Framework Extensions](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=LocalDb) is a major sponsor and is proud to contribute to the development this project.
2121

22-
[![Entity Framework Extensions](https://raw.githubusercontent.com/SimonCropp/LocalDb/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=LocalDb)<!-- endInclude -->
22+
[![Entity Framework Extensions](https://raw.githubusercontent.com/SimonCropp/LocalDb/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=LocalDb)
23+
24+
### Developed using JetBrains IDEs
25+
26+
[![JetBrains logo.](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg)](https://jb.gg/OpenSourceSupport)<!-- endInclude -->

0 commit comments

Comments
 (0)