diff --git a/CHANGELOG.md b/CHANGELOG.md index a2628a6..6755f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,4 @@ -* `1.0.0.0` - initial release +* `1.0.0.0` - Initial release +* `1.1.0.0` Whats new: + * Refractoring API + * Added new info about steam and steam application diff --git a/nuget/EpicMorg.SteamPathsLib.nuspec b/nuget/EpicMorg.SteamPathsLib.nuspec index 1447a71..dd640c6 100644 --- a/nuget/EpicMorg.SteamPathsLib.nuspec +++ b/nuget/EpicMorg.SteamPathsLib.nuspec @@ -12,16 +12,22 @@ MIT images\icon.png false - Initial release + Refractoring API. Added new info about steam and steam application. Small helper for getting som registry keys of Steam. Copyright ©2020 EpicMorg - steam epicmorg path helper + steam epicmorg registry path helper + + + + + + - - - + + + \ No newline at end of file diff --git a/nuget/build.ps1 b/nuget/build.ps1 new file mode 100644 index 0000000..1040682 --- /dev/null +++ b/nuget/build.ps1 @@ -0,0 +1,11 @@ +Remove-Item './lib/net48/dummy_file' -Force +Remove-Item './lib/net472/dummy_file' -Force +Remove-Item './lib/net462/dummy_file' -Force +Remove-Item './lib/net452/dummy_file' -Force + +& nuget.exe pack ./EpicMorg.SteamPathsLib.nuspec + +Copy-Item './dummy_file' -Destination './lib/net48/dummy_file' -Force +Copy-Item './dummy_file' -Destination './lib/net472/dummy_file' -Force +Copy-Item './dummy_file' -Destination './lib/net462/dummy_file' -Force +Copy-Item './dummy_file' -Destination './lib/net452/dummy_file' -Force \ No newline at end of file diff --git a/nuget/dummy_file b/nuget/dummy_file new file mode 100644 index 0000000..7b45d97 --- /dev/null +++ b/nuget/dummy_file @@ -0,0 +1 @@ +dummy_file \ No newline at end of file diff --git a/nuget/lib/net452/dummy_file b/nuget/lib/net452/dummy_file new file mode 100644 index 0000000..7b45d97 --- /dev/null +++ b/nuget/lib/net452/dummy_file @@ -0,0 +1 @@ +dummy_file \ No newline at end of file diff --git a/nuget/lib/net462/dummy_file b/nuget/lib/net462/dummy_file new file mode 100644 index 0000000..7b45d97 --- /dev/null +++ b/nuget/lib/net462/dummy_file @@ -0,0 +1 @@ +dummy_file \ No newline at end of file diff --git a/nuget/lib/net472/dummy_file b/nuget/lib/net472/dummy_file new file mode 100644 index 0000000..7b45d97 --- /dev/null +++ b/nuget/lib/net472/dummy_file @@ -0,0 +1 @@ +dummy_file \ No newline at end of file diff --git a/nuget/lib/net48/dummy_file b/nuget/lib/net48/dummy_file new file mode 100644 index 0000000..7b45d97 --- /dev/null +++ b/nuget/lib/net48/dummy_file @@ -0,0 +1 @@ +dummy_file \ No newline at end of file diff --git a/src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj b/src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj index 09d3fb8..dd2e504 100644 --- a/src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj +++ b/src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj @@ -12,6 +12,7 @@ v4.8 512 true + true