Skip to content

Commit

Permalink
Bump version (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlang42 authored Jan 12, 2024
1 parent 41fe962 commit da39992
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
using System.Reflection;

// AssemblyInformationalVersion is used for Application.ProductVersion
[assembly: AssemblyInformationalVersion("1.3"
[assembly: AssemblyInformationalVersion("1.4"
#if DEBUG
+ "-debug"
#endif
)]
// AssemblyVersion must be deterministic in debug mode so that user settings persist
[assembly: AssemblyVersion("1.3"
[assembly: AssemblyVersion("1.4"
#if !DEBUG
+ ".*"
#endif
Expand Down
4 changes: 2 additions & 2 deletions Mobile/Mobile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<ApplicationIdGuid>70e89470-ecd1-485a-a82b-7c6b38777460</ApplicationIdGuid>

<!-- Versions -->
<ApplicationDisplayVersion>1.3</ApplicationDisplayVersion>
<ApplicationDisplayVersion>1.4</ApplicationDisplayVersion>
<!-- By convention, use the major version & minor version as a 2 digit number -->
<ApplicationVersion>13</ApplicationVersion>
<ApplicationVersion>14</ApplicationVersion>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">13.1</SupportedOSPlatformVersion>
Expand Down
2 changes: 1 addition & 1 deletion Mobile/Platforms/Windows/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap rescap">

<Identity Name="com.davidlang.carmen" Publisher="CN=David Lang" Version="1.3.0.0" />
<Identity Name="com.davidlang.carmen" Publisher="CN=David Lang" Version="1.4.0.0" />

<mp:PhoneIdentity PhoneProductId="C6B4D84C-3A2C-4C65-A2C9-7FB806C8249B" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
8 changes: 4 additions & 4 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:CARMEN"
"ProductCode" = "8:{D853E882-16BF-4A77-BC5B-569A4D232EDC}"
"PackageCode" = "8:{4F9EC1EB-BA0C-454B-9839-7E2024AC8172}"
"ProductCode" = "8:{3C62AAC2-35E5-481C-A6B3-9983EDB20A68}"
"PackageCode" = "8:{6E39C928-C54B-468C-94D5-674B8D3B1A4A}"
"UpgradeCode" = "8:{961EC686-F4E0-4766-BB8B-8C8B95B0289D}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.3"
"ProductVersion" = "8:1.4"
"Manufacturer" = "8:David Lang"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/davidlang42/CARMEN"
Expand Down Expand Up @@ -745,7 +745,7 @@
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_F331B30318EE45C992DEB7C6F266D877"
{
"SourcePath" = "8:..\\Desktop\\obj\\Debug\\net5.0-windows\\apphost.exe"
"SourcePath" = "8:..\\Desktop\\obj\\Debug\\net7.0-windows\\apphost.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_6C9730BB8C4B45A3881433C0DE2D1DAF"
Expand Down

0 comments on commit da39992

Please sign in to comment.