diff --git a/src/Http/HttpServerFlags.cs b/src/Http/HttpServerFlags.cs index d44a816..7d96a05 100644 --- a/src/Http/HttpServerFlags.cs +++ b/src/Http/HttpServerFlags.cs @@ -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> diff --git a/src/Sisk.Core.csproj b/src/Sisk.Core.csproj index c0ae856..d37d605 100644 --- a/src/Sisk.Core.csproj +++ b/src/Sisk.Core.csproj @@ -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> @@ -51,7 +51,7 @@ <ItemGroup> <None Include="..\.nuget\README.html" Link="README.html" /> </ItemGroup> - + <ItemGroup> <None Include="..\.github\Icon.png"> <Pack>True</Pack> @@ -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> \ No newline at end of file