Skip to content

Commit

Permalink
Set version to 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknigge committed Dec 20, 2023
1 parent b31e977 commit de0d0a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.5.0</ApplicationVersion>
<ApplicationVersion>3.2.6.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
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.5.0")]
[assembly: AssemblyFileVersion ("3.2.5.0")]
[assembly: AssemblyVersion ("3.2.6.0")]
[assembly: AssemblyFileVersion ("3.2.6.0")]
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.2.5.{build}
version: 3.2.6.{build}
branches:
only:
- master
Expand Down

0 comments on commit de0d0a6

Please sign in to comment.