Skip to content

Commit

Permalink
Update WorkbenchConnector.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc authored Sep 11, 2024
1 parent 5c3c3c0 commit e1de7e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.1.0</Version>
<AssemblyName>Microsoft.SemanticWorkbench.Connector</AssemblyName>
<RootNamespace>Microsoft.SemanticWorkbench.Connector</RootNamespace>
<TargetFramework>net8.0</TargetFramework>
Expand Down Expand Up @@ -71,7 +72,6 @@
</PropertyGroup>

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

</Project>
</Project>

0 comments on commit e1de7e9

Please sign in to comment.