Skip to content

Commit 6c33289

Browse files
committed
Configure GitVersion
1 parent 3198139 commit 6c33289

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

BencodeNET.sln

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26430.16
4+
VisualStudioVersion = 15.0.26730.3
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{65E984B8-653C-4BCD-AE37-4E21497B5B87}"
77
ProjectSection(SolutionItems) = preProject
88
.gitattributes = .gitattributes
99
.gitignore = .gitignore
1010
build.cake = build.cake
1111
build.ps1 = build.ps1
12+
GitVersion.yml = GitVersion.yml
1213
LICENSE.md = LICENSE.md
1314
README.md = README.md
1415
EndProjectSection
@@ -35,4 +36,7 @@ Global
3536
GlobalSection(SolutionProperties) = preSolution
3637
HideSolutionNode = FALSE
3738
EndGlobalSection
39+
GlobalSection(ExtensibilityGlobals) = postSolution
40+
SolutionGuid = {13FC1678-85AE-420D-A765-ED5FACE777A5}
41+
EndGlobalSection
3842
EndGlobal

GitVersion.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
mode: Mainline
2+
branches: {}
3+
ignore:
4+
sha: []

0 commit comments

Comments
 (0)