Skip to content

Commit

Permalink
Update Injectio.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Nov 16, 2023
1 parent 9a56fd7 commit df3d95d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions Injectio.nuspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Injectio</id>
<version>2.0.0</version>
<version>3.0.0</version>
<authors>LoreSoft</authors>
<owners>LoreSoft</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -11,16 +11,19 @@
<readme>README.md</readme>
<projectUrl>https://github.com/loresoft/Injectio</projectUrl>
<description>Source generator that helps register attribute marked services in the dependency injection ServiceCollection</description>
<copyright>Copyright © 2022 LoreSoft</copyright>
<copyright>Copyright © 2023 LoreSoft</copyright>
<language>en-US</language>
<tags>ioc dependency-injection inversion-of-control di injection-container injection-framework csharp-sourcegenerator</tags>
<repository type="git" url="https://github.com/loresoft/Injectio" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="7.0.0" />
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="8.0.0" />
</group>
<group targetFramework="net7.0">
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="7.0.0" />
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="8.0.0" />
</group>
<group targetFramework="net8.0">
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="8.0.0" />
</group>
</dependencies>
</metadata>
Expand All @@ -31,6 +34,8 @@
<file src="./src/Injectio.Attributes/bin/$configuration$/netstandard2.0/Injectio.Attributes.xml" target="lib/netstandard2.0" />
<file src="./src/Injectio.Attributes/bin/$configuration$/net7.0/Injectio.Attributes.dll" target="lib/net7.0" />
<file src="./src/Injectio.Attributes/bin/$configuration$/net7.0/Injectio.Attributes.xml" target="lib/net7.0" />
<file src="./src/Injectio.Attributes/bin/$configuration$/net8.0/Injectio.Attributes.dll" target="lib/net8.0" />
<file src="./src/Injectio.Attributes/bin/$configuration$/net8.0/Injectio.Attributes.xml" target="lib/net8.0" />
<file src="./src/Injectio.Generators/bin/$configuration$/netstandard2.0/Injectio.Generators.dll" target="analyzers/dotnet/roslyn4.0/cs" />
<file src="./src/Injectio.Generators/bin/$configuration$/netstandard2.0/Injectio.Generators.props" target="analyzers/dotnet/roslyn4.0/cs" />
</files>
Expand Down

0 comments on commit df3d95d

Please sign in to comment.