Skip to content

Commit 480aa04

Browse files
Version increase
1 parent 2a7a611 commit 480aa04

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

DeveloperTools.sln

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26730.3
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6C682E10-C007-4377-9E2D-467B9189B8C3}"
77
ProjectSection(SolutionItems) = preProject
@@ -13,6 +13,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6C682E
1313
EndProject
1414
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeveloperTools", "DeveloperTools\DeveloperTools.csproj", "{CC833335-20F0-4559-8160-EE6BC0EF9112}"
1515
EndProject
16+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{20EA47CF-F94E-455C-B82B-928FAEB8EF41}"
17+
ProjectSection(SolutionItems) = preProject
18+
.nuget\build-packages.ps1 = .nuget\build-packages.ps1
19+
EndProjectSection
20+
EndProject
1621
Global
1722
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1823
Debug|Any CPU = Debug|Any CPU
@@ -27,4 +32,7 @@ Global
2732
GlobalSection(SolutionProperties) = preSolution
2833
HideSolutionNode = FALSE
2934
EndGlobalSection
35+
GlobalSection(ExtensibilityGlobals) = postSolution
36+
SolutionGuid = {A45183A0-ADC9-4F14-9709-09BFEDC8263F}
37+
EndGlobalSection
3038
EndGlobal

DeveloperTools/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
[assembly: AssemblyCulture("")]
1212
[assembly: ComVisible(false)]
1313
[assembly: Guid("15a30f61-0a54-4a91-b98f-5b30eb22b6f5")]
14-
[assembly: AssemblyVersion("2.2.0.0")]
15-
[assembly: AssemblyFileVersion("2.2.0.0")]
16-
[assembly: AssemblyInformationalVersion("2.2.0")]
14+
[assembly: AssemblyVersion("2.2.1.0")]
15+
[assembly: AssemblyFileVersion("2.2.1.0")]
16+
[assembly: AssemblyInformationalVersion("2.2.1")]

0 commit comments

Comments
 (0)