diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..2a97bb2
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,8 @@
+version: 2
+updates:
+- package-ecosystem: nuget
+ directory: "/"
+ schedule:
+ interval: daily
+ time: "02:00"
+ open-pull-requests-limit: 10
diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml
new file mode 100644
index 0000000..0ab403e
--- /dev/null
+++ b/.github/workflows/dotnet-core.yml
@@ -0,0 +1,25 @@
+name: .NET Core
+
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
+
+jobs:
+ build:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+ - name: Setup .NET Core
+ uses: actions/setup-dotnet@v1
+ with:
+ dotnet-version: 3.1.301
+ - name: Install dependencies
+ run: dotnet restore ./src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj
+ - name: Build
+ run: dotnet build --configuration Release --no-restore ./src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj
+ - name: Test
+ run: dotnet test --no-restore --verbosity normal ./src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj
diff --git a/src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj b/src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj
index 0d4b000..bbb778a 100644
--- a/src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj
+++ b/src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj
@@ -9,15 +9,15 @@
steam.png
https://github.com/EpicMorg/SteamPathsLib
Copyright © EpicMorg 2020
- 1.1.0.5
- 1.1.0.5
- 1.1.0.5
+ 1.1.0.6
+ 1.1.0.6
+ 1.1.0.6
Small helper for getting some registry keys of Steam.
EpicMorgDev, AurZum, stam, kasthack
MIT
git
steam epicmorg registry path helper vdf
- Code review and optimizations, dotNetCore support
+ Some of fixes
@@ -25,7 +25,7 @@
-
+
True