winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

Constants.cs (592B)


      1 // -----------------------------------------------------------------------------
      2 // <copyright file="Constants.cs" company="Microsoft Corporation">
      3 //     Copyright (c) Microsoft Corporation. Licensed under the MIT License.
      4 // </copyright>
      5 // -----------------------------------------------------------------------------
      6 
      7 namespace Microsoft.WinGetUtil.Common
      8 {
      9     /// <summary>
     10     /// Constants.
     11     /// </summary>
     12     public static class Constants
     13     {
     14         /// <summary>
     15         /// Dll name.
     16         /// </summary>
     17         public const string DllName = "WinGetUtil.dll";
     18     }
     19 }