Skip to content

Commit

Permalink
Merge pull request #31 from SSchulze1989/develop
Browse files Browse the repository at this point in the history
v0.4.2
  • Loading branch information
SSchulze1989 authored Mar 7, 2023
2 parents 3f69d1b + 48ae5d7 commit d3392b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/iRLeagueApiCore.Common/Models/Users/AuthorizeModel.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
namespace iRLeagueApiCore.Common.Models.Users;
public sealed class AuthorizeModel
{
public string IdToken { get; set; } = string.Empty;
}
2 changes: 1 addition & 1 deletion src/iRLeagueApiCore.Common/iRLeagueApiCore.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<PackageId>iRLeagueApiCore.Common</PackageId>
<Version>0.4.1</Version>
<Version>0.4.2</Version>
<Authors>Simon Schulze</Authors>
<Company>Simon Schulze</Company>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit d3392b6

Please sign in to comment.