Commit Description:
Add version using AssemblyVersion.
Commit Description:
Add version using AssemblyVersion.
Show/Diff file:
Action:
encompass-cs/encompass-cs/obj/Debug/netstandard2.0/encompass-cs.AssemblyInfo.cs
25 lines | 1.2 KiB | text/x-csharp | CSharpLexer
//------------------------------------------------------------------------------
// <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("Moonside Games")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Evan Hemsley 2020")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Encompass is an engine-agnostic MECS framework to help you code games, or other k" +
"inds of simulations.")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.22.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.22.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Encompass ECS")]
[assembly: System.Reflection.AssemblyTitleAttribute("EncompassECS.Framework")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.22.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.