Skip to content

Commit

Permalink
Untracked: Bump version (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlang42 authored Sep 22, 2024
1 parent db92a8c commit e417484
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.6"
[assembly: AssemblyInformationalVersion("1.7"
#if DEBUG
+ "-debug"
#endif
)]
// AssemblyVersion must be deterministic in debug mode so that user settings persist
[assembly: AssemblyVersion("1.6"
[assembly: AssemblyVersion("1.7"
#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.6</ApplicationDisplayVersion>
<ApplicationDisplayVersion>1.7</ApplicationDisplayVersion>
<!-- By convention, use the major version & minor version as a 2 digit number -->
<ApplicationVersion>16</ApplicationVersion>
<ApplicationVersion>17</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.6.0.0" />
<Identity Name="com.davidlang.carmen" Publisher="CN=David Lang" Version="1.7.0.0" />

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

Expand Down
6 changes: 3 additions & 3 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,13 @@
"ProductName" = "8:CARMEN"
"ProductCode" = "8:{709A1E6D-332C-4E1B-8D53-F9ADE966EDDA}"
"PackageCode" = "8:{1A7921EB-C841-4B6D-A148-AE5B08147A77}"
"UpgradeCode" = "8:{961EC686-F4E0-4766-BB8B-8C8B95B0289D}"
"UpgradeCode" = "8:{60FBF2DC-976B-4D84-9A33-4D967799A498}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.6"
"ProductVersion" = "8:1.7"
"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\\Release\\net8.0-windows\\apphost.exe"
"SourcePath" = "8:..\\Desktop\\obj\\Debug\\net8.0-windows\\apphost.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_6C9730BB8C4B45A3881433C0DE2D1DAF"
Expand Down

0 comments on commit e417484

Please sign in to comment.