Skip to content

Commit

Permalink
Metadata updates for 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Jan 9, 2024
1 parent ac62786 commit 40bab05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.7.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
Expand All @@ -17,7 +18,6 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.MBus</RepositoryUrl>
<PackageTags>Meadow.Foundation,M-Bus,Meter-Bus,PadPulsM2,Relay M-Bus</PackageTags>
<Version>1.6.0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>A library for interrfacing with the Relay M-Bus PadPulsM2 pulse counter over M-Bus</Description>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.7.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
Expand All @@ -17,7 +18,6 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.MBus</RepositoryUrl>
<PackageTags>Meadow.Foundation,M-Bus,Meter-Bus,IEM3135,Schneider Electric</PackageTags>
<Version>1.6.0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>A library for interrfacing with the Schneider Electric iEM3135 electric meter over M-Bus</Description>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/Driver/Meadow.MBus.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.7.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Authors>Wilderness Labs, Inc</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand All @@ -12,7 +13,6 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation.MBus</RepositoryUrl>
<PackageTags>Meadow;Meadow.Founadtion;M-Bus;MeterBus;MBus</PackageTags>
<Version>1.6.0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<RootNamespace>Meadow.Foundation.MBus</RootNamespace>
Expand Down

0 comments on commit 40bab05

Please sign in to comment.