mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-27 16:42:03 +00:00
61c952516f
Rather than set it in each AssemblyInfo.cs file.
5 lines
192 B
C#
5 lines
192 B
C#
using System.Reflection;
|
|
|
|
[assembly: AssemblyTitle("Octokit.Reactive")]
|
|
[assembly: AssemblyDescription("An IObservable based GitHub API client library for .NET using Reactive Extensions")]
|