Update csproj file.

This commit is contained in:
Denis-Cosmin Nutiu 2021-04-30 16:03:14 +03:00
parent 3edb8bc2d7
commit 8dea244ddd

View file

@ -7,5 +7,11 @@
<Company>NucuLabs</Company> <Company>NucuLabs</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<license>LICENSE.txt</license> <license>LICENSE.txt</license>
<RepositoryUrl>https://github.com/dnutiu/FirebaseRestTranslator</RepositoryUrl>
<PackageLicenseUrl>https://github.com/dnutiu/FirebaseRestTranslator/blob/master/LICENSE.txt</PackageLicenseUrl>
<Title>FirebaseRestTranslator</Title>
<Description>Translates C# dictionaries into Firebase restful JSONs.</Description>
<PackageProjectUrl>https://github.com/dnutiu/FirebaseRestTranslator/</PackageProjectUrl>
<PackageTags>Firebase,Rest</PackageTags>
</PropertyGroup> </PropertyGroup>
</Project> </Project>