remove using
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
using System.Reflection;
|
namespace Pilz;
|
||||||
|
|
||||||
namespace Pilz;
|
|
||||||
|
|
||||||
[AttributeUsage(AttributeTargets.Assembly)]
|
[AttributeUsage(AttributeTargets.Assembly)]
|
||||||
public class AssemblyAppVersionAttribute(string version, int build, AppChannel channel) : Attribute
|
public class AssemblyAppVersionAttribute(string version, int build, AppChannel channel) : Attribute
|
||||||
|
|||||||
Reference in New Issue
Block a user