We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd2881 commit e44d525Copy full SHA for e44d525
libraries/dotnet/WorkbenchConnector/WorkbenchConnector.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <Version>0.3.0</Version>
+ <Version>0.4.0</Version>
5
<AssemblyName>Microsoft.SemanticWorkbench.Connector</AssemblyName>
6
<RootNamespace>Microsoft.SemanticWorkbench.Connector</RootNamespace>
7
<TargetFramework>net8.0</TargetFramework>
@@ -103,4 +103,4 @@
103
<None Include="icon.png" Link="icon.png" Pack="true" PackagePath="." Visible="false" />
104
</ItemGroup>
105
106
-</Project>
+</Project>
0 commit comments