Skip to content

Commit

Permalink
Beta.2 (#151)
Browse files Browse the repository at this point in the history
* Reconcile with login type in app
  • Loading branch information
hbulens authored Dec 7, 2023
1 parent 26f27b2 commit 41294d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/core/Dime.Scheduler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Summary>A developer toolkit that connects any system to Dime.Scheduler in .NET</Summary>
<PackageId>Dime.Scheduler</PackageId>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>beta.1</VersionSuffix>
<VersionSuffix>beta.2</VersionSuffix>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand Down
6 changes: 3 additions & 3 deletions src/core/Requests/Constants/LoginType.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
namespace Dime.Scheduler
namespace Dime.Scheduler.Entities
{
public enum LoginType
{
None = 0,
Azure = 1,
Forms = 2
Forms = 1,
Entra = 2
}
}

0 comments on commit 41294d1

Please sign in to comment.