-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from Aldaviva/dependabot/nuget/WebScale/UnitsN…
…et-5.38.2 Bump UnitsNet from 5.36.0 to 5.38.2 in /WebScale
- Loading branch information
Showing
1 changed file
with
56 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |