Skip to content

Commit 902e2ca

Browse files
committed
1.4.0
1 parent 959d074 commit 902e2ca

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,17 @@ Aliases for commands:
122122
- `restore` is also `r`
123123
- `update` is also `u`, `up` or `upgrade` because I can never remember which one it is
124124

125+
**New in 1.4**
126+
127+
Override where `unpkg` puts your files instead of `wwwroot` by one of:
128+
129+
- JSON config file in `$HOME/.unpkg/unpkg.config`
130+
- Environment variable `UNPKG_WWWROOT`
131+
- JSON config file in `./unpkg.config`
132+
- `--wwwroot=public`
133+
134+
It's using .NET Core Configuration, so each of those will override the previous ones.
135+
125136
### unpkg.json
126137

127138
The `add` command stores the details about the files it downloaded into a file in the current directory, `unpkg.json`. Once that's there, you can just run

dotnet-unpkg.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.3.0</Version>
3+
<Version>1.4.0</Version>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.0</TargetFramework>
66
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)