Skip to content

Commit

Permalink
Merge pull request #225 from VaclavElias/master
Browse files Browse the repository at this point in the history
New release related updates
  • Loading branch information
VaclavElias authored Nov 16, 2023
2 parents dcb6f12 + 1fe195b commit 79a7c6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Stride.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<EnableDefaultContentItems>false</EnableDefaultContentItems>
Expand Down
8 changes: 4 additions & 4 deletions _data/site.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0.22",
"version": "2.0.0.23",
"engine": "Eleventy 2.0",
"title": "Stride Game Engine",
"description": "C# Stride Game Engine is a powerful and versatile game development engine that is based on the C# programming language",
Expand All @@ -9,9 +9,9 @@
"alert-banner": false,
"docs-search": true,
"google-analytics": true,
"download-version": "4.1",
"csharp-version": "C# 10",
"dotnet-version": ".NET 6",
"download-version": "4.2",
"csharp-version": "C# 12",
"dotnet-version": ".NET 8",
"url": "https://www.stride3d.net",
"twitter-username": "stridedotnet",
"google-analytics-id": "G-Y9CVGC9YV1",
Expand Down

0 comments on commit 79a7c6f

Please sign in to comment.