Skip to content

Commit

Permalink
bumping to v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy D. Miller authored and Jeremy D. Miller committed Feb 14, 2022
1 parent c82fd7f commit a7c0faa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Lamar.Diagnostics/Lamar.Diagnostics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Adds diagnostic checks to the command line of your Lamar-enabled ASP.Net Core app</Description>
<Version>8.0.0</Version>
<Version>8.0.1</Version>
<Authors>Jeremy D. Miller</Authors>
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<DebugType>portable</DebugType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Lamar Adapter for HostBuilder Integration</Description>
<Version>8.0.0</Version>
<Version>8.0.1</Version>
<Authors>Jeremy D. Miller</Authors>
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<DebugType>portable</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion src/Lamar/Lamar.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Fast ASP.Net Core compatible IoC Tool, Successor to StructureMap</Description>
<Version>8.0.0</Version>
<Version>8.0.1</Version>
<Authors>Jeremy D. Miller</Authors>
<TargetFrameworks>netstandard2.0;net5.0;net6.0</TargetFrameworks>
<DebugType>portable</DebugType>
Expand Down

0 comments on commit a7c0faa

Please sign in to comment.