Skip to content
Snippets Groups Projects
Verified Commit b6710d5e authored by Emilia's avatar Emilia
Browse files

AssemblyInfo

parent 491f2edf
Branches
Tags
No related merge requests found
......@@ -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>
......
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
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
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment