Skip to content

Commit d178605

Browse files
committed
add 0.1.18
1 parent 6eb6227 commit d178605

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
33
<PropertyGroup>
4-
<Version>0.1.18</Version>
4+
<Version>0.1.18</Version>
55
<SKVersion>1.17.1</SKVersion>
66
</PropertyGroup>
77
</Project>

src/GraphRag.Net/Domain/Service/GraphService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using GraphRag.Net.Options;
22
using GraphRag.Net.Domain.Interface;
3-
using GraphRag.Net.Domain.Model.Constant;
43
using GraphRag.Net.Domain.Model.Graph;
54
using GraphRag.Net.Repositories;
65
using GraphRag.Net.Utils;

0 commit comments

Comments
 (0)