File tree 15 files changed +19
-47
lines changed
OSLC4Net.ChangeManagement
OSLC4Net.Core.DotNetRdfProvider
OSLC4Net.Core.JsonProvider
OSLC4Net.Client.Tests/Properties
OSLC4Net.Core.DotNetRdfProviderTests/Properties
OSLC4Net.Core.JsonProviderTests/Properties
OSLC4Net.Core.QueryTests/Properties
15 files changed +19
-47
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
+ <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
3
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
4
+ </PropertyGroup >
5
+
2
6
<PropertyGroup >
3
7
<Version Condition =" '$(RELEASE_VERSION)' != ''" >$(RELEASE_VERSION)</Version >
4
8
<VersionPrefix Condition =" '$(RELEASE_VERSION)' == ''" >999.9.9</VersionPrefix >
5
9
<VersionSuffix Condition =" '$(RELEASE_VERSION)' == ''" >ts.$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix >
6
10
<PackageLicenseExpression >EPL-1.0</PackageLicenseExpression >
7
11
<Authors >Andrii Berezovskyi and OSLC4Net contributors</Authors >
12
+ <Copyright >© Andrii Berezovskyi and OSLC4Net contributors 2023; © IBM 2012</Copyright >
8
13
<PackageReadmeFile >README.md</PackageReadmeFile >
9
14
<PackageProjectUrl >https://github.com/OSLC/oslc4net/</PackageProjectUrl >
10
15
<RepositoryUrl >https://github.com/OSLC/oslc4net/</RepositoryUrl >
16
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
17
+ </PropertyGroup >
18
+
19
+ <PropertyGroup >
20
+ <IncludeSymbols >true</IncludeSymbols >
21
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
22
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
23
+ <DeterministicSourcePaths >true</DeterministicSourcePaths >
11
24
</PropertyGroup >
25
+
26
+
12
27
<ItemGroup >
28
+ <SourceRoot Include =" $(MSBuildThisFileDirectory)/" />
13
29
<None Include =" $(SolutionDir)\..\README.md" Pack =" true" PackagePath =" README.md" />
14
30
</ItemGroup >
31
+
15
32
<PropertyGroup >
16
33
<LangVersion >12</LangVersion >
17
34
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
4
<OutputType >Library</OutputType >
5
- <RootNamespace >OSLC4Net.ChangeManagement</RootNamespace >
6
5
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
7
6
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
8
- <AssemblyTitle >ChangeManagement</AssemblyTitle >
7
+ <RootNamespace >OSLC4Net.ChangeManagement</RootNamespace >
8
+ <AssemblyTitle >OSLC4Net.ChangeManagement</AssemblyTitle >
9
9
<Product >OSLC4Net.ChangeManagement</Product >
10
10
</PropertyGroup >
11
11
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
using System . Runtime . InteropServices ;
3
3
using OSLC4Net . ChangeManagement ;
4
4
using OSLC4Net . Core . Attribute ;
5
- [ assembly: AssemblyTrademark ( "" ) ]
6
- [ assembly: AssemblyCulture ( "" ) ]
7
5
8
6
// Setting ComVisible to false makes the types in this assembly not visible
9
7
// to COM components. If you need to access a type in this assembly from
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<TargetFramework >netstandard2.1</TargetFramework >
4
4
<OutputType >Library</OutputType >
5
- <PackageLicenseExpression >EPL-1.0</PackageLicenseExpression >
6
- <Authors >Andrii Berezovskyi and OSLC4Net contributors</Authors >
7
- <PackageReadmeFile >README.md</PackageReadmeFile >
8
- <PackageOutputPath >MSBuild_Nuget_Pack/</PackageOutputPath >
9
- <PackageProjectUrl >https://github.com/OSLC/oslc4net/</PackageProjectUrl >
10
- <RepositoryUrl >https://github.com/OSLC/oslc4net/</RepositoryUrl >
11
5
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
12
6
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
13
7
<AssemblyTitle >OSLC4Net.Client</AssemblyTitle >
14
8
<Product >OSLC4Net.Client</Product >
15
- <Copyright >Copyright OSLC4Net contributors 2023, IBM 2012</Copyright >
16
9
</PropertyGroup >
17
10
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
11
<DocumentationFile >bin\Debug\OSLC4Net.Client.XML</DocumentationFile >
19
12
</PropertyGroup >
20
13
<ItemGroup >
21
- <PackageReference Include =" NuGet.Build.Tasks.Pack" >
22
- <!-- REVISIT: do we really need all this? (2024-10) -->
23
- <PrivateAssets >all</PrivateAssets >
24
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
25
- </PackageReference >
26
14
<None Include =" ../../README.md" Pack =" true" PackagePath =" " />
27
15
</ItemGroup >
28
16
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
using System . Runtime . InteropServices ;
3
- [ assembly: AssemblyTrademark ( "" ) ]
4
- [ assembly: AssemblyCulture ( "" ) ]
5
3
6
4
// Setting ComVisible to false makes the types in this assembly not visible
7
5
// to COM components. If you need to access a type in this assembly from
Original file line number Diff line number Diff line change 16
16
<PackageReference Include =" Microsoft.AspNet.WebApi.Client" />
17
17
<PackageReference Include =" Newtonsoft.Json" />
18
18
<PackageReference Include =" dotNetRdf.Core" />
19
- <PackageReference Include =" NuGet.Build.Tasks.Pack" >
20
- <PrivateAssets >all</PrivateAssets >
21
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22
- </PackageReference >
23
19
</ItemGroup >
24
20
</Project >
Original file line number Diff line number Diff line change 11
11
<ProjectReference Include =" ..\OSLC4Net.Core\OSLC4Net.Core.csproj" />
12
12
</ItemGroup >
13
13
<ItemGroup >
14
- <PackageReference Include =" NuGet.Build.Tasks.Pack" />
15
14
<PackageReference Include =" System.Json" />
16
15
<PackageReference Include =" log4net" />
17
16
<PackageReference Include =" Microsoft.AspNet.WebApi.Client" />
Original file line number Diff line number Diff line change 4
4
// General Information about an assembly is controlled through the following
5
5
// set of attributes. Change these attribute values to modify the information
6
6
// associated with an assembly.
7
- [ assembly: AssemblyDescription ( "" ) ]
8
- [ assembly: AssemblyCopyright ( "Copyright OSLC4Net contributors 2023, IBM 2013" ) ]
9
- [ assembly: AssemblyTrademark ( "" ) ]
10
- [ assembly: AssemblyCulture ( "" ) ]
11
7
12
8
// Setting ComVisible to false makes the types in this assembly not visible
13
9
// to COM components. If you need to access a type in this assembly from
Original file line number Diff line number Diff line change 16
16
<ItemGroup >
17
17
<PackageReference Include =" log4net" />
18
18
<PackageReference Include =" Antlr3.Runtime" />
19
- <PackageReference Include =" NuGet.Build.Tasks.Pack" >
20
- <PrivateAssets >all</PrivateAssets >
21
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22
- </PackageReference >
23
19
</ItemGroup >
24
20
</Project >
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
using System . Runtime . InteropServices ;
3
- [ assembly: AssemblyTrademark ( "" ) ]
4
- [ assembly: AssemblyCulture ( "" ) ]
5
3
6
4
// TODO: improve for better F# interop
7
5
//[assembly: CLSCompliant(true)]
Original file line number Diff line number Diff line change 98
98
99
99
<ItemGroup >
100
100
<PackageReference Include =" log4net" />
101
- <PackageReference Include =" NuGet.Build.Tasks.Pack" >
102
- <PrivateAssets >all</PrivateAssets >
103
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
104
- </PackageReference >
105
101
</ItemGroup >
106
102
</Project >
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
using System . Runtime . InteropServices ;
3
- [ assembly: AssemblyTrademark ( "" ) ]
4
- [ assembly: AssemblyCulture ( "" ) ]
5
3
6
4
// Setting ComVisible to false makes the types in this assembly not visible
7
5
// to COM components. If you need to access a type in this assembly from
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
using System . Runtime . InteropServices ;
3
- [ assembly: AssemblyTrademark ( "" ) ]
4
- [ assembly: AssemblyCulture ( "" ) ]
5
3
6
4
// Setting ComVisible to false makes the types in this assembly not visible
7
5
// to COM components. If you need to access a type in this assembly from
Original file line number Diff line number Diff line change 4
4
// General Information about an assembly is controlled through the following
5
5
// set of attributes. Change these attribute values to modify the information
6
6
// associated with an assembly.
7
- [ assembly: AssemblyDescription ( "" ) ]
8
- [ assembly: AssemblyCopyright ( "Copyright © IBM 2013" ) ]
9
- [ assembly: AssemblyTrademark ( "" ) ]
10
- [ assembly: AssemblyCulture ( "" ) ]
11
7
12
8
// Setting ComVisible to false makes the types in this assembly not visible
13
9
// to COM components. If you need to access a type in this assembly from
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
using System . Runtime . InteropServices ;
3
- [ assembly: AssemblyTrademark ( "" ) ]
4
- [ assembly: AssemblyCulture ( "" ) ]
5
3
6
4
// Setting ComVisible to false makes the types in this assembly not visible
7
5
// to COM components. If you need to access a type in this assembly from
You can’t perform that action at this time.
0 commit comments