Skip to content

Commit 75c8166

Browse files
committed
1.1.138-Beta
1 parent 5af3d9b commit 75c8166

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

FileSystem/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class Program {
5252
Program.engine = new DavEngine();
5353
Program.engine.logger = Program.logger;
5454
Program.engine.outputXmlFormatting = true;
55+
5556
/// This license lile is used to activate:
5657
/// - IT Hit WebDAV Server Engine for .NET
5758
/// - IT Hit iCalendar and vCard Library if used in a project
@@ -63,6 +64,7 @@ class Program {
6364
}
6465
Program.engine.license = license;
6566
});
67+
6668
// Set custom handler to process GET and HEAD requests to folders and display
6769
// info about how to connect to server. We are using the same custom handler
6870
// class (but different instances) here to process both GET and HEAD because

FileSystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ithit.webdav.server.filesystem",
3-
"version": "1.1.135-Beta",
3+
"version": "1.1.138-Beta",
44
"description": "A cross-platform WebDAV Node.js server that runs on Windows, Mac OS X and Linux. This example is a fully-functional WebDAV server that can be used to open, edit and save Microsoft Office documents directly to server, without download/upload steps.",
55
"author": "IT Hit, Ltd",
66
"license": "IT Hit LTD.",

0 commit comments

Comments
 (0)