From b6710d5eb732da2d29c4ad15781e9ae5740e02ca Mon Sep 17 00:00:00 2001 From: Emilia <emilia@jumpsca.re> Date: Mon, 17 Mar 2025 17:12:48 +0200 Subject: [PATCH] AssemblyInfo --- Blacklight.Desktop/Blacklight.Desktop.csproj | 3 --- Blacklight.Desktop/Properties/AssemblyInfo.cs | 5 +++++ Blacklight/Properties/AssemblyInfo.cs | 5 +++++ Lightquark.NET/Properties/AssemblyInfo.cs | 5 +++++ 4 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 Blacklight.Desktop/Properties/AssemblyInfo.cs create mode 100644 Blacklight/Properties/AssemblyInfo.cs create mode 100644 Lightquark.NET/Properties/AssemblyInfo.cs diff --git a/Blacklight.Desktop/Blacklight.Desktop.csproj b/Blacklight.Desktop/Blacklight.Desktop.csproj index 81b0287..aeb91b8 100644 --- a/Blacklight.Desktop/Blacklight.Desktop.csproj +++ b/Blacklight.Desktop/Blacklight.Desktop.csproj @@ -5,9 +5,6 @@ <TargetFramework>net9.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> - <AssemblyVersion>1.0.0</AssemblyVersion> - <InformationalVersion>Blacklight/1.0.0.1</InformationalVersion> - <FileVersion>1.0.0.1</FileVersion> <AssemblyName>BlacklightDesktop</AssemblyName> </PropertyGroup> diff --git a/Blacklight.Desktop/Properties/AssemblyInfo.cs b/Blacklight.Desktop/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..a884b92 --- /dev/null +++ b/Blacklight.Desktop/Properties/AssemblyInfo.cs @@ -0,0 +1,5 @@ +using System.Reflection; + +[assembly: AssemblyVersion("0.0.0.0-dev")] +[assembly: AssemblyFileVersion("0.0.0.0-dev")] +[assembly: AssemblyInformationalVersion("Blacklight/0.0.0.0-dev")] \ No newline at end of file diff --git a/Blacklight/Properties/AssemblyInfo.cs b/Blacklight/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..a884b92 --- /dev/null +++ b/Blacklight/Properties/AssemblyInfo.cs @@ -0,0 +1,5 @@ +using System.Reflection; + +[assembly: AssemblyVersion("0.0.0.0-dev")] +[assembly: AssemblyFileVersion("0.0.0.0-dev")] +[assembly: AssemblyInformationalVersion("Blacklight/0.0.0.0-dev")] \ No newline at end of file diff --git a/Lightquark.NET/Properties/AssemblyInfo.cs b/Lightquark.NET/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..a884b92 --- /dev/null +++ b/Lightquark.NET/Properties/AssemblyInfo.cs @@ -0,0 +1,5 @@ +using System.Reflection; + +[assembly: AssemblyVersion("0.0.0.0-dev")] +[assembly: AssemblyFileVersion("0.0.0.0-dev")] +[assembly: AssemblyInformationalVersion("Blacklight/0.0.0.0-dev")] \ No newline at end of file -- GitLab