Skip to content

Commit

Permalink
Increase version to 3.2 (mac)
Browse files Browse the repository at this point in the history
  • Loading branch information
awaescher committed Sep 27, 2018
1 parent 3e6f7a0 commit dc3dceb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion RepoZ.Api.Common/RepoZ.Api.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<ReleaseVersion>3.1</ReleaseVersion>
<ReleaseVersion>3.2</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion RepoZ.Api.Mac/RepoZ.Api.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RootNamespace>RepoZ.Api.Mac</RootNamespace>
<AssemblyName>RepoZ.Api.Mac</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>3.1</ReleaseVersion>
<ReleaseVersion>3.2</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion RepoZ.Api/RepoZ.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>3.1</ReleaseVersion>
<ReleaseVersion>3.2</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion RepoZ.App.Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
<key>LSMultipleInstancesProhibited</key>
<true/>
<key>CFBundleShortVersionString</key>
<string>3.1</string>
<string>3.2</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion RepoZ.App.Mac/RepoZ.App.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>RepoZ</AssemblyName>
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
<UseXamMacFullFramework>true</UseXamMacFullFramework>
<ReleaseVersion>3.1</ReleaseVersion>
<ReleaseVersion>3.2</ReleaseVersion>
<ApplicationIcon>..\_res\App.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion RepoZ.Mac.sln
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 3.1
version = 3.2
EndGlobalSection
EndGlobal

0 comments on commit dc3dceb

Please sign in to comment.