Skip to content

Commit

Permalink
chore: update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
exendahal committed Jan 1, 2025
1 parent d735479 commit 248c287
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Margin="10"
FontSize="10"
HorizontalOptions="Center"
Text="Version: 1.0.0.0"
Text="Version: 2.0.1"
TextColor="{StaticResource SecondaryDarkText}"
TextTransform="Uppercase" />
<Grid Padding="40,20">
Expand Down
8 changes: 4 additions & 4 deletions src/MAUIWifiManager/MauiWifiManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<PackageId>WifiManager.Maui</PackageId>

<Product>$(AssemblyName) ($(TargetFramework))</Product>
<AssemblyVersion>2.0.0</AssemblyVersion>
<AssemblyFileVersion>2.0.0</AssemblyFileVersion>
<Version>2.0.0</Version>
<PackageVersion>2.0.0</PackageVersion>
<AssemblyVersion>2.0.1</AssemblyVersion>
<AssemblyFileVersion>2.0.1</AssemblyFileVersion>
<Version>2.0.1</Version>
<PackageVersion>2.0.1</PackageVersion>
<PackOnBuild>true</PackOnBuild>
<NeutralLanguage>en</NeutralLanguage>
<DefineConstants>$(DefineConstants);</DefineConstants>
Expand Down

0 comments on commit 248c287

Please sign in to comment.