Skip to content

Commit

Permalink
v3.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
louthy committed Jul 23, 2018
1 parent 17d6022 commit b465c7e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions LanguageExt.Core/LanguageExt.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup Label="Configuration" Condition="'$(Configuration)'=='Debug'">
<DefineConstants>TRACE;DEBUG</DefineConstants>
</PropertyGroup>
Expand All @@ -9,7 +9,7 @@
<DefineConstants>COREFX20</DefineConstants>
</PropertyGroup>
<PropertyGroup>
<PackageVersion>3.0.19</PackageVersion>
<PackageVersion>3.0.20</PackageVersion>
<PackageId>LanguageExt.Core</PackageId>
<Title>LanguageExt.Core</Title>
<Authors>Paul Louth</Authors>
Expand Down
2 changes: 1 addition & 1 deletion LanguageExt.FSharp/LanguageExt.FSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<PackageVersion>3.0.19</PackageVersion>
<PackageVersion>3.0.20</PackageVersion>
<PackageId>LanguageExt.FSharp</PackageId>
<Title>LanguageExt.FSharp</Title>
<Authors>Paul Louth</Authors>
Expand Down
2 changes: 1 addition & 1 deletion LanguageExt.Parsec/LanguageExt.Parsec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<PackageVersion>3.0.19</PackageVersion>
<PackageVersion>3.0.20</PackageVersion>
<PackageId>LanguageExt.Parsec</PackageId>
<Title>LanguageExt.Parsec</Title>
<Authors>Paul Louth</Authors>
Expand Down
2 changes: 1 addition & 1 deletion LanguageExt.Rx/LanguageExt.Rx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<PackageVersion>3.0.19</PackageVersion>
<PackageVersion>3.0.20</PackageVersion>
<PackageId>LanguageExt.Rx</PackageId>
<Title>LanguageExt.Rx</Title>
<Authors>Paul Louth</Authors>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Records/Records.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down

0 comments on commit b465c7e

Please sign in to comment.