Skip to content

Commit

Permalink
v0.7.50 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ra0o0f committed Oct 5, 2016
1 parent 29c36b6 commit 5d630d3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 4 additions & 2 deletions src/ArangoDB.Client/ArangoDB.Client.Net45.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@
<DefineConstants>DEBUG;TRACE;NET45</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\net45_standalone\ArangoDB.Client.xml</DocumentationFile>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\Net45</OutputPath>
<OutputPath>bin\Release\net45_standalone\</OutputPath>
<DefineConstants>TRACE;NET45</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\net45_standalone\ArangoDB.Client.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
6 changes: 4 additions & 2 deletions src/ArangoDB.Client/ArangoDB.Client.Portable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@
<DefineConstants>DEBUG;TRACE;PORTABLE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\portable45-net45+win8+wpa81_standalone\ArangoDB.Client.xml</DocumentationFile>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\Portable</OutputPath>
<OutputPath>bin\Release\portable45-net45+win8+wpa81_standalone\</OutputPath>
<DefineConstants>TRACE;PORTABLE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\portable45-net45+win8+wpa81_standalone\ArangoDB.Client.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="Advanced\AdvancedOperation.cs" />
Expand Down
4 changes: 2 additions & 2 deletions src/ArangoDB.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.7.42")]
[assembly: AssemblyFileVersion("0.7.42")]
[assembly: AssemblyVersion("0.7.50")]
[assembly: AssemblyFileVersion("0.7.50")]
[assembly: CLSCompliant(true)]
4 changes: 3 additions & 1 deletion src/ArangoDB.Client/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"url": "git://github.com/ra0o0f/arangoclient.net"
}
},

"frameworks": {
"netstandard1.1": {
"buildOptions": {
"xmlDoc": true,
"define": [
"NETSTANDARD1_1",
"PORTABLE"
Expand All @@ -35,6 +35,7 @@
},
".NETPortable,Version=v4.5,Profile=Profile111": {
"buildOptions": {
"xmlDoc": true,
"define": [
"PORTABLE"
]
Expand Down Expand Up @@ -74,6 +75,7 @@
},
"net45": {
"buildOptions": {
"xmlDoc": true,
"define": [
"NET45"
]
Expand Down

0 comments on commit 5d630d3

Please sign in to comment.