File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1
1
![ FluentNHibernate logo] ( https://raw.githubusercontent.com/jagregory/fluent-nhibernate/master/docs/logo.png )
2
2
3
- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/3uk49dtw8u4hdt7w /branch/master?svg=true )] ( https://ci.appveyor.com/project/jrogalan /fluent-nhibernate/branch/master )
3
+ [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/684r2ot07i2lrcij /branch/master?svg=true )] ( https://ci.appveyor.com/project/nhibernate /fluent-nhibernate/branch/master )
4
4
[ ![ NuGet] ( https://img.shields.io/nuget/v/FluentNHibernate.svg )] ( https://www.nuget.org/packages/FluentNHibernate )
5
5
6
6
## What is FluentNHibernate?
Original file line number Diff line number Diff line change 9
9
<PackageIconUrl >https://raw.githubusercontent.com/nhibernate/fluent-nhibernate/master/docs/logo-nuget.png</PackageIconUrl >
10
10
<PackageIcon >logo-nuget.png</PackageIcon >
11
11
<PackageProjectUrl >https://github.com/nhibernate/fluent-nhibernate</PackageProjectUrl >
12
- <RepositoryUrl >https://github.com/nhibernate/fluent-nhibernate.git</RepositoryUrl >
13
- <RepositoryType >git</RepositoryType >
14
12
<PackageTags >ORM;DAL;NHibernate;Fluent;Conventions;DataBase;ADO.Net;Mappings</PackageTags >
15
13
<AssembyDescription ></AssembyDescription >
14
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
15
+ <IncludeSymbols >true</IncludeSymbols >
16
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
17
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
16
18
</PropertyGroup >
17
19
20
+ <PropertyGroup Condition =" '$(CI)' == 'true'" >
21
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
22
+ </PropertyGroup >
23
+
18
24
<PropertyGroup >
19
25
<NetStandardImplicitPackageVersion Condition =" '$(TargetFramework)' == 'netcoreapp2.0' " >2.0.0</NetStandardImplicitPackageVersion >
20
26
</PropertyGroup >
40
46
<None Include =" $(MSBuildThisFileDirectory)../docs/logo-nuget.png" Pack =" true" PackagePath =" /" />
41
47
</ItemGroup >
42
48
49
+ <ItemGroup >
50
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
51
+ </ItemGroup >
52
+
43
53
</Project >
Original file line number Diff line number Diff line change
1
+ <!-- Workaround. Remove once we're on 3.1.300+
2
+ https://github.com/dotnet/sourcelink/issues/572 -->
3
+ <Project >
4
+ <PropertyGroup >
5
+ <TargetFrameworkMonikerAssemblyAttributesPath >$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath >
6
+ </PropertyGroup >
7
+ <ItemGroup >
8
+ <EmbeddedFiles Include =" $(GeneratedAssemblyInfoFile)" />
9
+ </ItemGroup >
10
+
11
+ <!-- Workaround for https://github.com/dotnet/sdk/issues/11105 -->
12
+ <ItemGroup >
13
+ <SourceRoot Include =" $(NuGetPackageRoot)" Condition =" '$(NuGetPackageRoot)' != ''" />
14
+ </ItemGroup >
15
+ </Project >
You can’t perform that action at this time.
0 commit comments