mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
SmoothRay: cleanup
This commit is contained in:
parent
35943bd709
commit
59cec7e7d3
4 changed files with 93 additions and 31 deletions
|
@ -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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue