Update assembly metadata in Jobs project files
Added assembly metadata such as title, company, product, copyright, and version information to Jobs.vbproj. Removed redundant assembly attributes from AssemblyInfo.vb, centralizing metadata management in the project file. Assembly version updated to 3.5.0.0.
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<StartupObject />
|
||||
<PostBuildEvent>powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }"</PostBuildEvent>
|
||||
<AssemblyTitle>Modules.Jobs</AssemblyTitle>
|
||||
<Company>Digital Data</Company>
|
||||
<Product>Modules.Jobs</Product>
|
||||
<Copyright>Copyright © 2025</Copyright>
|
||||
<AssemblyVersion>3.5.0.0</AssemblyVersion>
|
||||
<FileVersion>3.5.0.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DocumentationFile>
|
||||
|
||||
Reference in New Issue
Block a user