Skip to content

Commit e1de7e9

Browse files
authored
Update WorkbenchConnector.csproj
1 parent 5c3c3c0 commit e1de7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assistant-connector/dotnet/WorkbenchConnector/WorkbenchConnector.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<Version>0.1.0</Version>
45
<AssemblyName>Microsoft.SemanticWorkbench.Connector</AssemblyName>
56
<RootNamespace>Microsoft.SemanticWorkbench.Connector</RootNamespace>
67
<TargetFramework>net8.0</TargetFramework>
@@ -71,7 +72,6 @@
7172
</PropertyGroup>
7273

7374
<PropertyGroup>
74-
<Version>0.1.0</Version>
7575
<PackageId>Microsoft.SemanticWorkbench.Connector</PackageId>
7676
<Product>Connector for Agents and Assistants developed with Semantic Workbench</Product>
7777
<Description>The connector allow Agents and Assistants to be used within Semantic Workbench.</Description>
@@ -107,4 +107,4 @@
107107
<None Include="icon.png" Link="icon.png" Pack="true" PackagePath="." Visible="false" />
108108
</ItemGroup>
109109

110-
</Project>
110+
</Project>

0 commit comments

Comments
 (0)