Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Aug 5, 2023
1 parent 8a7da48 commit e156ff6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>bottlenoselabs.Interop.Sokol.runtime.linux-x64</PackageId>
<PackageDescription>Linux x64 native libraries for the `bottlenoselabs.Sokol` package.</PackageDescription>
<PackageDescription>Linux x64 native libraries for the `bottlenoselabs.Interop.Sokol` package.</PackageDescription>
<RepositoryUrl>https://github.com/bottlenoselabs/sokol-cs</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>_README_PACKAGE.md</PackageReadmeFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>bottlenoselabs.Interop.Sokol.runtime.osx</PackageId>
<PackageDescription>macOS x64/arm64 native libraries for the `bottlenoselabs.Sokol` package.</PackageDescription>
<PackageDescription>macOS x64/arm64 native libraries for the `bottlenoselabs.Interop.Sokol` package.</PackageDescription>
<RepositoryUrl>https://github.com/bottlenoselabs/sokol-cs</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>_README_PACKAGE.md</PackageReadmeFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>bottlenoselabs.Interop.Sokol.runtime.win-x64</PackageId>
<PackageDescription>Windows x64 native libraries for the `bottlenoselabs.Sokol` package.</PackageDescription>
<PackageDescription>Windows x64 native libraries for the `bottlenoselabs.Interop.Sokol` package.</PackageDescription>
<RepositoryUrl>https://github.com/bottlenoselabs/sokol-cs</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>_README_PACKAGE.md</PackageReadmeFile>
Expand Down
2 changes: 1 addition & 1 deletion src/cs/production/Interop.Sokol/Interop.Sokol.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- MSBuild settings -->
<PropertyGroup>
<AssemblyName>Sokol-cs</AssemblyName> <!-- Used to avoid clash with 'sokol.dll' on Windows -->
<AssemblyName>Interop.Sokol</AssemblyName>
<TargetFramework>net7.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace>bottlenoselabs.Interop.Sokol</RootNamespace>
Expand Down

0 comments on commit e156ff6

Please sign in to comment.