Skip to content

Commit c9f5d1e

Browse files
authored
Merge pull request #58 from mazong1123/fix-57-prep-release
Updated all versions.
2 parents 2625392 + 9bbdeee commit c9f5d1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/svn2gitnet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<OutputType>Exe</OutputType>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
55
<RootNamespace>Svn2GitNet</RootNamespace>
6-
<Version>1.0.0-beta</Version>
6+
<Version>1.0.0</Version>
77
<Authors>Jingyu Ma</Authors>
88
<Company>Jingyu Ma</Company>
99
<Product>Svn2Git.NET</Product>

svn2gitnet.xslt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ xmlns:wix="http://schemas.microsoft.com/wix/2006/wi">
55
<xsl:output method="xml" version="1.0" encoding="utf-8" indent="yes"/>
66

77
<xsl:template match="wix:Product/@Version">
8-
<xsl:attribute name="Version">1.0.0.1</xsl:attribute>
8+
<xsl:attribute name="Version">1.0.0.2</xsl:attribute>
99
</xsl:template>
1010

1111
<xsl:template match="wix:Product/@Manufacturer">

0 commit comments

Comments
 (0)