Skip to content

Commit

Permalink
Merge pull request #52 from smoogipoo/adjust-namespaces
Browse files Browse the repository at this point in the history
Change namespaces from SDL3 -> SDL
  • Loading branch information
peppy authored Apr 20, 2024
2 parents 56b9eb7 + 8b04792 commit e651672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SDL3-CS.Tests.Desktop/SDL3-CS.Tests.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>SDL3.Tests.Desktop</RootNamespace>
<RootNamespace>SDL.Tests.Desktop</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion SDL3-CS.Tests.iOS/SDL3-CS.Tests.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0-ios</TargetFramework>
<RootNamespace>SDL3.Tests.iOS</RootNamespace>
<RootNamespace>SDL.Tests.iOS</RootNamespace>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings>
Expand Down

0 comments on commit e651672

Please sign in to comment.