Skip to content

Commit

Permalink
Merge pull request #575 from seesharper/bump-to-6.6.1
Browse files Browse the repository at this point in the history
Bumped to 6.6.1
  • Loading branch information
seesharper committed Sep 19, 2022
2 parents a20693e + b7e832f commit 78ac7b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/LightInject/LightInject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
******************************************************************************
LightInject version 6.6.0
LightInject version 6.6.1
http://www.lightinject.net/
http://twitter.com/bernhardrichter
******************************************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/LightInject/LightInject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.0;netcoreapp3.1;net462</TargetFrameworks>
<Version>6.6.0</Version>
<Version>6.6.1</Version>
<Authors>Bernhard Richter</Authors>
<PackageProjectUrl>https://www.lightinject.net</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
Expand Down Expand Up @@ -52,5 +52,5 @@
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>
</ItemGroup>
</Project>

0 comments on commit 78ac7b1

Please sign in to comment.