Skip to content

Commit

Permalink
Merge pull request #90 from Thealexbarney/2.2-release
Browse files Browse the repository at this point in the history
Update version to 2.2.0
  • Loading branch information
Thealexbarney authored Dec 12, 2017
2 parents 74cb2a9 + 0c2fdf8 commit c2a0773
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/Lifetime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public override void Setup(Context context)
context.BuildTargetsFile = context.SourceDir.CombineWithFilePath("Directory.Build.targets");

context.AppxPublisher = "2E186599-2EB7-4677-93A5-C222C2F74D01";
context.ReleaseCertThumbprint = "2043012AE523F7FA0F77A537387633BEB7A9F4DD";
context.ReleaseCertThumbprint = "A81DF5034B182A7235B71B5524CCC9EE822BFA98";
}
}
}
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.1.0</VersionPrefix>
<UwpVersion>2.1.0.0</UwpVersion>
<VersionPrefix>2.2.0</VersionPrefix>
<UwpVersion>2.2.0.0</UwpVersion>
<SideloadAppxName>TheAlexBarney.VGAudio</SideloadAppxName>
<PathMap>$(MSBuildThisFileDirectory)=D:/VGAudio/</PathMap>
<IncludeSymbols>true</IncludeSymbols>
Expand Down
4 changes: 2 additions & 2 deletions src/VGAudio.Uwp/VGAudio.Uwp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PropertyGroup Condition="'$(AppxBuildType)' == 'Sideload' ">
<UapAppxPackageBuildMode>SideloadOnly</UapAppxPackageBuildMode>
<PackageCertificateKeyFile>VGAudio.Uwp_StoreKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>2043012AE523F7FA0F77A537387633BEB7A9F4DD</PackageCertificateThumbprint>
<PackageCertificateThumbprint>A81DF5034B182A7235B71B5524CCC9EE822BFA98</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -214,7 +214,7 @@
</Page>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.1" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.4" />
<PackageReference Include="MvvmLightLibs" Version="5.3.0" />
<PackageReference Include="PropertyChanged.Fody" Version="2.1.4" />
<ProjectReference Include="..\VGAudio\VGAudio.csproj">
Expand Down
5 changes: 0 additions & 5 deletions src/VGAudio/VGAudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,4 @@
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.3.0" />
</ItemGroup>

<!-- Workaround for https://github.com/dotnet/sdk/issues/955 -->
<PropertyGroup Condition="'$(AppxBuildType)' == 'Store'">
<DebugType>pdbonly</DebugType>
</PropertyGroup>

</Project>

0 comments on commit c2a0773

Please # to comment.