Compare commits
No commits in common. "master" and "v1.3.0" have entirely different histories.
33
Changelog.md
33
Changelog.md
@ -1,33 +0,0 @@
|
|||||||
# 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
|
|
@ -5,12 +5,13 @@
|
|||||||
<RootNamespace>BlubbFish.Utils.IoT.Interfaces</RootNamespace>
|
<RootNamespace>BlubbFish.Utils.IoT.Interfaces</RootNamespace>
|
||||||
<AssemblyName>Iot-Interfaces</AssemblyName>
|
<AssemblyName>Iot-Interfaces</AssemblyName>
|
||||||
<PackageId>Interfaces.IoT.Utils.BlubbFish</PackageId>
|
<PackageId>Interfaces.IoT.Utils.BlubbFish</PackageId>
|
||||||
<Version>1.4.0</Version>
|
<AssemblyVersion>1.0.0</AssemblyVersion>
|
||||||
|
<FileVersion>1.0.0</FileVersion>
|
||||||
<NeutralLanguage>de-DE</NeutralLanguage>
|
<NeutralLanguage>de-DE</NeutralLanguage>
|
||||||
<Description>Interfaces for IoT-Stuff</Description>
|
<Description>Interfaces for IoT-Stuff</Description>
|
||||||
<Authors>BlubbFish</Authors>
|
<Authors>BlubbFish</Authors>
|
||||||
<Company>BlubbFish</Company>
|
<Company>BlubbFish</Company>
|
||||||
<Copyright>Copyright © BlubbFish 2018 - 09.01.2022</Copyright>
|
<Copyright>Copyright © BlubbFish 2018 - 02.05.2018</Copyright>
|
||||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||||
<PackageProjectUrl>http://git.blubbfish.net/vs_utils/Iot-Interfaces</PackageProjectUrl>
|
<PackageProjectUrl>http://git.blubbfish.net/vs_utils/Iot-Interfaces</PackageProjectUrl>
|
||||||
<RepositoryUrl>http://git.blubbfish.net/vs_utils/Iot-Interfaces.git</RepositoryUrl>
|
<RepositoryUrl>http://git.blubbfish.net/vs_utils/Iot-Interfaces.git</RepositoryUrl>
|
||||||
@ -22,12 +23,10 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="../CHANGELOG.md" />
|
|
||||||
<Content Include="../CONTRIBUTING.md" />
|
<Content Include="../CONTRIBUTING.md" />
|
||||||
<Content Include="../LICENSE" />
|
<Content Include="../LICENSE" />
|
||||||
<Content Include="../README.md" />
|
<Content Include="../README.md" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\LICENSE">
|
<None Include="..\LICENSE">
|
||||||
<Pack>True</Pack>
|
<Pack>True</Pack>
|
||||||
|
@ -1,6 +1,2 @@
|
|||||||
# 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