Skip to content

Commit

Permalink
Merge pull request #109 from DevyusCode/vNext
Browse files Browse the repository at this point in the history
Version 1.6.0.2305
  • Loading branch information
lpeyr authored May 7, 2023
2 parents 15c7ea7 + 108e5f0 commit 03732f5
Show file tree
Hide file tree
Showing 370 changed files with 3,286 additions and 3,571 deletions.
29 changes: 12 additions & 17 deletions .licenserc.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
{
"**/*.cs": [
"/*",
"MIT License",
"",
"Copyright (c) Léo Corporation"
],
"ignore": [
"**/*.Designer.cs",
"PeyrSharp/Properties/",
"PeyrSharp.Core/obj/",
"PeyrSharp.Enums/obj/",
"PeyrSharp.Exceptions/obj/",
"PeyrSharp.UiHelpers/obj/",
"PeyrSharp.Env/obj/",
"PeyrSharp/obj/"
]
}
"**/*.cs": ["/*", "MIT License", "", "Copyright (c) Devyus"],
"ignore": [
"**/*.Designer.cs",
"PeyrSharp/Properties/",
"PeyrSharp.Core/obj/",
"PeyrSharp.Enums/obj/",
"PeyrSharp.Exceptions/obj/",
"PeyrSharp.UiHelpers/obj/",
"PeyrSharp.Env/obj/",
"PeyrSharp/obj/"
]
}
6 changes: 3 additions & 3 deletions Documentation/.vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"hash": "5a1276fe",
"browserHash": "3a29ead5",
"hash": "d97f0896",
"browserHash": "c0859cb5",
"optimized": {
"vue": {
"src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "a2b45b3f",
"fileHash": "cf7e76c1",
"needsInterop": false
}
},
Expand Down
4 changes: 3 additions & 1 deletion Documentation/.vitepress/cache/deps/package.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{"type":"module"}
{
"type": "module"
}
Loading

0 comments on commit 03732f5

Please sign in to comment.