Skip to content

Commit

Permalink
Merge branch 'release/2.0.1' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfowler committed Aug 21, 2020
2 parents eca30d4 + 82cbe79 commit 90720bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CSF.ADO.Tests/CSF.ADO.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<ReleaseVersion>2.0.0</ReleaseVersion>
<ReleaseVersion>2.0.1</ReleaseVersion>
<RootNamespace>CSF.ADO</RootNamespace>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion CSF.ADO.sln
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ Global
$25.NamingStyle = PascalCase
$25.IncludeInstanceMembers = True
$25.IncludeStaticEntities = True
version = 2.0.0
version = 2.0.1
EndGlobalSection
EndGlobal
4 changes: 2 additions & 2 deletions CSF.ADO/CSF.ADO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageId>CSF.ADO</PackageId>
<Authors>craigfowler</Authors>
<Description>Small utility types for ADO.NET. An in-memory IDataReader impl &amp; an extension method for adding parameters to an IDbCommand.</Description>
<ReleaseVersion>2.0.0</ReleaseVersion>
<ReleaseVersion>2.0.1</ReleaseVersion>
<PackageVersion>$(ReleaseVersion)</PackageVersion>
<Version>$(ReleaseVersion)</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -27,6 +27,6 @@

<ItemGroup>
<PackageReference Include="System.Data.Common" Version="4.3.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" Condition="'$(TargetFramework)' == 'net451'" />
</ItemGroup>
</Project>

0 comments on commit 90720bd

Please sign in to comment.