SmoothRay: cleanup

This commit is contained in:
NotAKidoS 2024-09-18 19:45:08 -05:00
parent 35943bd709
commit 59cec7e7d3
4 changed files with 93 additions and 31 deletions

View file

@ -10,7 +10,7 @@ using System.Reflection;
[assembly: AssemblyProduct(nameof(NAK.SmoothRay))]
[assembly: MelonInfo(
typeof(NAK.SmoothRay.SmoothRay),
typeof(NAK.SmoothRay.SmoothRayMod),
nameof(NAK.SmoothRay),
AssemblyInfoParams.Version,
AssemblyInfoParams.Author,
@ -28,6 +28,6 @@ namespace NAK.SmoothRay.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.4";
public const string Version = "1.0.5";
public const string Author = "NotAKidoS";
}