Skip to content

Commit

Permalink
Updated version from 3.2.2.0 to 3.2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknigge committed Apr 12, 2019
1 parent 9345b78 commit 2174764
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PCLParaphernalia/PCLParaphernalia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>3.2.2.0</ApplicationVersion>
<ApplicationVersion>3.2.3.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down Expand Up @@ -585,7 +585,7 @@
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 und x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
Expand Down
4 changes: 2 additions & 2 deletions PCLParaphernalia/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("3.2.2.0")]
[assembly: AssemblyFileVersion ("3.2.2.0")]
[assembly: AssemblyVersion ("3.2.3.0")]
[assembly: AssemblyFileVersion ("3.2.3.0")]

0 comments on commit 2174764

Please sign in to comment.