Skip to content

Commit

Permalink
chore: update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
exendahal committed Dec 8, 2024
1 parent 02b6eec commit 96ad17c
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions src/MAUIWifiManager/MauiWifiManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,16 @@

<TargetFrameworks>netstandard2.0;net8.0-android;net8.0-ios;net8.0-maccatalyst;</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);uap10.0.19041;net8.0-windows10.0.19041;</TargetFrameworks>
<!--Feel free to add as many targets as you need below
netstandard1.0;netstandard2.0;MonoAndroid90;Xamarin.iOS10;uap10.0.16299;Xamarin.TVOS10;Xamarin.WatchOS10;Xamarin.Mac20;Tizen40;net6.0-tvos;net6.0-macos
For UWP update the version number with a version number you have installed.
-->

<AssemblyName>Plugin.MauiWifiManager</AssemblyName>
<RootNamespace>Plugin.MauiWifiManage</RootNamespace>
<PackageId>WifiManager.Maui</PackageId>

<Product>$(AssemblyName) ($(TargetFramework))</Product>
<AssemblyVersion>1.0.8</AssemblyVersion>
<AssemblyFileVersion>1.0.8</AssemblyFileVersion>
<Version>1.0.8</Version>
<PackageVersion>1.0.8</PackageVersion>
<AssemblyVersion>2.0.0</AssemblyVersion>
<AssemblyFileVersion>2.0.0</AssemblyFileVersion>
<Version>2.0.0-preview</Version>
<PackageVersion>2.0.0-preview</PackageVersion>
<PackOnBuild>true</PackOnBuild>
<NeutralLanguage>en</NeutralLanguage>
<DefineConstants>$(DefineConstants);</DefineConstants>
Expand All @@ -28,14 +24,13 @@
<Nullable>enable</Nullable>
<DebugType>portable</DebugType>

<!--TODO: Fill these in-->
<!--See the following for a list of valid license expressions: https://spdx.org/licenses/ -->

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/exendahal/WifiManagerMAUI</PackageProjectUrl>
<RepositoryUrl>https://github.com/exendahal/WifiManagerMAUI</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>xamarin, windows, ios, android, xamarin.forms, plugin, Wifi.Manager</PackageTags>
<PackageTags>MAUI, xamarin, windows, ios, android, xamarin.forms, plugin, Wifi.Manager</PackageTags>

<Title>Wi-Fi Manager Plugin for MAUI</Title>
<Description>MAUI Wi-Fi Manager is solution for Wi-Fi management features. With these APIs, effortlessly connect, add, and retrieve Wi-Fi network information in cross-platform MAUI applications.</Description>
Expand Down

0 comments on commit 96ad17c

Please sign in to comment.