Skip to content

Commit

Permalink
v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixaill committed May 16, 2021
1 parent 663cb47 commit 9a641d0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Mixaill.HwInfo.D3DKMT.Demo/Mixaill.HwInfo.D3DKMT.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

<PackageProjectUrl>https://github.com/Mixaill/Mixaill.HwInfo</PackageProjectUrl>
<RepositoryUrl>https://github.com/Mixaill/Mixaill.HwInfo.git</RepositoryUrl>
<Version>0.3.6</Version>
<AssemblyVersion>0.3.6.0</AssemblyVersion>
<FileVersion>0.3.6.0</FileVersion>
<Version>0.3.7</Version>
<AssemblyVersion>0.3.7.0</AssemblyVersion>
<FileVersion>0.3.7.0</FileVersion>
<Authors>Mikhail Paulyshka</Authors>
<Copyright>2021, Mikhail Paulyshka</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
6 changes: 3 additions & 3 deletions Mixaill.HwInfo.D3DKMT/Mixaill.HwInfo.D3DKMT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<PackageProjectUrl>https://github.com/Mixaill/Mixaill.HwInfo</PackageProjectUrl>
<RepositoryUrl>https://github.com/Mixaill/Mixaill.HwInfo.git</RepositoryUrl>
<Version>0.3.6</Version>
<AssemblyVersion>0.3.6.0</AssemblyVersion>
<FileVersion>0.3.6.0</FileVersion>
<Version>0.3.7</Version>
<AssemblyVersion>0.3.7.0</AssemblyVersion>
<FileVersion>0.3.7.0</FileVersion>
<Authors>Mikhail Paulyshka</Authors>
<Copyright>2021, Mikhail Paulyshka</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<StartupObject>Mixaill.HwInfo.SetupApi.Demo.Program</StartupObject>
<Version>0.3.6</Version>
<Version>0.3.7</Version>
<Authors>Mikhail Paulyshka</Authors>
<Company>Mikhail Paulyshka</Company>
<Copyright>2021, Mikhail Paulyshka</Copyright>
Expand All @@ -13,8 +13,8 @@
<RepositoryUrl>https://github.com/Mixaill/Mixaill.HwInfo.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>0.3.6.0</AssemblyVersion>
<FileVersion>0.3.6.0</FileVersion>
<AssemblyVersion>0.3.7.0</AssemblyVersion>
<FileVersion>0.3.7.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
6 changes: 3 additions & 3 deletions Mixaill.HwInfo.SetupApi/Mixaill.HwInfo.SetupApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8</LangVersion>
<Version>0.3.6</Version>
<Version>0.3.7</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/Mixaill/Mixaill.HwInfo</PackageProjectUrl>
<RepositoryUrl>https://github.com/Mixaill/Mixaill.HwInfo.git</RepositoryUrl>
<AssemblyVersion>0.3.6.0</AssemblyVersion>
<FileVersion>0.3.6.0</FileVersion>
<AssemblyVersion>0.3.7.0</AssemblyVersion>
<FileVersion>0.3.7.0</FileVersion>
<Authors>Mikhail Paulyshka</Authors>
<Copyright>2021, Mikhail Paulyshka</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Version>0.3.6</Version>
<Version>0.3.7</Version>
<Authors>Mikhail Paulyshka</Authors>
<Company>Mikhail Paulyshka</Company>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion Mixaill.HwInfo.Vulkan/Mixaill.HwInfo.Vulkan.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.3.6</Version>
<Version>0.3.7</Version>
<Authors>Mikhail Paulyshka</Authors>
<Copyright>2021, Mikhail Paulyshka</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 9a641d0

Please sign in to comment.