Skip to content

Commit

Permalink
Add reame to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PereViader committed Sep 6, 2024
1 parent 4e8da49 commit 0aca003
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ManualDi.Main/ManualDi.Main/ManualDi.Main.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@
<Nullable>enable</Nullable>
<AssemblyName>ManualDi.Main</AssemblyName>
<RootNamespace>ManualDi.Main</RootNamespace>
<Version>1.3.4</Version>
<Version>1.3.5</Version>
<Authors>Pere Viader</Authors>
<RepositoryUrl>https://github.com/PereViader/ManualDi.Main</RepositoryUrl>
<Product>ManualDi.Main</Product>
<Description>Dependency injection library for C#</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/PereViader/ManualDi.Main</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="" />
<None Include="$(SolutionDir)ManualDi.Main.Generators\bin\$(Configuration)\netstandard2.0\ManualDi.Main.Generators.dll"
Pack="true"
PackagePath="analyzers/dotnet/cs"
Expand Down

0 comments on commit 0aca003

Please sign in to comment.