Skip to content

Commit a6a6755

Browse files
committed
Typo
1 parent b0a6faf commit a6a6755

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DigitalRuby.SimpleDi/DigitalRuby.SimpleDi.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<IsPackable>true</IsPackable>
1010
<Title>DigitalRuby.SimpleDi</Title>
1111
<Description>Simple, declarative dependency injection and configuration using attributes - without all the boilerplate code.</Description>
12-
<Version>1.0.9</Version>
12+
<Version>1.0.10</Version>
1313
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1414
<Company>Digital Ruby, LLC</Company>
1515
<Copyright>(c) 2022-Present Digital Ruby, LLC</Copyright>
@@ -18,7 +18,7 @@
1818
<PackageProjectUrl>https://github.com/DigitalRuby/SimpleDi</PackageProjectUrl>
1919
<PackageReadmeFile>Readme.md</PackageReadmeFile>
2020
<RepositoryUrl>https://github.com/DigitalRuby/SimpleDi</RepositoryUrl>
21-
<PackageTags>di;dependency;injection;reflection;configuration;C#;.NET;easy;simple;servicecollection;webhost;hostbuilder</PackageTags>
21+
<PackageTags>di;dependency;injection;reflection;configuration;C#;.NET;easy;simple;servicecollection;webhost;hostbuilder;autofac;ninject;container;setup;register</PackageTags>
2222
<PackageReleaseNotes>Support .NET 5</PackageReleaseNotes>
2323
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2424
<PackageIcon>icon.png</PackageIcon>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public sealed class MyClass2 : IInterface1
100100
{
101101
}
102102

103-
// if an implementatino for interface is already registered, does nothing, otherwise add the class as an implementation of the interface
103+
// if an implementation for interface is already registered, does nothing, otherwise add the class as an implementation of the interface
104104
[Binding(BindingType.Singleton, ConflictResolution.Skip)]
105105
public sealed class MyClass3 : IInterface1
106106
{

0 commit comments

Comments
 (0)