Skip to content

Commit

Permalink
chore: Update version info in csproj
Browse files Browse the repository at this point in the history
fix: Default config for HardwareInformation.csproj was X86
  • Loading branch information
L3tum committed Oct 22, 2020
1 parent eda5612 commit 626ddfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HardwareInformation.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Release|Any CPU.Build.0 = Release|Any CPU
{E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Debug|Any CPU.ActiveCfg = Debug|X86
{E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Debug|Any CPU.Build.0 = Debug|X86
{E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2FFFB2B-A4C7-4E38-A8FE-FF5467317FBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2FFFB2B-A4C7-4E38-A8FE-FF5467317FBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2FFFB2B-A4C7-4E38-A8FE-FF5467317FBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion HardwareInformation/HardwareInformation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>3.0.1</Version>
<Version>4.0.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 626ddfa

Please sign in to comment.