diff --git a/LICENSE b/LICENSE index fed8723..ca1583a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2018 RBSoft +Copyright (c) 2017-2019 RBSoft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Sales Manager.sln b/Sales Manager.sln index d672bcb..bf25194 100644 --- a/Sales Manager.sln +++ b/Sales Manager.sln @@ -1,10 +1,17 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.7 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29215.179 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sales Manager", "Sales Manager\Sales Manager.csproj", "{D07EAED7-786D-4719-B1B5-D6A5F1B39381}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7CAA9C02-5CD7-44CA-BE16-FDA3C43AA85D}" + ProjectSection(SolutionItems) = preProject + appveyor.yml = appveyor.yml + LICENSE = LICENSE + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -19,4 +26,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {677CE6F4-347D-4B02-A334-721E11251EFC} + EndGlobalSection EndGlobal diff --git a/Sales Manager/Properties/AssemblyInfo.cs b/Sales Manager/Properties/AssemblyInfo.cs index d92cc05..b156af3 100644 --- a/Sales Manager/Properties/AssemblyInfo.cs +++ b/Sales Manager/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("RBSoft")] [assembly: AssemblyProduct("Sales Manager")] -[assembly: AssemblyCopyright("Copyright © 2017-2018 RBSoft")] +[assembly: AssemblyCopyright("Copyright © 2017-2019 RBSoft")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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.7.0")] -[assembly: AssemblyFileVersion("1.0.7.0")] +[assembly: AssemblyVersion("1.0.8.0")] +[assembly: AssemblyFileVersion("1.0.8.0")] diff --git a/Sales Manager/Setup/Sales Manager.nsi b/Sales Manager/Setup/Sales Manager.nsi index 53e374a..f319c9d 100644 --- a/Sales Manager/Setup/Sales Manager.nsi +++ b/Sales Manager/Setup/Sales Manager.nsi @@ -2,8 +2,8 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "Sales Manager" -!define PRODUCT_VERSION "1.0.7" -VIProductVersion 1.0.7.0 +!define PRODUCT_VERSION "1.0.8" +VIProductVersion 1.0.8.0 !define PRODUCT_PUBLISHER "RBSoft Inc." !define PRODUCT_WEB_SITE "http://www.rbsoft.org" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Sales Manager.exe" diff --git a/appveyor.yml b/appveyor.yml index 286b735..3af7be1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.0.7.{build} +version: 1.0.8.{build} skip_branch_with_pr: true image: Visual Studio 2017