Skip to content

Commit

Permalink
Update assembly and file versions
Browse files Browse the repository at this point in the history
to 5.0.0.0
  • Loading branch information
louthy committed Sep 4, 2024
1 parent e80be2d commit 7d5415f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions LanguageExt.CodeGen/LanguageExt.CodeGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<OutputType>library</OutputType>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<FileVersion>5.0.0.0</FileVersion>
<NoWarn>1701;1702;1705;IDE1006;CS1591;CS1573;CS1712;CS1570;CS1711;CS1572;CS1587</NoWarn>

</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions LanguageExt.Core/LanguageExt.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<OutputType>library</OutputType>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<FileVersion>5.0.0.0</FileVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions LanguageExt.FSharp/LanguageExt.FSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<OutputType>library</OutputType>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<FileVersion>5.0.0.0</FileVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions LanguageExt.Parsec/LanguageExt.Parsec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<OutputType>library</OutputType>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<FileVersion>5.0.0.0</FileVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions LanguageExt.Rx/LanguageExt.Rx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<OutputType>library</OutputType>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<FileVersion>5.0.0.0</FileVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions LanguageExt.Sys/LanguageExt.Sys.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<TargetFramework>net8.0</TargetFramework>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<OutputType>library</OutputType>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<FileVersion>5.0.0.0</FileVersion>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit 7d5415f

Please sign in to comment.