Skip to content

Commit

Permalink
Release 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Dec 10, 2024
1 parent a3cea1f commit e8c545b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Core/Core.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<PackageVersion>1.2.1</PackageVersion>
<PackageVersion>2.0.0-beta.1</PackageVersion>
<TargetFramework>net9.0</TargetFramework>
<OutputType>Library</OutputType>
<AssemblyName>WiFiSurveyor.Core</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion Linux/Linux.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<PackageVersion>1.2.1</PackageVersion>
<PackageVersion>2.0.0-beta.1</PackageVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<AssemblyName>WiFiSurveyor</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion Mac/Mac.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<PackageVersion>1.2.1</PackageVersion>
<PackageVersion>2.0.0-beta.1</PackageVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<AssemblyName>WiFiSurveyor</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion Windows/Windows.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<PackageVersion>1.2.1</PackageVersion>
<PackageVersion>2.0.0-beta.1</PackageVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0-windows10.0.17763.0</TargetFramework>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wifisurveyor",
"version": "1.2.1",
"version": "2.0.0-beta.1",
"description": "Visualize Wi-Fi signal strength over a geographic area",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit e8c545b

Please sign in to comment.