diff --git a/MSILocal.mak b/MSILocal.mak
index 36995ed..d7a47fa 100644
Binary files a/MSILocal.mak and b/MSILocal.mak differ
diff --git a/Makefile b/Makefile
index 6514f7a..be26167 100644
Binary files a/Makefile and b/Makefile differ
diff --git a/README.md b/README.md
index a0ad9fe..100a91c 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ In order to have the build process digitally sign output files, one should provi
1. A signing certificate installed in the current user’s certificate store.
2. The following variables in the environment:
- `ManifestCertificateThumbprint` - set the value to certificate’s SHA1 thumbprint (hexadecimal, without spaces, i.e. `bc0d8da45f9eeefcbe4e334e1fc262804df88d7e`).
- - `ManifestTimestampUrl` - set the value to URL used to perform timestamp signature (i.e. `http://timestamp.verisign.com/scripts/timstamp.dll`). In order to perform timestamp signing successfully, the computer running the build should be online and able to access this URL.
+ - `ManifestTimestampRFC3161Url` - set the value to URL used to perform RFC3161 timestamp signature (i.e. `http://sha256timestamp.ws.symantec.com/sha256/timestamp`). In order to perform timestamp signing successfully, the computer running the build should be online and able to access this URL.
Please note that only Release builds are configured for timestamp signing. Debug configurations do not attempt to timestamp sign the resulting DLL and EXE files in order to speed up the building process and enable offline building.
diff --git a/include/Debug.props b/include/Debug.props
index 9d655ea..7a0be7d 100644
--- a/include/Debug.props
+++ b/include/Debug.props
@@ -39,7 +39,7 @@
-
+
\ No newline at end of file
diff --git a/include/Release.props b/include/Release.props
index 8e73d43..4eddaa6 100644
--- a/include/Release.props
+++ b/include/Release.props
@@ -43,7 +43,7 @@
-
+
\ No newline at end of file