File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
tests/Bing.Elasticsearch.Tests Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ PublishScripts/
153153
154154# NuGet Packages
155155* .nupkg
156+ * .snupkg
156157# The packages folder can be ignored because of Package Restore
157158** /packages /*
158159# except build/, which is used as an MSBuild target.
Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using System . Linq ;
44using System . Threading . Tasks ;
5- using Bing . Data . Queries ;
65using Bing . Elasticsearch . Repositories ;
76using Bing . Elasticsearch . Tests . Models ;
87using Microsoft . Extensions . DependencyInjection ;
Original file line number Diff line number Diff line change 33 <VersionMajor >0</VersionMajor >
44 <VersionMinor >0</VersionMinor >
55 <VersionPatch >1</VersionPatch >
6- <VersionQuality >20220111 -1</VersionQuality >
6+ <VersionQuality >20220112 -1</VersionQuality >
77 <VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
88 <!-- <VersionSuffix>preview-$(VersionQuality)</VersionSuffix> -->
99 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments