From 17d383ceec582d2d1de2747bd354151d9104dc60 Mon Sep 17 00:00:00 2001 From: Dijji <27084934+Dijji@users.noreply.github.com> Date: Sat, 2 Jan 2021 18:12:08 +0000 Subject: [PATCH] Final release tweeks --- .gitignore | 3 +++ README.md | 4 ++++ XstPortableExport/XstPortableExport.csproj | 4 ++++ 3 files changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 115e00b..9649dfa 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ /XstPortableExport/Properties/launchSettings.json /XstReader.Base/bin /XstReader.Base/obj +/docs/Command line tests.txt +/XstPortableExport/bin/Release/netcoreapp2.1 +/XstPortableExport/Properties/PublishProfiles diff --git a/README.md b/README.md index e5d6cd8..c183ea8 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,10 @@ Where: `` The full name of the .pst or .ost file from which to export +To run the portable version, open a command line and run: + +dotnet XstPortableExport.dll `` + ## Installation To install a binary: diff --git a/XstPortableExport/XstPortableExport.csproj b/XstPortableExport/XstPortableExport.csproj index 48bf665..c99daf9 100644 --- a/XstPortableExport/XstPortableExport.csproj +++ b/XstPortableExport/XstPortableExport.csproj @@ -12,6 +12,10 @@ true + + + true +