Skip to content

Commit

Permalink
Added license in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Alterio authored and Federico Alterio committed Dec 21, 2024
1 parent a1f1771 commit e180596
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion SignalsDotnet/SignalsDotnet/SignalsDotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@
<Description>Porting of Angular signals to dotnet</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/fedeAlterio/SignalsDotnet</RepositoryUrl>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
Expand Down

0 comments on commit e180596

Please sign in to comment.