main Blocky
EonaCat 2 months ago
parent 4fcd450935
commit e55b00e852

@ -6,9 +6,9 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v7.0": {
"EonaCat.Blocky/3.3.9": {
"EonaCat.Blocky/3.4.0": {
"dependencies": {
"EonaCat.Dns": "3.3.9",
"EonaCat.Dns": "3.4.0",
"EonaCat.Logger": "1.0.9",
"LigerShark.WebOptimizer.Core": "3.0.384",
"Microsoft.AspNet.SignalR": "2.4.3",
@ -620,7 +620,7 @@
}
}
},
"EonaCat.Dns/3.3.9": {
"EonaCat.Dns/3.4.0": {
"dependencies": {
"EonaCat.Cache.Memory": "1.0.1",
"EonaCat.Controls": "1.0.2",
@ -640,7 +640,7 @@
}
},
"libraries": {
"EonaCat.Blocky/3.3.9": {
"EonaCat.Blocky/3.4.0": {
"type": "project",
"serviceable": false,
"sha512": ""
@ -1058,7 +1058,7 @@
"path": "system.windows.extensions/7.0.0",
"hashPath": "system.windows.extensions.7.0.0.nupkg.sha512"
},
"EonaCat.Dns/3.3.9": {
"EonaCat.Dns/3.4.0": {
"type": "project",
"serviceable": false,
"sha512": ""

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -2,15 +2,15 @@
EonaCatDns
Copyright (C) 2017-2023 EonaCat (Jeroen Saey)
Licensed under the apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "aS IS" BaSIS,
WITHOUT WaRIsRecursionavailableNTIES OR CONDITIONS OF aNY KInternetD, either express or implied.
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License
-->

@ -6,15 +6,15 @@
EonaCatDns
Copyright (C) 2017-2023 EonaCat (Jeroen Saey)
Licensed under the apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "aS IS" BaSIS,
WITHOUT WaRIsRecursionavailableNTIES OR CONDITIONS OF aNY KInternetD, either express or implied.
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License
-->

@ -1,18 +1,18 @@
 <!--
EonaCatDns
Copyright (C) 2017-2023 EonaCat (Jeroen Saey)
EonaCatDns
Copyright (C) 2017-2023 EonaCat (Jeroen Saey)
Licensed under the apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "aS IS" BaSIS,
WITHOUT WaRIsRecursionavailableNTIES OR CONDITIONS OF aNY KInternetD, either express or implied.
See the License for the specific language governing permissions and
limitations under the License
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License
-->
@using EonaCat.Dns.Managers
@model IndexViewModel;

@ -2,21 +2,20 @@
<script>
/*
EonaCat Library
Copyright (C) 2017-2023 EonaCat (Jeroen Saey)
EonaCatDns
Copyright (C) 2017-2023 EonaCat (Jeroen Saey)
Licensed under the apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "aS IS" BaSIS,
WITHOUT WaRIsRecursionavailableNTIES OR CONDITIONS OF aNY KInternetD, either express or implied.
See the License for the specific language governing permissions and
limitations under the License
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License
*/
var token = '@Model.Token';

Loading…
Cancel
Save