Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
CypherPotato committed Aug 25, 2023
1 parent c6a4d41 commit a2a065b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
16 changes: 0 additions & 16 deletions src/Http/HttpServerFlags.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,6 @@ public class HttpServerFlags
/// </type>
public string HeaderNameRequestId = "X-Request-Id";

/// <summary>
/// Defines the name of the cookie that is sent by the HTTP server for the Session ID.
/// </summary>
/// <docs>
/// <p>
/// Default value: <code>sisk-session-id</code>
/// </p>
/// </docs>
/// <definition>
/// public string SessionIdCookie;
/// </definition>
/// <type>
/// Field
/// </type>
public string SessionIdCookie = "sisk-session-id";

/// <summary>
/// Determines if the HTTP server automatically should send CORS headers if set.
/// </summary>
Expand Down
12 changes: 6 additions & 6 deletions src/Sisk.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<RepositoryType>git</RepositoryType>
<PackageTags>http-server,http,web framework,event sources,web sockets</PackageTags>

<AssemblyVersion>0.15.0.46</AssemblyVersion>
<FileVersion>0.15.0.46</FileVersion>
<Version>0.15.0.46-beta+a2cb87ccc6eadd7b14daf1053adf110dbf365343</Version>
<AssemblyVersion>0.15.0.47</AssemblyVersion>
<FileVersion>0.15.0.47</FileVersion>
<Version>0.15.0.47-rc+403a10cff06999947ed71df755bd2a39cb1ceb9a</Version>

<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<SignAssembly>False</SignAssembly>
Expand All @@ -51,7 +51,7 @@
<ItemGroup>
<None Include="..\.nuget\README.html" Link="README.html" />
</ItemGroup>

<ItemGroup>
<None Include="..\.github\Icon.png">
<Pack>True</Pack>
Expand All @@ -65,11 +65,11 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="C:\Users\gscat\source\repos\Sisk Environment\core\src\.editorconfig" />
<None Include=".\.editorconfig" />
</ItemGroup>

<ItemGroup>
<EditorConfigFiles Remove="C:\Users\gscat\source\repos\Sisk Environment\core\src\.editorconfig" />
<EditorConfigFiles Remove=".\.editorconfig" />
</ItemGroup>

</Project>

0 comments on commit a2a065b

Please sign in to comment.