Skip to content

Commit 437b693

Browse files
Bump verson witj latest change and updated nuget
1 parent 88926c0 commit 437b693

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/AmplifierExamples/AmplifierExamples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>netcoreapp2.2</TargetFramework>
66
</PropertyGroup>
77

88
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

src/Amplifier.Net/Amplifier.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<AssemblyName>Amplifier</AssemblyName>
55
<RootNamespace>Amplifier</RootNamespace>
6-
<Version>0.4.8</Version>
6+
<Version>0.5.0</Version>
77
<Authors>Deepak Battini</Authors>
88
<Company>Tech Quantum</Company>
99
<Description>Amplifier allows .NET developers to easily run complex applications with intensive mathematical computation on Intel CPU/GPU, NVIDIA, AMD without writing any additional C kernel code. Write your function in .NET and Amplifier will take care of running it on your favorite hardware.</Description>

0 commit comments

Comments
 (0)