Files
rr3-server/RR3CommunityServer/obj/Debug/net8.0/RR3CommunityServer.AssemblyInfo.cs
Daniel Elliott ac897cd1e9 Change version selector from dropdown to text input
Benefits:
- More flexible - can enter any version (14.0.2, 13.5.1, etc.)
- Future-proof - not limited to predefined versions
- Supports auto-detection in ZIP upload (leave blank)
- Regex validation: MAJOR.MINOR.PATCH or 'universal'

Single upload: Required field with placeholder examples
ZIP upload: Optional field (detects from manifest.json if blank)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-20 10:01:59 -08:00

23 lines
1006 B
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("RR3CommunityServer")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7033a33795722d59916df3e48111b1140e9153df")]
[assembly: System.Reflection.AssemblyProductAttribute("RR3CommunityServer")]
[assembly: System.Reflection.AssemblyTitleAttribute("RR3CommunityServer")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.