Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTDLS committed Aug 28, 2024
1 parent ac0e4d1 commit 8c54513
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 27 deletions.
48 changes: 27 additions & 21 deletions @Installers/Settings/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
{
"ListenPort": 6858,
"DataRootPath": ".\\Data\\Root",
"TransactionDataPath": ".\\Data\\Transactions",
"LogDirectory": ".\\Data\\Logs",
"FlushLog": true,
"DefaultDocumentPageSize": 1000,
"UseCompression": true,
"HealthMonitoringEnabled": true,
"HealthMonitoringChekpointSeconds": 600,
"HealthMonitoringInstanceLevelEnabled": false,
"HealthMonitoringInstanceLevelTimeToLiveSeconds": 600,
"MaxIdleConnectionSeconds": 600,
"DefaultIndexPartitions": 100,
"DeferredIOEnabled": true,
"WriteTraceData": false,
"CacheEnabled": true,
"CacheMaxMemory": 1024,
"CacheScavengeInterval": 10,
"CachePartitions": 32,
"CacheSeconds": 3600,
"InitialThreadPoolSize": 32
"ListenPort": 6858,
"DataRootPath": ".\\Data\\Root",
"TransactionDataPath": ".\\Data\\Transactions",
"LogDirectory": ".\\Data\\Logs",
"FlushLog": true,
"DefaultDocumentPageSize": 100,
"UseCompression": true,
"HealthMonitoringEnabled": true,
"HealthMonitoringCheckpointSeconds": 600,
"HealthMonitoringInstanceLevelEnabled": false,
"HealthMonitoringInstanceLevelTimeToLiveSeconds": 600,
"MaxIdleConnectionSeconds": 600,
"DefaultIndexPartitions": 100,
"LockWaitTimeoutSeconds": 0,
"DeferredIOEnabled": true,
"WriteTraceData": false,
"CacheEnabled": true,
"CacheMaxMemoryMegabytes": 4096,
"CacheScavengeInterval": 10,
"CachePartitions": 32,
"CacheSeconds": 3600,
"IndexingThreadPoolSize": 0,
"IndexingThreadPoolQueueDepth": 10000,
"IndexingOperationThreadPoolQueueDepth": 100,
"LookupThreadPoolSize": 0,
"LookupThreadPoolQueueDepth": 10000,
"LookupOperationThreadPoolQueueDepth": 100
}
6 changes: 3 additions & 3 deletions @Installers/Setup.Iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Setup]
;-- Main Setup Information
AppName = Katzebase Server
AppVerName = Katzebase Server 0.14.0
AppVerName = Katzebase Server 0.15.0
AppCopyright = Copyright © 2024 NetworkDLS.
DefaultDirName = {commonpf}\NetworkDLS\Katzebase\Server
DefaultGroupName = NetworkDLS\Katzebase
Expand All @@ -13,11 +13,11 @@
Compression = bZIP/9
ChangesAssociations = Yes
OutputBaseFilename = Katzebase.Server
ArchitecturesInstallIn64BitMode = x64
ArchitecturesInstallIn64BitMode = x64compatible
AppPublisher = NetworkDLS
AppPublisherURL = http://www.NetworkDLS.com/
AppUpdatesURL = http://www.NetworkDLS.com/
AppVersion = 0.14.0
AppVersion = 0.15.0

[Files]
Source: "..\NTDLS.Katzebase.Server\bin\Release\net8.0\runtimes\*.*"; DestDir: "{app}\runtimes"; Flags: IgnoreVersion recursesubdirs;
Expand Down
2 changes: 1 addition & 1 deletion NTDLS.Katzebase.Engine/NTDLS.Katzebase.Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<Company>NetworkDLS</Company>
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
<Version>0.14.0</Version>
<Version>0.15.0</Version>
<Authors>NetworkDLS</Authors>
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion NTDLS.Katzebase.Server/NTDLS.Katzebase.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Company>NetworkDLS</Company>
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
<Version>0.14.0</Version>
<Version>0.15.0</Version>
<Authors>NetworkDLS</Authors>
<ApplicationIcon>Icon.ico</ApplicationIcon>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion NTDLS.Katzebase.Shared/NTDLS.Katzebase.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ApplicationIcon>Icon.ico</ApplicationIcon>
<Version>0.14.0</Version>
<Version>0.15.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8c54513

Please sign in to comment.