Skip to content

Commit

Permalink
Merge branch 'release/1.4.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-sjogren committed Sep 23, 2024
2 parents 78d8572 + 1491131 commit 3318d37
Show file tree
Hide file tree
Showing 36 changed files with 74 additions and 490 deletions.
2 changes: 1 addition & 1 deletion Karls.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>1.4.15</PackageVersion>
<PackageVersion>1.4.16</PackageVersion>
<PackageId>Karls.Templates</PackageId>
<Title>Karls Templates</Title>
<Authors>Karl-Johan Sjögren</Authors>
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Karls Opinionated Templates [![NuGet version (Karls.Templates)](https://img.shields.io/nuget/v/Karls.Templates.svg?style=flat-square)](https://www.nuget.org/packages/Karls.Templates/)
# Karls Opinionated Templates [![NuGet version (Karls.Templates)](https://img.shields.io/nuget/v/Karls.Templates.svg?style=flat-square)](https://www.nuget.org/packages/Karls.Templates/) ![MIT License](https://img.shields.io/github/license/karl-sjogren/dotnet-template)


This repository contains a collection of templates for the
[dotnet new](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:ci": "vitest run --reporter=junit --coverage --outputFile=test-results/junit.xml"
},
"devDependencies": {
"@codecov/vite-plugin": "^1.1.0",
"@codecov/vite-plugin": "^1.2.0",
"@stylistic/eslint-plugin-js": "^2.8.0",
"@stylistic/stylelint-plugin": "^3.0.1",
"@testing-library/dom": "^10.4.0",
Expand All @@ -29,9 +29,9 @@
"cssnano": "^7.0.6",
"esbuild": "^0.23.1",
"esbuild-plugin-browserslist": "^0.14.0",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"eslint-plugin-compat": "^6.0.1",
"eslint-plugin-jsdoc": "^50.2.3",
"eslint-plugin-jsdoc": "^50.2.4",
"eslint-plugin-testing-library": "^6.3.0",
"eslint-plugin-vitest": "^0.5.4",
"jsdom": "^25.0.0",
Expand All @@ -40,11 +40,11 @@
"postcss-scss": "^4.0.9",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.78.0",
"sass": "^1.79.2",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"vite": "^5.4.6",
"vite": "^5.4.7",
"vite-plugin-mkcert": "^1.17.6",
"vitest": "^2.1.1",
"webdriverio": "^9.0.9"
Expand Down
Loading

0 comments on commit 3318d37

Please sign in to comment.