Compare commits
1 Commits
main
...
42af5a06f2
| Author | SHA1 | Date | |
|---|---|---|---|
| 42af5a06f2 |
@@ -9,7 +9,7 @@ env:
|
|||||||
TZ: 'Europe/Berlin'
|
TZ: 'Europe/Berlin'
|
||||||
LANG: 'de'
|
LANG: 'de'
|
||||||
CONFIGURATION: 'Debug'
|
CONFIGURATION: 'Debug'
|
||||||
GITEA_SERVER_URL: ${{ gitea.server_url }}
|
CI_SERVER_HOST: ${{ gitea.server_url }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-test-deploy:
|
build-test-deploy:
|
||||||
@@ -23,14 +23,14 @@ jobs:
|
|||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: actions/setup-dotnet@v5
|
uses: actions/setup-dotnet@v5
|
||||||
with:
|
with:
|
||||||
dotnet-version: 10.x
|
dotnet-version: 8.x
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: |
|
run: |
|
||||||
set -ex
|
set -ex
|
||||||
dotnet restore -v q
|
dotnet restore -v q
|
||||||
echo "CI_SERVER_HOST=${GITEA_SERVER_URL#https://}" >> "$GITEA_ENV"
|
dotnet tool restore -v q
|
||||||
|
|
||||||
- name: Setup tools
|
- name: Setup tools
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ env:
|
|||||||
TZ: 'Europe/Berlin'
|
TZ: 'Europe/Berlin'
|
||||||
LANG: 'de'
|
LANG: 'de'
|
||||||
CONFIGURATION: 'Release'
|
CONFIGURATION: 'Release'
|
||||||
GITEA_SERVER_URL: ${{ gitea.server_url }}
|
CI_SERVER_HOST: ${{ gitea.server_url }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-test-deploy:
|
build-test-deploy:
|
||||||
@@ -23,14 +23,14 @@ jobs:
|
|||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: actions/setup-dotnet@v5
|
uses: actions/setup-dotnet@v5
|
||||||
with:
|
with:
|
||||||
dotnet-version: 10.x
|
dotnet-version: 8.x
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: |
|
run: |
|
||||||
set -ex
|
set -ex
|
||||||
dotnet restore -v q
|
dotnet restore -v q
|
||||||
echo "CI_SERVER_HOST=${GITEA_SERVER_URL#https://}" >> "$GITEA_ENV"
|
dotnet tool restore -v q
|
||||||
|
|
||||||
- name: Setup tools
|
- name: Setup tools
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<Solution>
|
<Solution>
|
||||||
<Folder Name="/Solution Items/" />
|
<Folder Name="/Solution Items/" />
|
||||||
<Folder Name="/Solution Items/build/">
|
<Folder Name="/Solution Items/build/">
|
||||||
<File Path="Directory.Build.props" />
|
<File Path="Directory.Build.props" />
|
||||||
@@ -26,7 +26,6 @@
|
|||||||
<File Path="src/Directory.Build.props" />
|
<File Path="src/Directory.Build.props" />
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder Name="/test/">
|
<Folder Name="/test/">
|
||||||
<File Path="test/MSTestSettings.cs" />
|
|
||||||
<Project Path="test/AMWD.Protocols.Modbus.Tests/AMWD.Protocols.Modbus.Tests.csproj" />
|
<Project Path="test/AMWD.Protocols.Modbus.Tests/AMWD.Protocols.Modbus.Tests.csproj" />
|
||||||
<File Path="test/Directory.Build.props" />
|
<File Path="test/Directory.Build.props" />
|
||||||
</Folder>
|
</Folder>
|
||||||
|
|||||||
@@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
_no changes yet_
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.5.0] (2026-01-12)
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- New automatic documentation generation using docfx.
|
- New automatic documentation generation using docfx.
|
||||||
@@ -110,9 +105,7 @@ So this tag is only here for documentation purposes of the NuGet Gallery.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Unreleased]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.5.0...HEAD
|
[Unreleased]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.4.2...HEAD
|
||||||
|
|
||||||
[v0.5.0]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.4.2...v0.5.0
|
|
||||||
[v0.4.2]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.4.1...v0.4.2
|
[v0.4.2]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.4.1...v0.4.2
|
||||||
[v0.4.1]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.4.0...v0.4.1
|
[v0.4.1]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.4.0...v0.4.1
|
||||||
[v0.4.0]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.3.2...v0.4.0
|
[v0.4.0]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.3.2...v0.4.0
|
||||||
|
|||||||
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
<PropertyGroup />
|
<PropertyGroup />
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Compile Include="../MSTestSettings.cs" Link="MSTestSettings.cs" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\..\src\AMWD.Protocols.Modbus.Serial\AMWD.Protocols.Modbus.Serial.csproj" />
|
<ProjectReference Include="..\..\src\AMWD.Protocols.Modbus.Serial\AMWD.Protocols.Modbus.Serial.csproj" />
|
||||||
<ProjectReference Include="..\..\src\AMWD.Protocols.Modbus.Tcp\AMWD.Protocols.Modbus.Tcp.csproj" />
|
<ProjectReference Include="..\..\src\AMWD.Protocols.Modbus.Tcp\AMWD.Protocols.Modbus.Tcp.csproj" />
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
[assembly: Parallelize(Scope = ExecutionScope.ClassLevel)]
|
|
||||||
Reference in New Issue
Block a user