-
Notifications
You must be signed in to change notification settings - Fork 407
Add NominalPower #1644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add NominalPower #1644
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| { | ||
| "Name": "NominalPower", | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we rename this to disambiguate this from other kinds of nominal power? For example, |
||
| "BaseUnit": "WattPeak", | ||
| "XmlDocSummary": "The nominal power is the nameplate capacity of photovoltaic (PV) devices, such as solar cells, panels and systems, and is determined by measuring the electric current and voltage in a circuit, while varying the resistance under precisely defined conditions.", | ||
| "XmlDocRemarks": "https://en.wikipedia.org/wiki/Nominal_power_(photovoltaic)", | ||
| "Units": [ | ||
| { | ||
| "SingularName": "WattPeak", | ||
| "PluralName": "WattsPeak", | ||
| "FromUnitToBaseFunc": "{x}", | ||
| "FromBaseToUnitFunc": "{x}", | ||
| "Prefixes": [ "Femto", "Pico", "Nano", "Micro", "Milli", "Deci", "Deca", "Kilo", "Mega", "Giga", "Tera", "Peta" ], | ||
| "Localization": [ | ||
| { | ||
| "Culture": "en-US", | ||
| "Abbreviations": [ "Wp" ] | ||
| }, | ||
| { | ||
| "Culture": "fr-FR", | ||
| "Abbreviations": [ "Wc" ] | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| <PropertyGroup Label="Globals"> | ||
| <NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath> | ||
| </PropertyGroup> | ||
| <Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props')" /> | ||
| <PropertyGroup> | ||
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
| <ProjectTypeGuids>{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||
| <ProjectGuid>{6f14ad52-dce6-4e54-fd46-6ebbe10ac874}</ProjectGuid> | ||
| <OutputType>Library</OutputType> | ||
| <AppDesignerFolder>Properties</AppDesignerFolder> | ||
| <FileAlignment>512</FileAlignment> | ||
| <RootNamespace>UnitsNet</RootNamespace> | ||
| <AssemblyName>UnitsNet.NominalPower</AssemblyName> | ||
| <TargetFrameworkVersion>v1.0</TargetFrameworkVersion> | ||
| <DocumentationFile>bin\$(Configuration)\$(AssemblyName).xml</DocumentationFile> | ||
| </PropertyGroup> | ||
| <Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" /> | ||
| <ItemGroup> | ||
| <Compile Include="..\Quantities\NominalPower.g.cs" /> | ||
| <Compile Include="..\Units\NominalPowerUnit.g.cs" /> | ||
| <Compile Include="..\Properties\AssemblyInfo.cs" /> | ||
| </ItemGroup> | ||
| <ItemGroup> | ||
| <Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> | ||
| <HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath> | ||
| <Private>True</Private> | ||
| <SpecificVersion>True</SpecificVersion> | ||
| </Reference> | ||
| </ItemGroup> | ||
| <ItemGroup> | ||
| <None Include="packages.config" /> | ||
| </ItemGroup> | ||
| <Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" /> | ||
| <ProjectExtensions> | ||
| <ProjectCapabilities> | ||
| <ProjectConfigurationsDeclaredAsItems /> | ||
| </ProjectCapabilities> | ||
| </ProjectExtensions> | ||
| </Project> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
| <metadata> | ||
| <id>UnitsNet.nanoFramework.NominalPower</id> | ||
| <version>6.0.0-pre019</version> | ||
| <title>Units.NET NominalPower - nanoFramework</title> | ||
| <authors>Andreas Gullberg Larsen,nanoframework</authors> | ||
| <owners>UnitsNet</owners> | ||
| <license type="expression">MIT-0</license> | ||
| <projectUrl>https://github.com/angularsen/UnitsNet</projectUrl> | ||
| <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
| <description>Adds NominalPower units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.</description> | ||
| <iconUrl>https://raw.githubusercontent.com/angularsen/UnitsNet/ce85185429be345d77eb2ce09c99d59cc9ab8aed/Docs/Images/logo-32.png</iconUrl> | ||
| <releaseNotes> | ||
| </releaseNotes> | ||
| <copyright>Copyright 2013 Andreas Gullberg Larsen ([email protected]).</copyright> | ||
| <language>en-US</language> | ||
| <tags>nanoframework nominalpower unit units quantity quantities measurement si metric imperial abbreviation abbreviations convert conversion parse immutable</tags> | ||
| <dependencies> | ||
| <dependency id="nanoFramework.CoreLibrary" version="1.15.5" /> | ||
| </dependencies> | ||
| </metadata> | ||
| <files> | ||
| <file src="..\..\..\Artifacts\UnitsNet.NanoFramework\NominalPower\UnitsNet.*" target="lib" /> | ||
| </files> | ||
| </package> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <packages> | ||
| <package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnanoframework10" /> | ||
| </packages> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't change generator code unless intentional