Skip to content

Commit f9c7e58

Browse files
committed
Set version to 2.0.1
1 parent 22c5672 commit f9c7e58

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/App.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
33
<assemblyIdentity type="win32"
44
name="Sungaila.SUBSTitute"
5-
version="2.0.0.0" />
5+
version="2.0.1.0" />
66

77
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
88
<application>

src/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Identity
1111
Name="42088DavidSungaila.426978D2B4847"
1212
Publisher="CN=A7B45941-28FC-4F92-B416-DDCDFFD9BCBC"
13-
Version="2.0.0.0" />
13+
Version="2.0.1.0" />
1414

1515
<mp:PhoneIdentity PhoneProductId="7524fd35-31df-41fe-9a89-532682530c83" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1616

src/SUBSTitute.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<!-- NuGet -->
2424
<PropertyGroup>
25-
<VersionPrefix>2.0.0</VersionPrefix>
25+
<VersionPrefix>2.0.1</VersionPrefix>
2626
<VersionSuffix></VersionSuffix>
2727
<Authors>David Sungaila</Authors>
2828
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
@@ -48,7 +48,7 @@
4848
<AppxPackageSigningTimestampDigestAlgorithm>SHA512</AppxPackageSigningTimestampDigestAlgorithm>
4949
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
5050
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
51-
<GenerateTestArtifacts>True</GenerateTestArtifacts>
51+
<GenerateTestArtifacts>False</GenerateTestArtifacts>
5252
<AppxBundle>Never</AppxBundle>
5353
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
5454
<AppxPackageDir>X:\Repos\sungaila\SUBSTitute\src\bin\Msix\</AppxPackageDir>

0 commit comments

Comments
 (0)