Skip to content

Commit

Permalink
Release 2.2.0 (#241)
Browse files Browse the repository at this point in the history
* Enabled `NoDefaultExcludes` so that `.gitignore` file is added to the package

* Update release note for version 2.0.1

* Exclude `.git` files from templates

* Bumped version to 2.2.0

* Updated README

* Create RELEASE_NOTES.md

Co-authored-by: Aaron Stannard <aaron@petabridge.com>
  • Loading branch information
eaba and Aaronontheweb authored Mar 4, 2022
1 parent bd467e8 commit 6d934e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Petabridge ASP.NET Core + Akka.Cluster Starter App pb-akka-web [C#]
To uninstall the package, use the following command:

```
C:\> dotnet new -u Petabridge.Templates
dotnet new -u Petabridge.Templates
```

### Available Templates
Expand All @@ -52,7 +52,7 @@ You can read more about how these templates work by clicking on their titles and
To use one of these templates, you can use the `dotnet new` command followed by the name or shortname.

```
C:\> dotnet new pb-lib [-n name] [other arguments]
dotnet new pb-lib [-n name] [other arguments]
```

So for instance, if I execute `dotnet new pb-lib -n "MyProject"` the following output will appear in my working directory:
Expand All @@ -64,8 +64,7 @@ D:\MyProject\build.ps1
D:\MyProject\build.sh
D:\MyProject\MyProject.sln
D:\MyProject\README.md
D:\MyProject\CHANGELOG.md
D:\MyProject\gitversion.yml
D:\MyProject\RELEASE_NOTES.md
D:\MyProject\build
D:\MyProject\build\_build.csproj
D:\MyProject\build\Build.CI.GitHubActions.cs
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 2.0.2 March 7 2022 ####

- Removed `GitVersion` from each of the `templates`
- Added `SetFilePermission` to help users fix permission issue on `Linux` system


#### 2.0.1 February 18 2022 ####

- Fix missing `.gitignore` file - set `NoDefaultExcludes` to `true`.
Expand Down

0 comments on commit 6d934e4

Please sign in to comment.