Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOliver committed Aug 12, 2018
1 parent aab9fda commit d069cfa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Example_push.ps1
@@ -0,0 +1,2 @@
nuget setapikey $((Get-ChildItem -Path env:Nuget_Key).Value)
nuget push .\OliverCoding.GatsbyTemplate.CSharp.0.2.0.nupkg -Source https://api.nuget.org/v3/index.json
2 changes: 1 addition & 1 deletion OliverCoding.GatsbyTemplate.CSharp.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>OliverCoding.GatsbyTemplate.CSharp</id>
<version>0.1.0</version>
<version>0.2.0</version>
<description>
Creates a new Gatsby template
</description>
Expand Down
5 changes: 5 additions & 0 deletions clean.ps1
@@ -0,0 +1,5 @@
Remove-Item -Path "content/bin" -Recurse
Remove-Item -Path "content/obj" -Recurse
Remove-Item -Path "content/ClientApp/.cache" -Recurse
Remove-Item -Path "content/ClientApp/node_modules" -Recurse
Remove-Item -Path "content/ClientApp/public" -Recurse

0 comments on commit d069cfa

Please sign in to comment.