Skip to content

Commit

Permalink
App version
Browse files Browse the repository at this point in the history
  • Loading branch information
nomis51 committed Jan 8, 2021
1 parent e5bfea5 commit c5dc0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Menagerie.Core/Services/ParsingService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ public void ParseClipboardLine(string line) {
if (offer.IsOutgoing) {
AppService.Instance.SendChatMessage(line.Substring(line.IndexOf("@")));
}
// OnNewChatEventParsed(offer);
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/Menagerie/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
// en utilisant '*', comme indiqué ci-dessous :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.6.0")]
[assembly: AssemblyFileVersion("1.2.6.0")]
[assembly: AssemblyVersion("1.2.7.0")]
[assembly: AssemblyFileVersion("1.2.7.0")]
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")]

0 comments on commit c5dc0ae

Please sign in to comment.