Skip to content

Commit 22ad002

Browse files
committed
change license date from DateTime to DateTimeOffset'
1 parent 7b9e122 commit 22ad002

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

src/CodeGeneration/ApiGenerator/ApiGenerator.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@
1313
<PackageReference Include="CsQuery" Version="1.3.4" />
1414
<PackageReference Include="ShellProgressBar" Version="3.0.0" />
1515
</ItemGroup>
16+
<ItemGroup>
17+
<Folder Include="RestSpecification\XPack\Info" />
18+
</ItemGroup>
1619
</Project>

src/Nest/Nest.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,13 @@
1717
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
1818
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
1919
<PackageReference Include="System.Linq.Queryable" Version="4.0.1" />
20-
</ItemGroup> <!--<Import Project="..\..\.paket\Paket.Restore.targets" />-->
20+
</ItemGroup>
21+
<ItemGroup>
22+
<Folder Include="Cluster\RemoteInfo" />
23+
<Folder Include="Document\Single\SourceExists" />
24+
<Folder Include="Search\FieldCapabilities" />
25+
<Folder Include="XPack\Info\XPackInfo" />
26+
<Folder Include="XPack\Info\XPackUsage" />
27+
</ItemGroup>
28+
<!--<Import Project="..\..\.paket\Paket.Restore.targets" />-->
2129
</Project>

src/Nest/XPack/Info/XPackInfo/XPackInfoResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class XPackInfoResponse : ResponseBase, IXPackInfoResponse
2828
public class XPackBuildInformation
2929
{
3030
[JsonProperty("date")]
31-
public DateTime Date { get; internal set; }
31+
public DateTimeOffset Date { get; internal set; }
3232
[JsonProperty("hash")]
3333
public string Hash { get; internal set; }
3434
}

src/Tests/Tests.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@
4040
<EmbeddedResource Include="Document\Single\Attachment\Attachment_Test_Document.pdf" />
4141
</ItemGroup>
4242
<ItemGroup>
43+
<Folder Include="Cluster\RemoteInfo" />
44+
<Folder Include="Document\Single\SourceExists" />
45+
<Folder Include="Search\FieldCapabilities" />
4346
<Folder Include="XPack\Info\XPackInfo" />
47+
<Folder Include="XPack\Info\XPackInfo" />
48+
<Folder Include="XPack\Info\XPackUsage" />
4449
<Folder Include="XPack\Info\XPackUsage" />
4550
</ItemGroup>
4651
</Project>

0 commit comments

Comments
 (0)