Skip to content

Commit

Permalink
Merge pull request #7 from WildernessLabs/version
Browse files Browse the repository at this point in the history
Update csproj metadata
  • Loading branch information
jorgedevs authored Jan 1, 2024
2 parents 038b079 + cb4425d commit adfcb41
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<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>0.1.7</Version>
<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>

<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath=""/>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\..\..\..\icon.png" Pack="true" PackagePath="" />
<ProjectReference Include="..\..\..\..\Driver\Meadow.MBus.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.MBus</RepositoryUrl>
<PackageTags>Meadow.Foundation,M-Bus,Meter-Bus,IEM3135,Schneider Electric</PackageTags>
<Version>0.1.7</Version>
<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>

<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath=""/>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\..\..\..\icon.png" Pack="true" PackagePath="" />
<ProjectReference Include="..\..\..\..\Driver\Meadow.MBus.csproj" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Source/Driver/Meadow.MBus.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
Expand All @@ -12,7 +12,7 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation.MBus</RepositoryUrl>
<PackageTags>Meadow;Meadow.Founadtion;M-Bus;MeterBus;MBus</PackageTags>
<Version>0.23.0</Version>
<Version>1.6.0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<RootNamespace>Meadow.Foundation.MBus</RootNamespace>
Expand All @@ -23,7 +23,7 @@
</PropertyGroup>

<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath=""/>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\icon.png" Link="icon.png" Pack="true" PackagePath="" />
<ProjectReference Include="..\..\..\Meadow.Core\source\Meadow.Core\Meadow.Core.csproj" />
</ItemGroup>
Expand Down

0 comments on commit adfcb41

Please sign in to comment.