Skip to content

Commit

Permalink
chore(deps): bump Npgsql in /Vp.FSharp.Sql.PostgreSql
Browse files Browse the repository at this point in the history
Bumps [Npgsql](https://github.com/npgsql/npgsql) from 6.0.0 to 8.0.3.
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](npgsql/npgsql@v6.0.0...v8.0.3)

---
updated-dependencies:
- dependency-name: Npgsql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 9, 2024
1 parent e1aafdc commit 7f2cd45
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions Vp.FSharp.Sql.PostgreSql/Vp.FSharp.Sql.PostgreSql.fsproj
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Title>Vp.FSharp.Sql.PostgreSql</Title>
<Product>Vp.FSharp</Product>
<NeutralLanguage>en-US</NeutralLanguage>
<Authors>Natalie Perret, Reynald Berriot, Amin Khansari</Authors>
<Company>Veepee</Company>
<RepositoryUrl>https://github.com/veepee-oss/Vp.FSharp.Sql.PostgreSql</RepositoryUrl>
<PackageProjectUrl>https://github.com/veepee-oss/Vp.FSharp.Sql.PostgreSql</PackageProjectUrl>
<PackageDescription>F# Wrapper for PostgreSQL around Npgsql and Vp.FSharp.Sql</PackageDescription>
<PackageId>Vp.FSharp.Sql.PostgreSql</PackageId>
<PackageTags>Veepee,F#,fsharp,functional,SQL,PostgreSQL,Postgres,Npgsql</PackageTags>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>ISC</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
<Compile Include="Types.fs" />
<Compile Include="PostgreSqlNullDbValue.fs" />
<Compile Include="PostgreSqlCommand.fs" />
<Compile Include="PostgreSqlTransaction.fs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="6.0.0" />
<PackageReference Include="Vp.FSharp.Sql" Version="1.0.47" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Title>Vp.FSharp.Sql.PostgreSql</Title>
<Product>Vp.FSharp</Product>
<NeutralLanguage>en-US</NeutralLanguage>
<Authors>Natalie Perret, Reynald Berriot, Amin Khansari</Authors>
<Company>Veepee</Company>
<RepositoryUrl>https://github.com/veepee-oss/Vp.FSharp.Sql.PostgreSql</RepositoryUrl>
<PackageProjectUrl>https://github.com/veepee-oss/Vp.FSharp.Sql.PostgreSql</PackageProjectUrl>
<PackageDescription>F# Wrapper for PostgreSQL around Npgsql and Vp.FSharp.Sql</PackageDescription>
<PackageId>Vp.FSharp.Sql.PostgreSql</PackageId>
<PackageTags>Veepee,F#,fsharp,functional,SQL,PostgreSQL,Postgres,Npgsql</PackageTags>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>ISC</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
<Compile Include="Types.fs" />
<Compile Include="PostgreSqlNullDbValue.fs" />
<Compile Include="PostgreSqlCommand.fs" />
<Compile Include="PostgreSqlTransaction.fs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="8.0.3" />
<PackageReference Include="Vp.FSharp.Sql" Version="1.0.47" />
</ItemGroup>

</Project>

0 comments on commit 7f2cd45

Please sign in to comment.