Skip to content

Releases: sk-shahnawaz/aspdotnet-template

Release v 1.0.15

08 Aug 12:41
5585aad
Compare
Choose a tag to compare

What's Changed

  • fix: .NET 6 publish issue fix, other misc changes by @Shahnawaz-QI in #27

Full Changelog: 1.0.14...1.0.15

Release v 1.0.14

05 Aug 05:56
e50991a
Compare
Choose a tag to compare

What's Changed

  • feat: .NET 6 upgrade, misc changes by @Shahnawaz-QI in #25

Full Changelog: 1.0.13...1.0.14

Release v 1.0.13

02 Aug 18:45
8602137
Compare
Choose a tag to compare

Enhancements

  • New Relic integration
  • Main README feature section updated

What's Changed

  • feat: New relic integration, README updated by @Shahnawaz-QI in #24

Full Changelog: 1.0.12...1.0.13

Release v 1.0.12

02 Aug 18:29
d511327
Compare
Choose a tag to compare

Enhancements

  • Sentry sampling

Release v 1.0.11

02 Mar 03:54
3e9cf95
Compare
Choose a tag to compare

Enhancements

  • Added method for performing batch delete of items from database

Release v 1.0.10

23 Dec 06:56
80c6e66
Compare
Choose a tag to compare

Enhancements

  • Sorting (generic) support in list APIs.

Release v 1.0.9

03 Dec 10:17
08a8bae
Compare
Choose a tag to compare

Enhancements

  • Read runtime environment value from bound environment configuration object instance.

Release v 1.0.8

29 Oct 10:33
1d4d25f
Compare
Choose a tag to compare

Enhancements

  • Upgraded dependent Nuget packages
  • Introduced code coverage analysis with report generation during running of GitHub Build action script (CI)
  • Code coverage analysis report summary as bot comment in GitHub PR
  • Related changes and documentations

Release v 1.0.7

06 Oct 10:19
1829591
Compare
Choose a tag to compare

Enhancements

  • Upgraded dependent NuGet packages
  • Added EF Core migration specific packages to DB projects
  • Added EF Core sensitive data logging for non-production environments
  • Code refactoring & misc changes

Release v 1.0.6

30 Aug 07:33
a97e03c
Compare
Choose a tag to compare
  • GitHub actions updated
  • Dockerfile updated
  • Misc changes