Skip to content

Commit

Permalink
Bump version to 5.0.0-beta.22
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Aug 13, 2018
1 parent 0eb1d64 commit 3072564
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Logary.Facade.Tests/Logary.Facade.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Logary.Facade.Tests</AssemblyName>
<Version>5.0.0-beta.21</Version>
<Version>5.0.0-beta.22</Version>
<Version>5.0.0-beta.12</Version>
<OutputType>Exe</OutputType>
<TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
Expand Down
2 changes: 1 addition & 1 deletion src/Logary.Facade/Logary.Facade.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Logary.Facade</AssemblyName>
<Version>5.0.0-beta.21</Version>
<Version>5.0.0-beta.22</Version>
<Version>5.0.0-beta.12</Version>
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Logary.PerfTests/Logary.PerfTests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
<Version>5.0.0-beta.21</Version>
<Version>5.0.0-beta.22</Version>
<OutputType>Exe</OutputType>
<ServerGarbageCollection>true</ServerGarbageCollection>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand Down
2 changes: 1 addition & 1 deletion src/Logary.Tests/Logary.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>5.0.0-beta.21</Version>
<Version>5.0.0-beta.22</Version>
<Version>5.0.0-beta.12</Version>
<TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
<NoWarn>44</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion src/Logary/Logary.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Logary</AssemblyName>
<Version>5.0.0-beta.21</Version>
<Version>5.0.0-beta.22</Version>
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<NoWarn>44;2003</NoWarn>
<DefineConstants>TYPESHAPE_EXPOSE</DefineConstants>
Expand Down

0 comments on commit 3072564

Please sign in to comment.