Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
39525791cb | |||
f2f979eac2 | |||
ce73086734 |
33
Changelog.md
Normal file
33
Changelog.md
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 1.4.0 - 2022-01-09 - Cleanup
|
||||||
|
### New Features
|
||||||
|
* add changelog.md
|
||||||
|
### Bugfixes
|
||||||
|
### Changes
|
||||||
|
* add link to utils in readme
|
||||||
|
|
||||||
|
## 1.3.0 - 2021-01-09 - Default netcore
|
||||||
|
### New Features
|
||||||
|
### Bugfixes
|
||||||
|
### Changes
|
||||||
|
* Netcore is now the default projekt
|
||||||
|
|
||||||
|
## 1.2.0 - 2019-11-25 - Add netcore
|
||||||
|
### New Features
|
||||||
|
* add netcore version
|
||||||
|
### Bugfixes
|
||||||
|
### Changes
|
||||||
|
* Using newer C# language version
|
||||||
|
|
||||||
|
## 1.1.0 - 2019-05-29 - Add documentation
|
||||||
|
### New Features
|
||||||
|
* Add Readme.md, Licence, Contribution.md
|
||||||
|
### Bugfixes
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
## 1.0.0.0 - 2019-02-14 - Init
|
||||||
|
### New Features
|
||||||
|
* Init release
|
||||||
|
### Bugfixes
|
||||||
|
### Changes
|
31
Iot-Interfaces-4.7.1.sln
Normal file
31
Iot-Interfaces-4.7.1.sln
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 16
|
||||||
|
VisualStudioVersion = 16.0.29519.87
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iot-Interfaces", "Iot-Interfaces\Iot-Interfaces-4.7.1.csproj", "{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "..\Utils\Utils\Utils-4.7.1.csproj", "{FAC8CE64-BF13-4ECE-8097-AEB5DD060098}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{FAC8CE64-BF13-4ECE-8097-AEB5DD060098}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{FAC8CE64-BF13-4ECE-8097-AEB5DD060098}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{FAC8CE64-BF13-4ECE-8097-AEB5DD060098}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{FAC8CE64-BF13-4ECE-8097-AEB5DD060098}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {6B5D61A4-D0B6-4C5C-8C8D-76EBD5ED55CE}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
@ -1,25 +1,31 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio 15
|
# Visual Studio Version 16
|
||||||
VisualStudioVersion = 15.0.28307.136
|
VisualStudioVersion = 16.0.29519.87
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iot-Interfaces", "Iot-Interfaces\Iot-Interfaces.csproj", "{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Iot-Interfaces", "Iot-Interfaces\Iot-Interfaces.csproj", "{C673B8CF-FCAD-4FEF-9744-DB3E6E546C12}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utils", "..\Utils\Utils\Utils.csproj", "{99709124-FAB4-479B-BB01-A34733FF4190}"
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
EndProject
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Global
|
||||||
Release|Any CPU = Release|Any CPU
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
EndGlobalSection
|
Debug|Any CPU = Debug|Any CPU
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
Release|Any CPU = Release|Any CPU
|
||||||
{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
EndGlobalSection
|
||||||
{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{C673B8CF-FCAD-4FEF-9744-DB3E6E546C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Release|Any CPU.Build.0 = Release|Any CPU
|
{C673B8CF-FCAD-4FEF-9744-DB3E6E546C12}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
EndGlobalSection
|
{C673B8CF-FCAD-4FEF-9744-DB3E6E546C12}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
{C673B8CF-FCAD-4FEF-9744-DB3E6E546C12}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
HideSolutionNode = FALSE
|
{99709124-FAB4-479B-BB01-A34733FF4190}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
EndGlobalSection
|
{99709124-FAB4-479B-BB01-A34733FF4190}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
{99709124-FAB4-479B-BB01-A34733FF4190}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
SolutionGuid = {6B5D61A4-D0B6-4C5C-8C8D-76EBD5ED55CE}
|
{99709124-FAB4-479B-BB01-A34733FF4190}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {81CC4108-C7A3-4B34-A0EE-7EC946F58C28}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace BlubbFish.Utils.IoT.Interfaces {
|
namespace BlubbFish.Utils.IoT.Interfaces {
|
||||||
public interface IMqtt {
|
public interface IMqtt {
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace BlubbFish.Utils.IoT.Interfaces {
|
namespace BlubbFish.Utils.IoT.Interfaces {
|
||||||
public interface ISenml {
|
public interface ISenml {
|
||||||
|
61
Iot-Interfaces/Iot-Interfaces-4.7.1.csproj
Normal file
61
Iot-Interfaces/Iot-Interfaces-4.7.1.csproj
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<ProjectGuid>{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}</ProjectGuid>
|
||||||
|
<OutputType>Library</OutputType>
|
||||||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
|
<RootNamespace>BlubbFish.Utils.IoT.Interfaces</RootNamespace>
|
||||||
|
<AssemblyName>Iot-Interfaces</AssemblyName>
|
||||||
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
||||||
|
<FileAlignment>512</FileAlignment>
|
||||||
|
<TargetFrameworkProfile />
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<Optimize>false</Optimize>
|
||||||
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<DebugType>pdbonly</DebugType>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="System.Xml.Linq" />
|
||||||
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
|
<Reference Include="Microsoft.CSharp" />
|
||||||
|
<Reference Include="System.Data" />
|
||||||
|
<Reference Include="System.Net.Http" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="ISenml.cs" />
|
||||||
|
<Compile Include="IMqtt.cs" />
|
||||||
|
<Compile Include="Language\Senml.cs" />
|
||||||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="..\CONTRIBUTING.md" />
|
||||||
|
<Content Include="..\LICENSE" />
|
||||||
|
<Content Include="..\README.md" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Utils\Utils\Utils.csproj">
|
||||||
|
<Project>{fac8ce64-bf13-4ece-8097-aeb5dd060098}</Project>
|
||||||
|
<Name>Utils</Name>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
|
</Project>
|
@ -1,50 +1,38 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<PropertyGroup>
|
||||||
<PropertyGroup>
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<RootNamespace>BlubbFish.Utils.IoT.Interfaces</RootNamespace>
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<AssemblyName>Iot-Interfaces</AssemblyName>
|
||||||
<ProjectGuid>{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}</ProjectGuid>
|
<PackageId>Interfaces.IoT.Utils.BlubbFish</PackageId>
|
||||||
<OutputType>Library</OutputType>
|
<Version>1.4.0</Version>
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<NeutralLanguage>de-DE</NeutralLanguage>
|
||||||
<RootNamespace>BlubbFish.Utils.IoT.Interfaces</RootNamespace>
|
<Description>Interfaces for IoT-Stuff</Description>
|
||||||
<AssemblyName>Iot-Interfaces</AssemblyName>
|
<Authors>BlubbFish</Authors>
|
||||||
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
<Company>BlubbFish</Company>
|
||||||
<FileAlignment>512</FileAlignment>
|
<Copyright>Copyright © BlubbFish 2018 - 09.01.2022</Copyright>
|
||||||
<TargetFrameworkProfile />
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||||
</PropertyGroup>
|
<PackageProjectUrl>http://git.blubbfish.net/vs_utils/Iot-Interfaces</PackageProjectUrl>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<RepositoryUrl>http://git.blubbfish.net/vs_utils/Iot-Interfaces.git</RepositoryUrl>
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<RepositoryType>git</RepositoryType>
|
||||||
<DebugType>full</DebugType>
|
</PropertyGroup>
|
||||||
<Optimize>false</Optimize>
|
|
||||||
<OutputPath>bin\Debug\</OutputPath>
|
<ItemGroup>
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ProjectReference Include="..\..\Utils\Utils\Utils.csproj" />
|
||||||
<ErrorReport>prompt</ErrorReport>
|
</ItemGroup>
|
||||||
<WarningLevel>4</WarningLevel>
|
|
||||||
</PropertyGroup>
|
<ItemGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<Content Include="../CHANGELOG.md" />
|
||||||
<DebugType>pdbonly</DebugType>
|
<Content Include="../CONTRIBUTING.md" />
|
||||||
<Optimize>true</Optimize>
|
<Content Include="../LICENSE" />
|
||||||
<OutputPath>bin\Release\</OutputPath>
|
<Content Include="../README.md" />
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
</ItemGroup>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
|
||||||
<WarningLevel>4</WarningLevel>
|
<ItemGroup>
|
||||||
</PropertyGroup>
|
<None Include="..\LICENSE">
|
||||||
<ItemGroup>
|
<Pack>True</Pack>
|
||||||
<Reference Include="System" />
|
<PackagePath></PackagePath>
|
||||||
<Reference Include="System.Core" />
|
</None>
|
||||||
<Reference Include="System.Xml.Linq" />
|
</ItemGroup>
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
|
||||||
<Reference Include="Microsoft.CSharp" />
|
</Project>
|
||||||
<Reference Include="System.Data" />
|
|
||||||
<Reference Include="System.Net.Http" />
|
|
||||||
<Reference Include="System.Xml" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<Compile Include="ISenml.cs" />
|
|
||||||
<Compile Include="IMqtt.cs" />
|
|
||||||
<Compile Include="Language\Senml.cs" />
|
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
||||||
</Project>
|
|
||||||
|
@ -1,62 +1,48 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Reflection;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
|
|
||||||
namespace BlubbFish.Utils.IoT.Interfaces.Language {
|
namespace BlubbFish.Utils.IoT.Interfaces.Language {
|
||||||
public abstract class Senml {
|
public abstract class Senml {
|
||||||
#pragma warning disable IDE1006 // Benennungsstile
|
[SuppressMessage("Microsoft.Design", "IDE1006", Justification = "Must be lowercase")]
|
||||||
public String n { get; }
|
public String n { get; }
|
||||||
public String u { get; }
|
[SuppressMessage("Microsoft.Design", "IDE1006", Justification = "Must be lowercase")]
|
||||||
public Int32 t { get; }
|
public String u { get; }
|
||||||
#pragma warning restore IDE1006 // Benennungsstile
|
[SuppressMessage("Microsoft.Design", "IDE1006", Justification = "Must be lowercase")]
|
||||||
|
public Int32 t { get; }
|
||||||
public enum Units {
|
|
||||||
[Description("%")]
|
public enum Units {
|
||||||
Percent,
|
[Description("%")]
|
||||||
[Description("count")]
|
Percent,
|
||||||
CounterValue,
|
[Description("count")]
|
||||||
[Description("W")]
|
CounterValue,
|
||||||
Watt,
|
[Description("W")]
|
||||||
[Description("J")]
|
Watt,
|
||||||
Joule,
|
[Description("J")]
|
||||||
[Description("Cel")]
|
Joule,
|
||||||
Celsius,
|
[Description("Cel")]
|
||||||
[Description("lx")]
|
Celsius,
|
||||||
Lux
|
[Description("lx")]
|
||||||
}
|
Lux
|
||||||
|
}
|
||||||
public Senml(String name, Units unit) {
|
|
||||||
this.n = name;
|
public Senml(String name, Units unit) {
|
||||||
this.u = this.GetEnumDescription(unit);
|
this.n = name;
|
||||||
this.t = 0;
|
this.u = Helper.GetEnumDescription(unit);
|
||||||
}
|
this.t = 0;
|
||||||
|
}
|
||||||
private String GetEnumDescription(Enum value) {
|
|
||||||
FieldInfo fi = value.GetType().GetField(value.ToString());
|
}
|
||||||
|
public class SenmlBool : Senml {
|
||||||
DescriptionAttribute[] attributes = (DescriptionAttribute[])fi.GetCustomAttributes(typeof(DescriptionAttribute), false);
|
[SuppressMessage("Microsoft.Design", "IDE1006", Justification = "Must be lowercase")]
|
||||||
|
public Boolean bv { get; }
|
||||||
if (attributes != null && attributes.Length > 0) {
|
|
||||||
return attributes[0].Description;
|
public SenmlBool(String name, Units unit, Boolean level) : base(name, unit) => this.bv = level;
|
||||||
} else {
|
}
|
||||||
return value.ToString();
|
public class SenmlDouble : Senml {
|
||||||
}
|
[SuppressMessage("Microsoft.Design", "IDE1006", Justification = "Must be lowercase")]
|
||||||
}
|
public Double v { get; }
|
||||||
}
|
|
||||||
public class SenmlBool : Senml {
|
public SenmlDouble(String name, Units unit, Double level) : base(name, unit) => this.v = level;
|
||||||
#pragma warning disable IDE1006 // Benennungsstile
|
}
|
||||||
public Boolean bv { get; }
|
}
|
||||||
#pragma warning restore IDE1006 // Benennungsstile
|
|
||||||
public SenmlBool(String name, Units unit, Boolean level) : base(name, unit) {
|
|
||||||
this.bv = level;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
public class SenmlDouble : Senml {
|
|
||||||
#pragma warning disable IDE1006 // Benennungsstile
|
|
||||||
public Double v { get; }
|
|
||||||
#pragma warning restore IDE1006 // Benennungsstile
|
|
||||||
public SenmlDouble(String name, Units unit, Double level) : base(name, unit) {
|
|
||||||
this.v = level;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
using System.Reflection;
|
#if NETCOREAPP
|
||||||
|
#else
|
||||||
|
using System.Reflection;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
@ -10,9 +12,10 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("BlubbFish")]
|
[assembly: AssemblyCompany("BlubbFish")]
|
||||||
[assembly: AssemblyProduct("Iot-Interfaces")]
|
[assembly: AssemblyProduct("Iot-Interfaces")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2018 - 02.05.2018")]
|
[assembly: AssemblyCopyright("Copyright © BlubbFish 2018 - 02.05.2018")]
|
||||||
[assembly: AssemblyTrademark("BlubbFish")]
|
[assembly: AssemblyTrademark("BlubbFish")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
[assembly: NeutralResourcesLanguage("de-DE")]
|
||||||
|
|
||||||
// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly
|
// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly
|
||||||
// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von
|
// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von
|
||||||
@ -32,5 +35,6 @@ using System.Runtime.InteropServices;
|
|||||||
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
||||||
// indem Sie "*" wie unten gezeigt eingeben:
|
// indem Sie "*" wie unten gezeigt eingeben:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.0.0")]
|
[assembly: AssemblyVersion("1.0.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
[assembly: AssemblyFileVersion("1.0.0")]
|
||||||
|
#endif
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
# BlubbFish.Utils.IoT.Interfaces (Iot-Interfaces)
|
# BlubbFish.Utils.IoT.Interfaces (Iot-Interfaces)
|
||||||
Library that provides Interfaces for IoT stuff
|
Library that provides Interfaces for IoT stuff
|
||||||
|
|
||||||
|
## Linking to
|
||||||
|
### Internal
|
||||||
|
* BlubbFish.Utils ([Utils](http://git.blubbfish.net/vs_utils/Utils))
|
Loading…
Reference in New Issue
Block a user