Skip to content

Commit

Permalink
Merge pull request #38 from WildernessLabs/v1.8.0
Browse files Browse the repository at this point in the history
Release 1.8.0
  • Loading branch information
jorgedevs authored Jan 16, 2024
2 parents 59b7aa5 + a6994ff commit 3975f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<Version>1.8.0</Version>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<TargetFramework>netstandard2.1</TargetFramework>
<OutputType>Library</OutputType>
Expand All @@ -12,7 +13,6 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow,Meadow.Foundation,ILogger,Logger,UdpLogger</PackageTags>
<Version>1.6.0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Implementations of the Meadow ILogger interface</Description>
<LangVersion>10.0</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion Source/Meadow.Logging/lib/Meadow.Logging.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.8.0</Version>
<Authors>Wilderness Labs, Inc</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<TargetFramework>netstandard2.1</TargetFramework>
<RepositoryType>git</RepositoryType>
<PackageIcon>icon.png</PackageIcon>
<Version>1.7.0</Version>
<AssemblyName>Meadow.Logging</AssemblyName>
<Company>Wilderness Labs, Inc</Company>
<PackageProjectUrl>https://github.com/WildernessLabs/Meadow.Logging</PackageProjectUrl>
Expand Down

0 comments on commit 3975f84

Please sign in to comment.