Skip to content

Commit

Permalink
Version 1.2, appveyor build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Plenyx committed Apr 4, 2019
1 parent 9469ea4 commit 4e62028
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public partial class FormMain : Form
private List<string> Logs { get; set; } = new List<string>();
private string LogsLocation { get; set; } = "";
private string LastLog { get; set; } = "";
private string Version { get; } = "1.1";
private string Version { get; } = "1.2";
private const int maxFileSize = 122880;

public FormMain()
Expand Down
1 change: 1 addition & 0 deletions PlenBotLogUploader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<None Include="VERSION" />
</ItemGroup>
<ItemGroup>
<None Include="App.config">
Expand Down
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Plenyx's Bad Software")]
[assembly: AssemblyProduct("PlenBotLogUploader")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1
1.2

0 comments on commit 4e62028

Please sign in to comment.