Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Oct 17, 2019
1 parent 4f0457e commit 6c4339a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Dysnomia.Common.SQL/Dysnomia.Common.SQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@
<PackageProjectUrl>https://github.com/Dysnomia-Studio/Dysnomia.Common.SQL</PackageProjectUrl>
<RepositoryUrl>https://github.com/Dysnomia-Studio/Dysnomia.Common.SQL</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<PackageReleaseNotes>- Open connection only if needed
- Renamed ExecSelect to ExecuteQuery and ExecStatement to ExecuteNonQuery</PackageReleaseNotes>
<Version>1.0.3-rc5</Version>
<AssemblyVersion>1.0.3.5</AssemblyVersion>
<FileVersion>1.0.3.5</FileVersion>
<PackageReleaseNotes>Added DbHelper to execute stored procedures, select, and misc. statements
- DbHelper.ExecStoredProcedure() to execute a stored procedure
- DbHelper.ExecuteQuery() to execute a query returning a reader
- DbHelper.ExecuteNonQuery() to a execute a query which doesn't return data

Updated README &amp; Description</PackageReleaseNotes>
<Version>1.0.3</Version>
<AssemblyVersion>1.0.3.6</AssemblyVersion>
<FileVersion>1.0.3.6</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6c4339a

Please sign in to comment.