Skip to content

Commit

Permalink
Updated assembly version to 1.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel committed Oct 1, 2019
1 parent 0380052 commit 1d7b922
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 12 additions & 2 deletions Sales Manager.sln
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,4 +26,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {677CE6F4-347D-4B02-A334-721E11251EFC}
EndGlobalSection
EndGlobal
6 changes: 3 additions & 3 deletions Sales Manager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

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.7.0")]
[assembly: AssemblyFileVersion("1.0.7.0")]
[assembly: AssemblyVersion("1.0.8.0")]
[assembly: AssemblyFileVersion("1.0.8.0")]
4 changes: 2 additions & 2 deletions Sales Manager/Setup/Sales Manager.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.7.{build}
version: 1.0.8.{build}
skip_branch_with_pr: true
image: Visual Studio 2017

Expand Down

0 comments on commit 1d7b922

Please sign in to comment.