Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added source link #176

Conversation

FreeAndNil
Copy link
Contributor

added source link - see https://github.com/dotnet/sourcelink

before

[assembly: CompilationRelaxations(8)]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: Debuggable(/*Could not decode attribute arguments.*/)]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
[assembly: AllowPartiallyTrustedCallers]
[assembly: SecurityRules(/*Could not decode attribute arguments.*/)]
[assembly: AssemblyInformationalVersion("3.0.0.0-.NET Standard 2.0")]
[assembly: AssemblyTitle("Apache log4net for .NET Standard 2.0")]
[assembly: AssemblyConfiguration("Retail")]
[assembly: AssemblyProduct("log4net")]
[assembly: AssemblyDefaultAlias("log4net")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyCompany("The Apache Software Foundation")]
[assembly: AssemblyCopyright("Copyright 2004-2024 The Apache Software Foundation.")]
[assembly: AssemblyTrademark("Apache and Apache log4net are trademarks of The Apache Software Foundation")]
[assembly: TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")]
[assembly: AssemblyVersion("3.0.0.0")]

after:

[assembly: CompilationRelaxations(8)]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: Debuggable(/*Could not decode attribute arguments.*/)]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
[assembly: AllowPartiallyTrustedCallers]
[assembly: SecurityRules(/*Could not decode attribute arguments.*/)]
[assembly: TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")]
[assembly: AssemblyCompany("The Apache Software Foundation")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyCopyright("Copyright © 2004 - 2024 The Apache Software Foundation")]
[assembly: AssemblyDescription("log4net is a tool to help the programmer output log statements to a variety of output targets.\r\nIn case of problems with an application, it is helpful to enable logging so that the problem\r\ncan be located. With log4net it is possible to enable logging at runtime without modifying the\r\napplication binary. The log4net package is designed so that log statements can remain in\r\nshipped code without incurring a high performance cost. It follows that the speed of logging\r\n(or rather not logging) is crucial.\r\n\r\nAt the same time, log output can be so voluminous that it quickly becomes overwhelming.\r\nOne of the distinctive features of log4net is the notion of hierarchical loggers.\r\nUsing these loggers it is possible to selectively control which log statements are output\r\nat arbitrary granularity.\r\n\r\nlog4net is designed with two distinct goals in mind: speed and flexibility\r\n    ")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyInformationalVersion("3.0.0+13eca1117942f3ef5fc742ee70bed6588f274276")]
[assembly: AssemblyProduct("Apache log4net")]
[assembly: AssemblyTitle("Apache log4net for .NET Standard 2.0")]
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/apache/logging-log4net")]
[assembly: AssemblyVersion("3.0.0.0")]

@FreeAndNil FreeAndNil changed the base branch from master to Feature/111-Dropping-support-for-older-runtimes September 13, 2024 11:22
@FreeAndNil FreeAndNil added this to the 3.1.0 milestone Sep 13, 2024
@FreeAndNil FreeAndNil merged commit e614e1c into Feature/111-Dropping-support-for-older-runtimes Sep 13, 2024
@FreeAndNil FreeAndNil deleted the Feature/175-add-source-link branch September 13, 2024 11:47
@FreeAndNil FreeAndNil self-assigned this Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants