Skip to content

Commit bebe2df

Browse files
committed
Fix two copy-paste typos from ComputeSharp
Fixes #69
1 parent 79e62ca commit bebe2df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,4 +341,4 @@ ASALocalRun/
341341
samples/**/city_*.jpg
342342

343343
# XML docs files
344-
src/**/ComputeSharp*.xml
344+
src/**/PolySharp*.xml

src/PolySharp.Package/PolySharp.Package.msbuildproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReadmeFile>README.md</PackageReadmeFile>
2121
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2222
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
23-
<PackageProjectUrl>https://github.com/Sergio0694/ComputeSharp/</PackageProjectUrl>
23+
<PackageProjectUrl>https://github.com/Sergio0694/PolySharp/</PackageProjectUrl>
2424
<PackageIcon>icon.png</PackageIcon>
2525
<PackageTags>dotnet net netcore netstandard csharp library generator polyfill roslyn</PackageTags>
2626
<DevelopmentDependency>true</DevelopmentDependency>

0 commit comments

Comments
 (0)