diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bf5b0a..facd848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,9 @@ * Added new info about steam and steam application * `1.1.0.1` Whats new: * Add info directly from Steam +* `1.1.0.2` Whats new: + * Fixed catching exceptions +* `1.1.0.3` Whats new: + * Fixed loading appmanifest data if we have an invalid *.acf. +* `1.1.0.4` Whats new: + * Code review and optimizations \ No newline at end of file diff --git a/nuget/EpicMorg.SteamPathsLib.nuspec b/nuget/EpicMorg.SteamPathsLib.nuspec deleted file mode 100644 index 4a2d0c1..0000000 --- a/nuget/EpicMorg.SteamPathsLib.nuspec +++ /dev/null @@ -1,29 +0,0 @@ - - - - EpicMorg.SteamPathsLib - Steam Paths Library - 1.1.0.3 - EpicMorgDev, AurZum, stam - EpicMorgDev, AurZum, stam - en-US - https://github.com/EpicMorg/SteamPathsLib - - MIT - images\icon.png - false - Fixed loading appmanifest data if we have an invalid *.acf. - Small helper for getting some registry keys of Steam. - Copyright © 2020 EpicMorg - steam epicmorg registry path helper vdf - - - - - - - - - - - diff --git a/nuget/build.ps1 b/nuget/build.ps1 deleted file mode 100644 index fbbf36b..0000000 --- a/nuget/build.ps1 +++ /dev/null @@ -1,6 +0,0 @@ -Remove-Item './lib/net48/dummy_file' -Force -Remove-Item './*.nupkg' -Force - -& nuget.exe pack ./EpicMorg.SteamPathsLib.nuspec - -Copy-Item './dummy_file' -Destination './lib/net48/dummy_file' -Force \ No newline at end of file diff --git a/nuget/dummy_file b/nuget/dummy_file deleted file mode 100644 index 7b45d97..0000000 --- a/nuget/dummy_file +++ /dev/null @@ -1 +0,0 @@ -dummy_file \ No newline at end of file diff --git a/nuget/lib/net48/dummy_file b/nuget/lib/net48/dummy_file deleted file mode 100644 index 7b45d97..0000000 --- a/nuget/lib/net48/dummy_file +++ /dev/null @@ -1 +0,0 @@ -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 6219390..680a94b 100644 --- a/src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj +++ b/src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj @@ -1,66 +1,34 @@ - - - - - Debug - AnyCPU - {E34AE985-7C7E-49BA-A2B0-70D88F865265} - Library - Properties - EpicMorg.SteamPathsLib - EpicMorg.SteamPathsLib - v4.8 - 512 - true - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - + steam.ico + net46;netstandard1.3 + EpicMorg + true + false + https://github.com/EpicMorg/SteamPathsLib + steam.png + https://github.com/EpicMorg/SteamPathsLib + Copyright © EpicMorg 2020 + 1.1.0.4 + 1.1.0.4 + 1.1.0.4 + 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 - - - - - - - - + + True + + + + + + + True + - - - - - - - - - - - - - - - - 0.5.0 - - - \ No newline at end of file diff --git a/src/EpicMorg.SteamPathsLib/Properties/AssemblyInfo.cs b/src/EpicMorg.SteamPathsLib/Properties/AssemblyInfo.cs deleted file mode 100644 index ec2abe0..0000000 --- a/src/EpicMorg.SteamPathsLib/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("EpicMorg.SteamPathsLib")] -[assembly: AssemblyDescription("Steam Paths Library")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("EpicMorg")] -[assembly: AssemblyProduct("EpicMorg.SteamPathsLib")] -[assembly: AssemblyCopyright("Copyright © EpicMorg 2020")] -[assembly: AssemblyTrademark("Valve")] -[assembly: AssemblyCulture("")] - -[assembly: ComVisible(false)] - -[assembly: Guid("e34ae985-7c7e-49ba-a2b0-70d88f865265")] - -[assembly: AssemblyVersion("1.1.0.3")] -[assembly: AssemblyFileVersion("1.1.0.3")] diff --git a/nuget/images/icon.png b/src/EpicMorg.SteamPathsLib/steam.png similarity index 100% rename from nuget/images/icon.png rename to src/EpicMorg.SteamPathsLib/steam.png diff --git a/src/SteamTest/App.config b/src/SteamTest/App.config index 4bfa005..2d2a12d 100644 --- a/src/SteamTest/App.config +++ b/src/SteamTest/App.config @@ -1,6 +1,6 @@ - + diff --git a/src/SteamTest/Properties/AssemblyInfo.cs b/src/SteamTest/Properties/AssemblyInfo.cs index 0159491..c61b2d9 100644 --- a/src/SteamTest/Properties/AssemblyInfo.cs +++ b/src/SteamTest/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.3")] -[assembly: AssemblyFileVersion("1.0.0.3")] +[assembly: AssemblyVersion("1.0.0.4")] +[assembly: AssemblyFileVersion("1.0.0.4")] diff --git a/src/SteamTest/Properties/Settings.Designer.cs b/src/SteamTest/Properties/Settings.Designer.cs index 0f9ec13..a957ce5 100644 --- a/src/SteamTest/Properties/Settings.Designer.cs +++ b/src/SteamTest/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SteamTest.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.3.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.6.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/src/SteamTest/SteamTest.csproj b/src/SteamTest/SteamTest.csproj index 344ce1b..c8fa500 100644 --- a/src/SteamTest/SteamTest.csproj +++ b/src/SteamTest/SteamTest.csproj @@ -8,7 +8,7 @@ WinExe SteamTest SteamTest - v4.8 + v4.6 512 true