File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6- <PackageVersion >2.2.0 </PackageVersion >
7- <Version >2.2.0 </Version >
8- <AssemblyVersion >2.2.0 .0</AssemblyVersion >
9- <FileVersion >2.2.0 .0</FileVersion >
6+ <PackageVersion >2.2.1 </PackageVersion >
7+ <Version >2.2.1 </Version >
8+ <AssemblyVersion >2.2.1 .0</AssemblyVersion >
9+ <FileVersion >2.2.1 .0</FileVersion >
1010 <PackageId >NetCore.AutoRegisterDi</PackageId >
1111 <PackageProjectUrl >https://github.com/JonPSmith/NetCore.AutoRegisterDi</PackageProjectUrl >
1212 <PackageLicenseUrl >https://raw.githubusercontent.com/JonPSmith/NetCore.AutoRegisterDi/master/LICENCE.txt</PackageLicenseUrl >
1818 <Company >Selective Analytics</Company >
1919 <Description >Extension method to find/register classes in an assembly into Microsoft.Extensions.DependencyInjection</Description >
2020 <PackageReleaseNotes >
21- - New Feature: Method to ignore generic interfaces. Useful if you use record types and don't want to add its IEquatable to the DI
21+ - Updated ReadMe to have the correct NuGet name
2222 </PackageReleaseNotes >
2323 <PackageIconUrl >https://raw.githubusercontent.com/JonPSmith/NetCore.AutoRegisterDi/master/AutoRegisterDiIcon128.png</PackageIconUrl >
2424 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >.NETCoreApp,Version=v2.1 </TargetFramework >
4+ <TargetFramework >netcoreapp2.0 </TargetFramework >
55
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.1 </TargetFramework >
4+ <TargetFramework >netstandard2.0 </TargetFramework >
55 <LangVersion >preview</LangVersion >
66 </PropertyGroup >
77
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp2.1 </TargetFramework >
4+ <TargetFramework >netstandard2.0 </TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
You can’t perform that action at this time.
0 commit comments