Skip to content

Commit 99082fa

Browse files
committed
Version bump
1 parent 443149e commit 99082fa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

GuardianClient/GuardianClient/GuardianApiOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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+
}

GuardianClient/GuardianClient/GuardianClient.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
@@ -25,13 +25,13 @@
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>

0 commit comments

Comments
 (0)