Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
new version
  • Loading branch information
Hirogen committed Mar 20, 2025
commit 570960d4e764f5da124eaee8a5737fee7fb05b1d
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Version Version
patch = AppVeyor.Instance.BuildNumber;
}

return new Version(1, 11, 2, patch);
return new Version(1, 12, 0, patch);
}
}

Expand Down
6 changes: 3 additions & 3 deletions src/Solution Items/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[assembly: AssemblyProduct("LogExpert")]
[assembly: AssemblyCopyright("Original work Copyright (c) 2008-2011 Hagen Raab\r\nModified work Copyright (c) 2025 Zarunbal|Hirogen and many others")]

[assembly: AssemblyVersion("1.11.2")]
[assembly: AssemblyFileVersion("1.11.2")]
[assembly: AssemblyInformationalVersion("1.11.2")]
[assembly: AssemblyVersion("1.12.0")]
[assembly: AssemblyFileVersion("1.12.0")]
[assembly: AssemblyInformationalVersion("1.12.0")]

[assembly: ComVisible(false)]