Skip to content

Commit dc3dceb

Browse files
committed
Increase version to 3.2 (mac)
1 parent 3e6f7a0 commit dc3dceb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

RepoZ.Api.Common/RepoZ.Api.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<FileAlignment>512</FileAlignment>
1515
<NuGetPackageImportStamp>
1616
</NuGetPackageImportStamp>
17-
<ReleaseVersion>3.1</ReleaseVersion>
17+
<ReleaseVersion>3.2</ReleaseVersion>
1818
</PropertyGroup>
1919
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2020
<DebugSymbols>true</DebugSymbols>

RepoZ.Api.Mac/RepoZ.Api.Mac.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<RootNamespace>RepoZ.Api.Mac</RootNamespace>
1010
<AssemblyName>RepoZ.Api.Mac</AssemblyName>
1111
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12-
<ReleaseVersion>3.1</ReleaseVersion>
12+
<ReleaseVersion>3.2</ReleaseVersion>
1313
</PropertyGroup>
1414
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1515
<DebugSymbols>true</DebugSymbols>

RepoZ.Api/RepoZ.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1616
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
1717
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
18-
<ReleaseVersion>3.1</ReleaseVersion>
18+
<ReleaseVersion>3.2</ReleaseVersion>
1919
</PropertyGroup>
2020
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2121
<DebugSymbols>true</DebugSymbols>

RepoZ.App.Mac/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
<key>LSMultipleInstancesProhibited</key>
3434
<true/>
3535
<key>CFBundleShortVersionString</key>
36-
<string>3.1</string>
36+
<string>3.2</string>
3737
</dict>
3838
</plist>

RepoZ.App.Mac/RepoZ.App.Mac.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>RepoZ</AssemblyName>
1212
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
1313
<UseXamMacFullFramework>true</UseXamMacFullFramework>
14-
<ReleaseVersion>3.1</ReleaseVersion>
14+
<ReleaseVersion>3.2</ReleaseVersion>
1515
<ApplicationIcon>..\_res\App.ico</ApplicationIcon>
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

RepoZ.Mac.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ Global
3838
HideSolutionNode = FALSE
3939
EndGlobalSection
4040
GlobalSection(MonoDevelopProperties) = preSolution
41-
version = 3.1
41+
version = 3.2
4242
EndGlobalSection
4343
EndGlobal

0 commit comments

Comments
 (0)