Skip to content

Commit

Permalink
Update csproj metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Dec 31, 2023
1 parent 6837643 commit 901687e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow,Meadow.Foundation,ILogger,Logger,UdpLogger</PackageTags>
<Version>0.9.54</Version>
<Version>1.6.0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Implementations of the Meadow ILogger interface</Description>
<LangVersion>10.0</LangVersion>
Expand All @@ -27,4 +27,4 @@
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="7.0.0" />
</ItemGroup>
</Project>
</Project>
10 changes: 6 additions & 4 deletions Source/Meadow.Logging/lib/Meadow.Logging.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Wilderness Labs, Inc</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<TargetFramework>netstandard2.1</TargetFramework>
<RepositoryType>git</RepositoryType>
<PackageIcon>icon.png</PackageIcon>
<Version>0.29.0</Version>
<Version>1.6.0.1</Version>
<AssemblyName>Meadow.Logging</AssemblyName>
<Company>Wilderness Labs, Inc</Company>
<PackageProjectUrl>https://github.com/WildernessLabs/Meadow.Logging</PackageProjectUrl>
Expand All @@ -17,12 +19,12 @@
<RootNamespace>Meadow</RootNamespace>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<LangVersion>10</LangVersion>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<None Update="icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>
</Project>

0 comments on commit 901687e

Please sign in to comment.