Skip to content

Commit

Permalink
Version 4.0 of Language-Ext
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Louth committed Oct 17, 2021
1 parent ebc0439 commit c332b02
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions LanguageExt.CodeGen/LanguageExt.CodeGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!--<Sdk Name="CodeGeneration.Roslyn.Plugin.Sdk" Version="0.7.5-alpha" />-->

<PropertyGroup>
<PackageVersion>3.5.69-beta</PackageVersion>
<PackageVersion>4.0.0</PackageVersion>
<PackageId>LanguageExt.CodeGen</PackageId>
<Title>LanguageExt.CodeGen</Title>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
Expand All @@ -23,8 +23,8 @@
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<DocumentationFile></DocumentationFile>
<OutputType>library</OutputType>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<NoWarn>1701;1702;1705;IDE1006;CS1591;CS1573;CS1712;CS1570;CS1711;CS1572;CS1587</NoWarn>

</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions LanguageExt.Core/LanguageExt.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<DefineConstants>NETSTANDARD21</DefineConstants>
</PropertyGroup>
<PropertyGroup>
<PackageVersion>3.5.69-beta</PackageVersion>
<PackageVersion>4.0.0</PackageVersion>
<PackageId>LanguageExt.Core</PackageId>
<Title>LanguageExt.Core</Title>
<Authors>Paul Louth</Authors>
Expand All @@ -31,8 +31,8 @@
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<OutputType>library</OutputType>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions LanguageExt.FSharp/LanguageExt.FSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<PackageVersion>3.5.69-beta</PackageVersion>
<PackageVersion>4.0.0</PackageVersion>
<PackageId>LanguageExt.FSharp</PackageId>
<Title>LanguageExt.FSharp</Title>
<Authors>Paul Louth</Authors>
Expand All @@ -22,8 +22,8 @@
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<OutputType>library</OutputType>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions LanguageExt.Parsec/LanguageExt.Parsec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<PackageVersion>3.5.69-beta</PackageVersion>
<PackageVersion>4.0.0</PackageVersion>
<PackageId>LanguageExt.Parsec</PackageId>
<Title>LanguageExt.Parsec</Title>
<Authors>Paul Louth</Authors>
Expand All @@ -22,8 +22,8 @@
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<OutputType>library</OutputType>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions LanguageExt.Rx/LanguageExt.Rx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<PackageVersion>3.5.69-beta</PackageVersion>
<PackageVersion>4.0.0</PackageVersion>
<PackageId>LanguageExt.Rx</PackageId>
<Title>LanguageExt.Rx</Title>
<Authors>Paul Louth</Authors>
Expand All @@ -22,8 +22,8 @@
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<OutputType>library</OutputType>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions LanguageExt.Sys/LanguageExt.Sys.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>default</LangVersion>

<PackageVersion>3.5.69-beta</PackageVersion>
<PackageVersion>4.0.0</PackageVersion>
<PackageId>LanguageExt.Sys</PackageId>
<Title>LanguageExt.Sys</Title>
<Authors>Paul Louth</Authors>
Expand All @@ -18,8 +18,8 @@
<TargetFramework>netstandard2.0</TargetFramework>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<OutputType>library</OutputType>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit c332b02

Please sign in to comment.