Skip to content

Commit

Permalink
Fix a bug, but I can't upload this because of a block on the System n…
Browse files Browse the repository at this point in the history
…amespace.
  • Loading branch information
davidwhitney committed Aug 5, 2024
1 parent 3482a39 commit 6563397
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net40;netstandard2.0;</TargetFrameworks>
<Version>1.0.9</Version>
<Version>1.1.0</Version>
<Authors>David Whitney, Marcel Roozekrans</Authors>
<Company>ElectricHeadSoftware</Company>
<Description>Interfaced wrappers around System Diagnostics.</Description>
Expand All @@ -12,8 +12,8 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>1.0.9.0</AssemblyVersion>
<FileVersion>1.0.9.0</FileVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
</ItemGroup>
Expand Down

0 comments on commit 6563397

Please sign in to comment.