Skip to content

Commit

Permalink
Update version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesalvo authored Jan 4, 2019
1 parent 135cf39 commit 8278d22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RDFSharp/RDFSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<AssemblyTitle>RDFSharp</AssemblyTitle>
<AssemblyName>RDFSharp</AssemblyName>
<AssemblyVersion>$(Version)</AssemblyVersion>
<Version>2.0.0.0</Version>
<Version>2.0.1.0</Version>
<Authors>Marco De Salvo</Authors>
<Copyright>Marco De Salvo</Copyright>
<Description>Start playing with RDF!</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>Start playing with RDF!</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<SignAssembly>false</SignAssembly>
<Product>RDFSharp</Product>
</PropertyGroup>
Expand All @@ -26,7 +26,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>TRACE</DefineConstants>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>bin\Release\netstandard2.0\RDFSharp.xml</DocumentationFile>
<WarningLevel>0</WarningLevel>
Expand Down

0 comments on commit 8278d22

Please sign in to comment.