Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CypherPotato committed Aug 15, 2024
1 parent f3c1806 commit fc7c391
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class BasicAuthenticateRequestHandler : IRequestHandler
/// <type>
/// Property
/// </type>
public RequestHandlerExecutionMode ExecutionMode { get; init; } = RequestHandlerExecutionMode.BeforeContents;
public RequestHandlerExecutionMode ExecutionMode { get; init; } = RequestHandlerExecutionMode.BeforeResponse;

/// <summary>
/// Gets or sets a message to show the client which protection scope it needs to authenticate to.
Expand Down
6 changes: 3 additions & 3 deletions extensions/Sisk.BasicAuth/Sisk.BasicAuth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<PackageTags>http-server,http,web framework</PackageTags>
<RepositoryType>git</RepositoryType>

<Version>0.15</Version>
<AssemblyVersion>0.15</AssemblyVersion>
<FileVersion>0.15</FileVersion>
<Version>0.15.1</Version>
<AssemblyVersion>0.15.1</AssemblyVersion>
<FileVersion>0.15.1</FileVersion>

<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
Expand Down
4 changes: 2 additions & 2 deletions extensions/Sisk.IniConfiguration/Sisk.IniConfiguration.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand All @@ -21,7 +21,7 @@
<PackageTags>http-server,http,web framework</PackageTags>
<RepositoryType>git</RepositoryType>

<Version>1.0.0.0</Version>
<Version>1.0.0.0-beta</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>

Expand Down

0 comments on commit fc7c391

Please sign in to comment.