Skip to content

Commit

Permalink
v2.0.3 Release (#258)
Browse files Browse the repository at this point in the history
* Bump src/templates/Petabridge.Library from `99532c3` to `bafa3e6` (#249)

Bumps [src/templates/Petabridge.Library](https://github.com/petabridge/Petabridge.Library) from `99532c3` to `bafa3e6`.
- [Release notes](https://github.com/petabridge/Petabridge.Library/releases)
- [Commits](petabridge/Petabridge.Library@99532c3...bafa3e6)

---
updated-dependencies:
- dependency-name: src/templates/Petabridge.Library
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump src/templates/Petabridge.App from `dfa848d` to `68ef8e4` (#248)

Bumps [src/templates/Petabridge.App](https://github.com/petabridge/Petabridge.App) from `dfa848d` to `68ef8e4`.
- [Release notes](https://github.com/petabridge/Petabridge.App/releases)
- [Commits](petabridge/Petabridge.App@dfa848d...68ef8e4)

---
updated-dependencies:
- dependency-name: src/templates/Petabridge.App
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump src/templates/Petabridge.WebApp from `5690717` to `4db7aa9` (#247)

Bumps [src/templates/Petabridge.WebApp](https://github.com/petabridge/Petabridge.App.Web) from `5690717` to `4db7aa9`.
- [Release notes](https://github.com/petabridge/Petabridge.App.Web/releases)
- [Commits](petabridge/Petabridge.App.Web@5690717...4db7aa9)

---
updated-dependencies:
- dependency-name: src/templates/Petabridge.WebApp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump src/templates/Petabridge.Library from `bafa3e6` to `4300479` (#257)

Bumps [src/templates/Petabridge.Library](https://github.com/petabridge/Petabridge.Library) from `bafa3e6` to `4300479`.
- [Release notes](https://github.com/petabridge/Petabridge.Library/releases)
- [Commits](petabridge/Petabridge.Library@bafa3e6...4300479)

---
updated-dependencies:
- dependency-name: src/templates/Petabridge.Library
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump src/templates/Petabridge.WebApp from `4db7aa9` to `42d9d38` (#256)

Bumps [src/templates/Petabridge.WebApp](https://github.com/petabridge/Petabridge.App.Web) from `4db7aa9` to `42d9d38`.
- [Release notes](https://github.com/petabridge/Petabridge.App.Web/releases)
- [Commits](petabridge/Petabridge.App.Web@4db7aa9...42d9d38)

---
updated-dependencies:
- dependency-name: src/templates/Petabridge.WebApp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump src/templates/Petabridge.App from `68ef8e4` to `3cd61bf` (#255)

Bumps [src/templates/Petabridge.App](https://github.com/petabridge/Petabridge.App) from `68ef8e4` to `3cd61bf`.
- [Release notes](https://github.com/petabridge/Petabridge.App/releases)
- [Commits](petabridge/Petabridge.App@68ef8e4...3cd61bf)

---
updated-dependencies:
- dependency-name: src/templates/Petabridge.App
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Release 2.0.3 (#250)

* Release 2.0.3

* Update RELEASE_NOTES.md

Co-authored-by: Aaron Stannard <aaron@petabridge.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ebere Abanonu <eaba@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 16, 2022
2 parents 6baadc9 + c13cffb commit c69ba78
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 2.0.3 March 17 2022 ####

- Added `.gitattributes` to prevent line endings from being modified upon checkout
- Updated `pr_validation` to run `All` and not `RunTests`
- Added steps to convert `build.cmd` and `build.sh` to executables - a fix for file permission issue.
- Added `GitHubRelease` for publishing release on GitHub.

#### 2.0.2 March 7 2022 ####

- Removed `GitVersion` from each of the `templates`
Expand Down
6 changes: 4 additions & 2 deletions src/Petabridge.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
<PropertyGroup>
<PackageType>Template</PackageType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageVersion>2.0.1</PackageVersion>
<PackageVersion>2.0.3</PackageVersion>
<PackageId>Petabridge.Templates</PackageId>
<Title>Petabridge.Templates</Title>
<Authors>Petabridge</Authors>
<Description>Professional .NET Core templates complete with CI, Docs, and more. Supports library, Akka.NET, and ASP.NET Core application types.</Description>
<PackageTags>dotnet-new;templates;petabridge;akka;</PackageTags>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageReleaseNotes>- Fix missing `.gitignore` file - set `NoDefaultExcludes` to `true`.</PackageReleaseNotes>
<PackageReleaseNotes>- Added `.gitattributes` to prevent line endings from being modified upon checkout
- Updated `pr_validation` to run `All` and not `RunTests`
- Added steps to convert `build.cmd` and `build.sh` to executables - a fix for file permission issue.</PackageReleaseNotes>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
Expand Down

0 comments on commit c69ba78

Please sign in to comment.