Commit 5d630d3 1 parent 29c36b6 commit 5d630d3 Copy full SHA for 5d630d3
File tree 4 files changed +13
-7
lines changed
4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 20
20
<DefineConstants >DEBUG;TRACE;NET45</DefineConstants >
21
21
<ErrorReport >prompt</ErrorReport >
22
22
<WarningLevel >4</WarningLevel >
23
- <DocumentationFile >bin\Debug\net45_standalone\ArangoDB.Client.xml</DocumentationFile >
23
+ <DocumentationFile >
24
+ </DocumentationFile >
24
25
</PropertyGroup >
25
26
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
27
<DebugType >pdbonly</DebugType >
27
28
<Optimize >true</Optimize >
28
- <OutputPath >bin\Release\Net45 </OutputPath >
29
+ <OutputPath >bin\Release\net45_standalone\ </OutputPath >
29
30
<DefineConstants >TRACE;NET45</DefineConstants >
30
31
<ErrorReport >prompt</ErrorReport >
31
32
<WarningLevel >4</WarningLevel >
33
+ <DocumentationFile >bin\Release\net45_standalone\ArangoDB.Client.xml</DocumentationFile >
32
34
</PropertyGroup >
33
35
<ItemGroup >
34
36
<Reference Include =" System" />
Original file line number Diff line number Diff line change 24
24
<DefineConstants >DEBUG;TRACE;PORTABLE</DefineConstants >
25
25
<ErrorReport >prompt</ErrorReport >
26
26
<WarningLevel >4</WarningLevel >
27
- <DocumentationFile >bin\Debug\portable45-net45+win8+wpa81_standalone\ArangoDB.Client.xml</DocumentationFile >
27
+ <DocumentationFile >
28
+ </DocumentationFile >
28
29
</PropertyGroup >
29
30
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30
31
<DebugType >pdbonly</DebugType >
31
32
<Optimize >true</Optimize >
32
- <OutputPath >bin\Release\Portable </OutputPath >
33
+ <OutputPath >bin\Release\portable45-net45+win8+wpa81_standalone\ </OutputPath >
33
34
<DefineConstants >TRACE;PORTABLE</DefineConstants >
34
35
<ErrorReport >prompt</ErrorReport >
35
36
<WarningLevel >4</WarningLevel >
37
+ <DocumentationFile >bin\Release\portable45-net45+win8+wpa81_standalone\ArangoDB.Client.XML</DocumentationFile >
36
38
</PropertyGroup >
37
39
<ItemGroup >
38
40
<Compile Include =" Advanced\AdvancedOperation.cs" />
Original file line number Diff line number Diff line change 47
47
// You can specify all the values or you can default the Build and Revision Numbers
48
48
// by using the '*' as shown below:
49
49
// [assembly: AssemblyVersion("1.0.*")]
50
- [ assembly: AssemblyVersion ( "0.7.42 " ) ]
51
- [ assembly: AssemblyFileVersion ( "0.7.42 " ) ]
50
+ [ assembly: AssemblyVersion ( "0.7.50 " ) ]
51
+ [ assembly: AssemblyFileVersion ( "0.7.50 " ) ]
52
52
[ assembly: CLSCompliant ( true ) ]
Original file line number Diff line number Diff line change 14
14
"url" : " git://github.com/ra0o0f/arangoclient.net"
15
15
}
16
16
},
17
-
18
17
"frameworks" : {
19
18
"netstandard1.1" : {
20
19
"buildOptions" : {
20
+ "xmlDoc" : true ,
21
21
"define" : [
22
22
" NETSTANDARD1_1" ,
23
23
" PORTABLE"
35
35
},
36
36
".NETPortable,Version=v4.5,Profile=Profile111" : {
37
37
"buildOptions" : {
38
+ "xmlDoc" : true ,
38
39
"define" : [
39
40
" PORTABLE"
40
41
]
74
75
},
75
76
"net45" : {
76
77
"buildOptions" : {
78
+ "xmlDoc" : true ,
77
79
"define" : [
78
80
" NET45"
79
81
]
You can’t perform that action at this time.
0 commit comments