Skip to content

Commit

Permalink
Adjust version to reflect a revision status + Add PackageLicenseExpre…
Browse files Browse the repository at this point in the history
…ssion tag
  • Loading branch information
mdesalvo committed Jun 27, 2020
1 parent a3c7359 commit 8931e06
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions RDFSharp/RDFSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@
<AssemblyTitle>RDFSharp</AssemblyTitle>
<AssemblyName>RDFSharp</AssemblyName>
<AssemblyVersion>$(Version)</AssemblyVersion>
<Version>2.14.0</Version>
<Version>2.13.1</Version>
<Authors>Marco De Salvo</Authors>
<Copyright>Marco De Salvo</Copyright>
<Description>Lightweight and friendly .NET framework for modeling Semantic Web applications</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<SignAssembly>false</SignAssembly>
<Product>RDFSharp</Product>
<PackageProjectUrl>https://github.com/mdesalvo/RDFSharp</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<PackageId>RDFSharp</PackageId>
<PackageTags>rdf rdfs sparql shacl triplestore owl-dl ontology skos semantic-web</PackageTags>
<PackageProjectUrl>https://github.com/mdesalvo/RDFSharp</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/mdesalvo/RDFSharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<RepositoryUrl>https://github.com/mdesalvo/RDFSharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>rdf rdfs sparql shacl triplestore owl-dl ontology skos semantic-web</PackageTags>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down

0 comments on commit 8931e06

Please sign in to comment.