Skip to content
This repository has been archived by the owner on Mar 17, 2018. It is now read-only.

Commit

Permalink
Bumped OS X client version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkentim committed May 16, 2016
1 parent 1c7a121 commit 7ea13ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
<AssemblyName>ParkitectNexus Client</AssemblyName>
<SuppressXamMacMigration>True</SuppressXamMacMigration>
<ReleaseVersion>2.0.0</ReleaseVersion>
<ReleaseVersion>2.1.5980.38291</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
8 changes: 4 additions & 4 deletions src/ParkitectNexus.Client.Darwin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.

[assembly: AssemblyTitle("ParkitectNexus.Client.Base")]
[assembly: AssemblyTitle("ParkitectNexus Client")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ParkitectNexus.Client.Base")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyProduct("ParkitectNexus Client")]
[assembly: AssemblyCopyright("Copyright © ParkitectNexus 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -38,4 +38,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("2.0.5969.32190")]
[assembly: AssemblyVersion("2.1.5980.38291")]

0 comments on commit 7ea13ad

Please sign in to comment.