Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
set to 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valdisiljuconoks committed Mar 5, 2024
1 parent ab51a57 commit c1e9280
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion samples/AlloySampleSite/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
}
}
},
"urls": "http://*:8000/;",
"urls": "http://*:8000/;https://*:8001/;",
"AllowedHosts": "*"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Math.max(document.body.clientHeight, document.documentElement.clientHeight)
);
obj.style.height = (newHeight - 45) + 'px';
obj.style.height = (newHeight - 49) + 'px';
}
window.addEventListener('DOMContentLoaded', (event) => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>8.0.0</Version>
<PackageVersion>8.0.0</PackageVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>
<Nullable>enable</Nullable>
<Version>8.0.1</Version>
<PackageVersion>8.0.1</PackageVersion>
<AssemblyVersion>8.0.1.0</AssemblyVersion>
<FileVersion>8.0.1.0</FileVersion>
<Authors>Valdis Iljuconoks, https://tech-fellow.net</Authors>
<Company>Valdis Iljuconoks, https://tech-fellow.net</Company>
<Product>DbLocalizationProvider</Product>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>8.0.0</Version>
<PackageVersion>8.0.0</PackageVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>
<Nullable>enable</Nullable>
<Version>8.0.1</Version>
<PackageVersion>8.0.1</PackageVersion>
<AssemblyVersion>8.0.1.0</AssemblyVersion>
<FileVersion>8.0.1.0</FileVersion>
<Authors>Valdis Iljuconoks, https://tech-fellow.net</Authors>
<Company>Valdis Iljuconoks, https://tech-fellow.net</Company>
<Product>DbLocalizationProvider</Product>
Expand Down

0 comments on commit c1e9280

Please sign in to comment.