File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
GuardianClient/GuardianClient Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ public class GuardianApiOptions
77 public string [ ] ? ShowElements { get ; set ; }
88 public string [ ] ? ShowReferences { get ; set ; }
99 public string [ ] ? ShowBlocks { get ; set ; }
10- }
10+ }
Original file line number Diff line number Diff line change 77
88 <!-- NuGet Package Properties -->
99 <PackageId >GuardianClient.NET</PackageId >
10- <Version >0.2.1 -alpha</Version >
10+ <Version >0.3.0 -alpha</Version >
1111 <Authors >Andrew Tarr</Authors >
1212 <Description >A .NET API wrapper for Guardian services</Description >
1313 <PackageTags >guardian;api;client;wrapper</PackageTags >
2525 </ItemGroup >
2626
2727 <ItemGroup >
28- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8.0.0" />
29- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.0" />
28+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8.0.0" />
29+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.0" />
3030 </ItemGroup >
3131
3232 <ItemGroup >
33- <Folder Include =" Extensions\" />
34- <Folder Include =" Models\" />
33+ <Folder Include =" Extensions\" />
34+ <Folder Include =" Models\" />
3535 </ItemGroup >
3636
3737</Project >
You can’t perform that action at this time.
0 commit comments