Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteBlackGoose committed Jun 10, 2022
1 parent 03e9f60 commit da0c01d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GenericTensor/GenericTensor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net472;netstandard2.0</TargetFrameworks>
<LangVersion>9.0</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Authors>WhiteBlackGoose</Authors>
<Company>Angouri</Company>
<Description>The only .NET tensor &amp; matrix library for generic types. It is also faster than other generic-typed matrix libraries.</Description>
Expand All @@ -13,7 +13,7 @@
<PackageProjectUrl>https://github.com/WhiteBlackGoose/GenericTensor</PackageProjectUrl>
<RepositoryUrl>https://github.com/asc-community/GenericTensor</RepositoryUrl>
<RepositoryType>public</RepositoryType>
<PackageReleaseNotes>Multitargeting added</PackageReleaseNotes>
<PackageReleaseNotes>Added 0D tensor support, Aggregate, ForEach.</PackageReleaseNotes>
<PackageIcon>ico1.png</PackageIcon>
<PackageTags>tensor, generic, matrix, vector, performance</PackageTags>
<SignAssembly>true</SignAssembly>
Expand Down Expand Up @@ -45,6 +45,6 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<PackageReference Include="HonkPerf.NET.Core" Version="1.0.1" />
<PackageReference Include="HonkPerf.NET.Core" Version="1.0.2" />
</ItemGroup>
</Project>

0 comments on commit da0c01d

Please sign in to comment.