Skip to content

Commit

Permalink
Update repo URL in Directory.Build.props (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
danroth27 authored Aug 15, 2024
1 parent 2987bb4 commit 6bb936a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<Authors>Microsoft</Authors>
<Company>Microsoft</Company>
<Description>Experimental, end-to-end AI features for .NET apps. Docs and info at https://github.com/dotnet-smartcomponents/smartcomponents</Description>
<Description>Experimental, end-to-end AI features for .NET apps. Docs and info at https://github.com/dotnet/smartcomponents</Description>
<PackageTags>ai;aspnetcore;blazor;mvc;razor;autocomplete;paste;typeahead;smartcomponents;embedding;</PackageTags>
<PackageProjectUrl>https://github.com/dotnet-smartcomponents/smartcomponents</PackageProjectUrl>
<PackageProjectUrl>https://github.com/dotnet/smartcomponents</PackageProjectUrl>

<VersionPrefix>0.1.0</VersionPrefix>
<VersionSuffix Condition="'$(BuildNumber)' == ''">dev</VersionSuffix>
Expand Down

0 comments on commit 6bb936a

Please sign in to comment.