We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cc0a3a + 66d39e5 commit 10bbdcbCopy full SHA for 10bbdcb
1 file changed
Open.Database.Extensions.csproj
@@ -11,9 +11,9 @@
11
<Description>Useful set of utilities and abstractions for simplifying modern database operations and ensuring DI compatibility.</Description>
12
<RepositoryUrl>https://github.com/electricessence/Open.Database.Extensions</RepositoryUrl>
13
<RepositoryType>git</RepositoryType>
14
- <Version>5.2.1</Version>
15
- <AssemblyVersion>5.2.1.0</AssemblyVersion>
16
- <FileVersion>5.2.1.0</FileVersion>
+ <Version>5.3.0</Version>
+ <AssemblyVersion>5.3.0.0</AssemblyVersion>
+ <FileVersion>5.3.0.0</FileVersion>
17
<PackageReleaseNotes>- Improved expected behavior of .Retrieve vs .Results.
18
.Retrieve will throw if a column is requested that doesn't not exist.
19
.Results will only populate columns that match, and does not throw.</PackageReleaseNotes>
0 commit comments