Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
lapulpeta committed Mar 2, 2023
1 parent 8237cb5 commit 2668ca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Nostrid.Core/Nostrid.Core.csproj
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<RootNamespace>Nostrid</RootNamespace>
<Version>1.27</Version>
<Version>1.27.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Nostrid/Nostrid.csproj
Expand Up @@ -20,7 +20,7 @@
<ApplicationIdGuid>54CE2B71-4729-4D10-9612-12AA859379C6</ApplicationIdGuid>

<!-- Versions -->
<ApplicationDisplayVersion>1.27</ApplicationDisplayVersion>
<ApplicationDisplayVersion>1.27.1</ApplicationDisplayVersion>
<ApplicationVersion>1</ApplicationVersion>

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

<Identity Name="maui-package-name-placeholder" Publisher="CN=Nostrid" Version="1.27.0.0" />
<Identity Name="maui-package-name-placeholder" Publisher="CN=Nostrid" Version="1.27.1.0" />

<mp:PhoneIdentity PhoneProductId="3EFFC632-B217-429E-A3F2-752C591A3575" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down

0 comments on commit 2668ca2

Please sign in to comment.