Cleaning up naming

This commit is contained in:
Jordan Wages 2025-08-20 20:32:13 -05:00
commit 9b74c03a9d
22 changed files with 61 additions and 67 deletions

View file

@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Placeholder target file for NuGet publishing -->
<Target Name="PublishNuGet" AfterTargets="Pack">
<Exec Command="dotnet nuget push --source wagenet-git bin\Release\CsMic.$(Version).nupkg" />
<Exec Command="dotnet nuget push --source wagenet-git bin\Release\CSMic.$(Version).nupkg" />
</Target>
</Project>