Skip to content

Commit 21d8016

Browse files
authored
Update readme for new build instructions (#210)
1 parent b9e91d4 commit 21d8016

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

README.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,27 +49,20 @@ Build Instructions
4949

5050
**Prerequisites:**
5151

52-
- Visual Studo 2015 or Visual Studio 2017
53-
- [PowerShell Tools for Visual Studio](https://github.com/adamdriscoll/poshtools)
54-
- Powershell 3.0+ (only for cmdlets)
52+
- Visual Studio 2017 Update 5 or .NET CLI toolchain
5553

5654
**Build**
55+
56+
With Visual Studio:
5757

5858
- Open `OpenXmlPowerTools.sln` in Visual Studio
5959
- Rebuild the project
6060
- Build the solution. To validate the build, open the Test Explorer. Click Run All.
6161
- To run an example, set the example as the startup project, and press F5.
6262

63-
**Cmdlets**
64-
- Make sure you are running PowerShell 3.0 or later
65-
- If necessary, set your execution policy. Run PowerShell as administrator and Set-ExecutionPolicy Unrestricted (or RemoteSigned)
66-
- Build using steps above
67-
- Build the solution. To validate the build, open the Test Explorer (pick TEST -> Windows -> Test Explorer from the menu). Click Run All.
68-
- To start using the Open-Xml-PowerTools Cmdlets, open a PowerShel prompt and load the module
63+
With .NET CLI toolchain:
6964

70-
```ps
71-
Import-Module Open-Xml-PowerTools [OpenXmlPowerTools Root]\OpenXmlPowerTools.Cmdlet\bin\[flavor]\Open-XML-PowerTools.psd1
72-
```
65+
- Run `dotnet build OpenXmlPowerTools.sln`
7366

7467
Change Log
7568
==========
@@ -200,5 +193,4 @@ Procedures for enhancing the core C# modules
200193
- Modify the code
201194
- Write xUnit tests
202195
- Write an example if necessary
203-
- Run xUnit tests on VS2015 Community Edition
204-
- Run xUnit tests on VS2013 Update 4
196+
- Run xUnit tests

0 commit comments

Comments
 (0)