Skip to content

Commit

Permalink
Create Nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
josago97 committed Sep 12, 2020
1 parent 6138e07 commit 3369867
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RAE/RAE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>RAE.NET</PackageId>
<Product>RAE.NET</Product>
<Description>Diccionario Real Academia Española API</Description>
<Authors>Jose97</Authors>
<Company />
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/josago97/RAE.NET</RepositoryUrl>
<PackageTags>RAE, Diccionario, España, Español, Lengua, Dictionary, Spain, Spanish, Language</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3369867

Please sign in to comment.