Skip to content

Commit

Permalink
Resolved issue with incorrect namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenalexm committed Apr 27, 2023
1 parent bd634bb commit eef2b46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion StrapiSharp/Requests/Convenience/ForgotPasswordRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using StrapiSharp.Models;
using StrapiSharp.Requests;

namespace StrapiSharpTests.Requests.Convenience;
namespace StrapiSharp.Requests.Convenience;

/// <summary>
/// Convenience request type used for starting forgotten password flow.
Expand Down
2 changes: 1 addition & 1 deletion StrapiSharp/StrapiSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>StrapiSharp</PackageId>
<Version>0.1.2</Version>
<Version>0.1.3</Version>
<Authors>Alex Loren</Authors>
<PackageTags>Strapi;REST;API</PackageTags>
<Description>StrapiSharp is a lightweight C# library for easy integration with Strapi CMS, allowing seamless communication with Strapi's RESTful API.</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace StrapiSharpTests.Requests.Convenience;
namespace StrapiSharp.Requests.Convenience;

class ForgotPasswordRequestTests
{
Expand Down

0 comments on commit eef2b46

Please sign in to comment.