Skip to content

Commit

Permalink
Final release tweeks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dijji committed Jan 2, 2021
1 parent be0878f commit 17d383c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ Where:
`<Outlook file name>`
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 `<options as above>`

## Installation

To install a binary:
Expand Down
4 changes: 4 additions & 0 deletions XstPortableExport/XstPortableExport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\XstExport\Options.cs" />
Expand Down

0 comments on commit 17d383c

Please sign in to comment.