Skip to content

Commit

Permalink
Update nuget pakage to 0.0.7.3 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
toor1245 authored Oct 15, 2021
1 parent 151ac23 commit 99fbf41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MatrixDotNet/MatrixDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<Title>MatrixDotNet</Title>
<Version>0.0.7.2</Version>
<Version>0.0.7.3</Version>
<PackageVersion>0.0.7.3</PackageVersion>

<RepositoryType>Library</RepositoryType>
<Copyright>MatrixDotNet</Copyright>
Expand All @@ -25,7 +26,6 @@ With all answers see documentation or ask on gitter or github issues</Descriptio
<OS_WINDOWS Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</OS_WINDOWS>
<OS_MAC Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'">true</OS_MAC>
<OS_LINUX Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">true</OS_LINUX>

</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 99fbf41

Please sign in to comment.