Skip to content

Commit ca0e110

Browse files
committed
Add NuGet installation readme
1 parent a57834a commit ca0e110

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/Our.Umbraco.GraphQL/Our.Umbraco.GraphQL.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
<ItemGroup>
2222
<None Include="content\**" Pack="True" PackagePath="content\" />
23+
<None Include="readme.txt" Pack="True" PackagePath="" />
2324
</ItemGroup>
2425

2526
<ItemGroup>

src/Our.Umbraco.GraphQL/readme.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
_____ _ _____ _ __ _ _ _
2+
| __ \ | | | _ | | / _| | | | | | |
3+
| | \/_ __ __ _ _ __ | |__ | | | | | | |_ ___ _ __ | | | |_ __ ___ | |__ _ __ __ _ ___ ___
4+
| | __| '__/ _` | '_ \| '_ \| | | | | | _/ _ \| '__| | | | | '_ ` _ \| '_ \| '__/ _` |/ __/ _ \
5+
| |_\ \ | | (_| | |_) | | | \ \/' / |____ | || (_) | | | |_| | | | | | | |_) | | | (_| | (_| (_) |
6+
\____/_| \__,_| .__/|_| |_|\_/\_\_____/ |_| \___/|_| \___/|_| |_| |_|_.__/|_| \__,_|\___\___/
7+
| |
8+
|_|
9+
10+
This package currently is intended for development-level testing right now.
11+
12+
All doctypes and media properties are accessible via the GraphQL endpoint by anyone, as permissions and other security features aren't yet present.
13+
Don't use this on any data you need to keep protected
14+
15+
For more info visit https://github.com/rasmusjp/umbraco-graphql/

0 commit comments

Comments
 (0)