1
0
Fork 0

Version change

This commit is contained in:
sheychen 2016-11-17 17:24:39 +01:00
parent 6dfb34d4e0
commit ab1ff2c2f3
2 changed files with 3 additions and 2 deletions

View File

@ -17,5 +17,5 @@ using System.Reflection;
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
// en utilisant '*', comme indiqué ci-dessous :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.1")]
[assembly: AssemblyFileVersion("1.1.0.1")]
[assembly: AssemblyVersion("1.2.0.1")]
[assembly: AssemblyFileVersion("1.2.0.1")]

View File

@ -30,6 +30,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{75A0AD
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4E46A1CB-6F9C-4E4E-8A9A-D62DAB09FF64}"
ProjectSection(SolutionItems) = preProject
Changelog.md = Changelog.md
License.md = License.md
Readme.md = Readme.md
EndProjectSection