Skip to content

Commit

Permalink
Merge pull request #17 from Aldaviva/dependabot/nuget/WebScale/UnitsN…
Browse files Browse the repository at this point in the history
…et-5.38.2

Bump UnitsNet from 5.36.0 to 5.38.2 in /WebScale
  • Loading branch information
Aldaviva authored Dec 18, 2023
2 parents 4b91657 + 162e09d commit 1fd02cf
Showing 1 changed file with 56 additions and 56 deletions.
112 changes: 56 additions & 56 deletions WebScale/WebScale.csproj
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
<!--EXTERNAL_PROPERTIES: GITHUB_ACTIONS-->
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.0</Version>
<Authors>Ben Hutchison</Authors>
<Company>Ben Hutchison</Company>
<PackageId>WebScale</PackageId>
<Product>WebScale</Product>
<Description>Measure weight using a Stamps.com digital USB postage scale</Description>
<Copyright>© 2023 Ben Hutchison</Copyright>
<PackageProjectUrl>https://github.com/Aldaviva/WebScale.net</PackageProjectUrl>
<RepositoryUrl>https://github.com/Aldaviva/WebScale.net.git</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageTags>usb hid postage scale stamps stamps.com weigh weight mass</PackageTags>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<PackageIcon>icon.jpg</PackageIcon>

<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSource>true</IncludeSource>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<RootNamespace>Aldaviva.WebScale</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HidClient" Version="1.0.1" />
<PackageReference Include="UnitsNet" Version="5.36.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Remove="ExceptionAdjustments.txt" />
<None Include="..\Readme.md" Pack="true" PackagePath="\" />
<None Include="icon.jpg" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="ExceptionAdjustments.txt" />
</ItemGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true' or '$(Configuration)' == 'Release'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<InternalsVisibleTo Include="Tests" />
</ItemGroup>

<!--EXTERNAL_PROPERTIES: GITHUB_ACTIONS-->
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.0</Version>
<Authors>Ben Hutchison</Authors>
<Company>Ben Hutchison</Company>
<PackageId>WebScale</PackageId>
<Product>WebScale</Product>
<Description>Measure weight using a Stamps.com digital USB postage scale</Description>
<Copyright>© 2023 Ben Hutchison</Copyright>
<PackageProjectUrl>https://github.com/Aldaviva/WebScale.net</PackageProjectUrl>
<RepositoryUrl>https://github.com/Aldaviva/WebScale.net.git</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageTags>usb hid postage scale stamps stamps.com weigh weight mass</PackageTags>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<PackageIcon>icon.jpg</PackageIcon>

<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSource>true</IncludeSource>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<RootNamespace>Aldaviva.WebScale</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HidClient" Version="1.0.1" />
<PackageReference Include="UnitsNet" Version="5.38.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Remove="ExceptionAdjustments.txt" />
<None Include="..\Readme.md" Pack="true" PackagePath="\" />
<None Include="icon.jpg" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="ExceptionAdjustments.txt" />
</ItemGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true' or '$(Configuration)' == 'Release'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<InternalsVisibleTo Include="Tests" />
</ItemGroup>

</Project>

0 comments on commit 1fd02cf

Please sign in to comment.