|
| 1 | +//------------------------------------------------------------------------------ |
| 2 | +// <auto-generated> |
| 3 | +// This code was generated by a tool. |
| 4 | +// GitVersion |
| 5 | +// |
| 6 | +// Changes to this file may cause incorrect behavior and will be lost if |
| 7 | +// the code is regenerated. |
| 8 | +// </auto-generated> |
| 9 | +//------------------------------------------------------------------------------ |
| 10 | + |
| 11 | +#if NET20 || NET35 || NETCOREAPP1_0 || NETCOREAPP1_1 || NETSTANDARD1_0 || NETSTANDARD1_1 || NETSTANDARD1_2 || NETSTANDARD1_3 || NETSTANDARD1_4 || NETSTANDARD1_5 || NETSTANDARD1_6 |
| 12 | +namespace System.Diagnostics.CodeAnalysis |
| 13 | +{ |
| 14 | + [global::System.AttributeUsage( |
| 15 | + global::System.AttributeTargets.Assembly | |
| 16 | + global::System.AttributeTargets.Class | |
| 17 | + global::System.AttributeTargets.Struct | |
| 18 | + global::System.AttributeTargets.Constructor | |
| 19 | + global::System.AttributeTargets.Method | |
| 20 | + global::System.AttributeTargets.Property | |
| 21 | + global::System.AttributeTargets.Event, |
| 22 | + Inherited = false, AllowMultiple = false)] |
| 23 | + internal sealed class ExcludeFromCodeCoverageAttribute : global::System.Attribute { } |
| 24 | +} |
| 25 | +#endif |
| 26 | + |
| 27 | +namespace My.Custom.Namespace |
| 28 | +{ |
| 29 | + [global::System.Runtime.CompilerServices.CompilerGenerated] |
| 30 | + [global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] |
| 31 | + static class GitVersionInformation |
| 32 | + { |
| 33 | + public const string AssemblySemFileVer = "1.2.3.0"; |
| 34 | + public const string AssemblySemVer = "1.2.3.0"; |
| 35 | + public const string BranchName = "feature1"; |
| 36 | + public const string BuildMetaData = "5"; |
| 37 | + public const string CommitDate = "2014-03-06"; |
| 38 | + public const string CommitsSinceVersionSource = "5"; |
| 39 | + public const string EscapedBranchName = "feature1"; |
| 40 | + public const string FullBuildMetaData = "5.Branch.feature1.Sha.commitSha"; |
| 41 | + public const string FullSemVer = "1.2.3-unstable.4+5"; |
| 42 | + public const string InformationalVersion = "1.2.3-unstable.4+5.Branch.feature1.Sha.commitSha"; |
| 43 | + public const string Major = "1"; |
| 44 | + public const string MajorMinorPatch = "1.2.3"; |
| 45 | + public const string Minor = "2"; |
| 46 | + public const string Patch = "3"; |
| 47 | + public const string PreReleaseLabel = "unstable"; |
| 48 | + public const string PreReleaseLabelWithDash = "-unstable"; |
| 49 | + public const string PreReleaseNumber = "4"; |
| 50 | + public const string PreReleaseTag = "unstable.4"; |
| 51 | + public const string PreReleaseTagWithDash = "-unstable.4"; |
| 52 | + public const string SemVer = "1.2.3-unstable.4"; |
| 53 | + public const string Sha = "commitSha"; |
| 54 | + public const string ShortSha = "commitShortSha"; |
| 55 | + public const string UncommittedChanges = "0"; |
| 56 | + public const string VersionSourceSha = "versionSourceSha"; |
| 57 | + public const string WeightedPreReleaseNumber = "4"; |
| 58 | + } |
| 59 | +} |
0 commit comments