Skip to content

Commit

Permalink
Allign RZUpdate.cs in a Solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
rzander committed Aug 18, 2018
1 parent 7032bf8 commit 9eef01f
Show file tree
Hide file tree
Showing 11 changed files with 677 additions and 414 deletions.
2 changes: 1 addition & 1 deletion RZ.Bot/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static void Main(string[] args)
{
Console.WriteLine("... done.");
message.Complete();
RZRestAPI.Feedback(oRZSW.SoftwareUpdate.SW.ProductName, oRZSW.SoftwareUpdate.SW.ProductVersion, oRZSW.SoftwareUpdate.SW.Manufacturer, "true", "RZBot", "ok..").Wait(3000);
RZRestAPI.Feedback(oRZSW.SoftwareUpdate.SW.ProductName, oRZSW.SoftwareUpdate.SW.ProductVersion, oRZSW.SoftwareUpdate.SW.Manufacturer, oRZSW.SoftwareUpdate.SW.Architecture, "true", "RZBot", "ok..").Wait(3000);
sLastPackage = DateTime.Now.Ticks.ToString(); ;
//return 0;
}
Expand Down
6 changes: 3 additions & 3 deletions RZ.Bot/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Zander Tools")]
[assembly: AssemblyProduct("RuckZuck LogConsole")]
[assembly: AssemblyCopyright("Copyright © 2017 by Roger Zander")]
[assembly: AssemblyCopyright("Copyright © 2018 by Roger Zander")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.*")]
[assembly: AssemblyFileVersion("1.0.0.2")]
[assembly: AssemblyVersion("1.0.6.*")]
[assembly: AssemblyFileVersion("1.0.6.8")]
4 changes: 4 additions & 0 deletions RZ.Bot/RZ.Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<StartupObject>
</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
310 changes: 187 additions & 123 deletions RZ.Bot/RZRestAPI.cs

Large diffs are not rendered by default.

252 changes: 112 additions & 140 deletions RZ.Bot/RZScan.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 9eef01f

Please sign in to comment.