Skip to content

Commit 3887fa3

Browse files
committed
add readme to nuget package
1 parent 8fec92c commit 3887fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SimpleInjection/SimpleInjection.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77

88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<PackageId>SimpleInjection</PackageId>
10-
<Version>1.0.0</Version>
10+
<Version>0.9.1</Version>
1111
<Authors>Derek Gooding</Authors>
1212
<Description>A library for adding lightweight Dependancy Injection to any C# project.</Description>
1313
<PackageTags>CSharp Tools</PackageTags>
1414

1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<PackageReadmeFile>README.md</PackageReadmeFile>
1716
<PackageProjectUrl>https://github.com/DerekGooding/SimpleInjection</PackageProjectUrl>
1817
<RepositoryUrl>https://github.com/DerekGooding/SimpleInjection</RepositoryUrl>
1918
<PackageBugTrackerUrl>https://github.com/DerekGooding/SimpleInjection/issues</PackageBugTrackerUrl>
@@ -25,6 +24,7 @@
2524
</PropertyGroup>
2625

2726
<ItemGroup>
27+
<None Include="README.md" Pack="true" PackagePath="\" />
2828
<None Include="$(MSBuildThisFileDirectory)../EnumSourceGenerator/bin/Release/netstandard2.0/EnumSourceGenerator.dll"
2929
Pack="true"
3030
PackagePath="analyzers/dotnet/cs/"

0 commit comments

Comments
 (0)