Skip to content

Commit cd84fe2

Browse files
committed
New version: Update nuget package version, change tcp server implementation, added Dispose implementation, change recived code algoritm: from json model to Dictonary<string, object> in metadata
1 parent 3f2e657 commit cd84fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RemotePythonExecution/RemotePythonExecution.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
8-
<Version>0.0.2</Version>
8+
<Version>0.0.3</Version>
99
<IsPackable>false</IsPackable>
1010
<Title>$(SolutionName)</Title>
1111
<Authors>vertigra</Authors>

0 commit comments

Comments
 (0)