Skip to content

Commit

Permalink
nuspec: specify repository link (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
luantranminh authored Aug 5, 2024
1 parent be8103c commit e1c1be1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/Atlas.Provider.Loader/Atlas.Provider.Loader.csproj
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.0.1</Version>
<Authors>ariga</Authors>
<Description>Atlas Provider for EntityFramework</Description>

<OutputType>Exe</OutputType>
<OutputPath>..\..\artifacts\bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath>
<TargetFramework>net6.0</TargetFramework>
<Configuration>$(Configuration)</Configuration>

<RootNamespace>Atlas.Provider.Loader</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IncludeSource>false</IncludeSource>
<LangVersion>latest</LangVersion>
<RollForward>Major</RollForward>

<PackAsTool>true</PackAsTool>
<ToolCommandName>atlas-ef</ToolCommandName>

<!-- Nuspec -->
<PackageId>atlas-ef</PackageId>
<PackageProjectUrl>https://github.com/ariga/atlas-provider-ef</PackageProjectUrl>
<Authors>ariga</Authors>
<Description>Atlas Provider for EntityFramework Core</Description>
<PackageProjectUrl>https://atlasgo.io</PackageProjectUrl>
<RepositoryUrl>https://github.com/ariga/atlas-provider-ef</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageOutputPath>..\..\artifacts</PackageOutputPath>
Expand Down

0 comments on commit e1c1be1

Please sign in to comment.