Skip to content

Commit

Permalink
Merge pull request #84 from mizrael/release/v2.0.7
Browse files Browse the repository at this point in the history
bumped packages version
  • Loading branch information
mizrael committed Aug 30, 2022
2 parents f239a7d + 174d992 commit 6f96336
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageVersion>1.0.0</PackageVersion>
<PackageVersion>1.0.1</PackageVersion>
<IsPackable>true</IsPackable>
<Authors>davidguida</Authors>
<Product>OpenSleigh.Persistence.PostgreSQL</Product>
Expand Down Expand Up @@ -32,12 +32,12 @@
<ProjectReference Include="..\OpenSleigh.Persistence.SQL\OpenSleigh.Persistence.SQL.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
Expand Down
4 changes: 3 additions & 1 deletion src/OpenSleigh.Persistence.SQL/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# OpenSleigh.Persistence.SQL

# This package has been deprecated. Use these ones instead:
# This package should not be used directly, unless you are intentionally using it to create a new SQL persistence layer.

The following providers are already available:
- SQL Server: ![Nuget](https://img.shields.io/nuget/v/OpenSleigh.Persistence.SQLServer?style=plastic)
- PostgreSQL: ![Nuget](https://img.shields.io/nuget/v/OpenSleigh.Persistence.PostgreSQL?style=plastic)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageVersion>2.0.0</PackageVersion>
<PackageVersion>2.0.1</PackageVersion>
<IsPackable>true</IsPackable>
<Authors>davidguida</Authors>
<Product>OpenSleigh.Persistence.SQLServer</Product>
Expand Down Expand Up @@ -32,11 +32,11 @@
<ProjectReference Include="..\OpenSleigh.Persistence.SQL\OpenSleigh.Persistence.SQL.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
Expand Down

0 comments on commit 6f96336

Please sign in to comment.