Skip to content

Commit 1d7b922

Browse files
committed
Updated assembly version to 1.0.8.
1 parent 0380052 commit 1d7b922

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2018 RBSoft
3+
Copyright (c) 2017-2019 RBSoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Sales Manager.sln

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26403.7
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29215.179
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sales Manager", "Sales Manager\Sales Manager.csproj", "{D07EAED7-786D-4719-B1B5-D6A5F1B39381}"
77
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7CAA9C02-5CD7-44CA-BE16-FDA3C43AA85D}"
9+
ProjectSection(SolutionItems) = preProject
10+
appveyor.yml = appveyor.yml
11+
LICENSE = LICENSE
12+
README.md = README.md
13+
EndProjectSection
14+
EndProject
815
Global
916
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1017
Debug|Any CPU = Debug|Any CPU
@@ -19,4 +26,7 @@ Global
1926
GlobalSection(SolutionProperties) = preSolution
2027
HideSolutionNode = FALSE
2128
EndGlobalSection
29+
GlobalSection(ExtensibilityGlobals) = postSolution
30+
SolutionGuid = {677CE6F4-347D-4B02-A334-721E11251EFC}
31+
EndGlobalSection
2232
EndGlobal

Sales Manager/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("RBSoft")]
1212
[assembly: AssemblyProduct("Sales Manager")]
13-
[assembly: AssemblyCopyright("Copyright © 2017-2018 RBSoft")]
13+
[assembly: AssemblyCopyright("Copyright © 2017-2019 RBSoft")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.7.0")]
36-
[assembly: AssemblyFileVersion("1.0.7.0")]
35+
[assembly: AssemblyVersion("1.0.8.0")]
36+
[assembly: AssemblyFileVersion("1.0.8.0")]

Sales Manager/Setup/Sales Manager.nsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
; HM NIS Edit Wizard helper defines
44
!define PRODUCT_NAME "Sales Manager"
5-
!define PRODUCT_VERSION "1.0.7"
6-
VIProductVersion 1.0.7.0
5+
!define PRODUCT_VERSION "1.0.8"
6+
VIProductVersion 1.0.8.0
77
!define PRODUCT_PUBLISHER "RBSoft Inc."
88
!define PRODUCT_WEB_SITE "http://www.rbsoft.org"
99
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Sales Manager.exe"

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.0.7.{build}
1+
version: 1.0.8.{build}
22
skip_branch_with_pr: true
33
image: Visual Studio 2017
44

0 commit comments

Comments
 (0)