Skip to content

Commit c7d3584

Browse files
committed
added script to create NuGet packages
1 parent c34f117 commit c7d3584

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ bin/
55
obj/
66
*.user
77
testsettings.*.json
8-
Light.SharedCore.Tests.Local.props
8+
Light.SharedCore.Tests.Local.props
9+
*.snk
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dotnet pack Light.SharedCore.csproj -c Release /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=bin/Light.SharedCore.snk /p:ContinuousIntegrationBuild=true

Code/Light.SharedCore/Initialization/ServiceCollectionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static class ServiceCollectionExtensions
5252
/// The value indicating whether a Func<TAbstraction> is also registered with the DI container (optional).
5353
/// This factory delegate is necessary for the <see cref="GenericAsyncFactory{T}" /> to work properly. If null is
5454
/// specified, the default value will be obtained via the <see cref="AdditionalServiceCollectionProperties" />
55-
/// attached to your <paramref cref="services" />. You can set this value to false if you use a proper DI container
55+
/// attached to your services. You can set this value to false if you use a proper DI container
5656
/// like LightInject that offers function factories.
5757
/// </param>
5858
/// <typeparam name="TAbstraction">The abstraction that your concrete type implements.</typeparam>
160 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)