Skip to content

Commit 7201fc1

Browse files
committed
sync 6.x<=>7.x
1 parent 0a67240 commit 7201fc1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ From the package manager console:
222222

223223
PM> Install-Package Elasticsearch.Net
224224

225-
or by searching for `Elastcsearch.Net` in the package manager UI.
225+
or by searching for `Elasticsearch.Net` in the package manager UI.
226226

227227
### Connecting
228228

@@ -318,6 +318,6 @@ and a small HTTP server will be spun up locally on port 8000 through which you c
318318

319319
## Copyright and License
320320

321-
This software is Copyright (c) 2014-2015 by Elasticsearch BV.
321+
This software is Copyright (c) 2014-2019 by Elasticsearch BV.
322322

323323
This is free software, licensed under: [The Apache License Version 2.0](https://github.com/elasticsearch/elasticsearch-net/blob/develop/license.txt).

src/PublishArtifacts.build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.bat))\src\Artifacts.build.props" />
88
<PropertyGroup>
99

10-
<SignAssembly Condition="'$(OS)' == 'Windows_NT'">true</SignAssembly>
10+
<SignAssembly>true</SignAssembly>
1111
<AssemblyOriginatorKeyFile>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.bat))\build\keys\keypair.snk</AssemblyOriginatorKeyFile>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1313
<NoWarn>1591,1572,1571,1573,1587,1570</NoWarn>

src/Tests/Tests.Core/Tests.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.bat))\src\Library.build.props" />
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<DebugSymbols>True</DebugSymbols>
56
</PropertyGroup>
67
<ItemGroup Condition="'$(TestPackageVersion)'!=''">
78
<PackageReference Include="NEST.JsonNetSerializer" Version="$(TestPackageVersion)" />

0 commit comments

Comments
 (0)