Skip to content

Commit a230492

Browse files
committed
publish version 1.0.8
1 parent e69ea9b commit a230492

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Diff for: src/Common/version.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<Company>Lovett Software</Company>
44
<Copyright>Copyright © Lovett Software</Copyright>
5-
<FileVersion>1.0.7</FileVersion>
6-
<AssemblyVersion>1.0.7</AssemblyVersion>
7-
<Version>1.0.7</Version>
5+
<FileVersion>1.0.8</FileVersion>
6+
<AssemblyVersion>1.0.8</AssemblyVersion>
7+
<Version>1.0.8</Version>
88
</PropertyGroup>
99
</Project>

Diff for: src/Common/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.7
1+
1.0.8

Diff for: src/XmlDiff.sln

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1313
ProjectSection(SolutionItems) = preProject
1414
Common\changes.xml = Common\changes.xml
1515
Common\version.props = Common\version.props
16+
Common\version.txt = Common\version.txt
1617
EndProjectSection
1718
EndProject
1819
Global

Diff for: src/XmlDiffView/XmlDiff.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>LovettSoftware.XmlDiff</id>
5-
<version>1.0.7</version>
5+
<version>1.0.8</version>
66
<authors>Chris Lovett</authors>
77
<description>A library that compares and merges XML files.</description>
88
<projectUrl>https://github.com/lovettchris/xmldiff</projectUrl>

0 commit comments

Comments
 (0)