We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29cba1 commit b4e7a0dCopy full SHA for b4e7a0d
1 file changed
tools/code/publisher/App.cs
@@ -85,16 +85,6 @@ public static void ConfigureRunApplication(IHostApplicationBuilder builder)
85
builder.Services.TryAddSingleton(GetRunApplication);
86
}
87
88
- [System.AttributeUsage(System.AttributeTargets.Assembly, Inherited = false, AllowMultiple = false)]
89
- sealed class PublisherReleaseVersionAttribute : System.Attribute
90
- {
91
- public string Version { get; }
92
- public PublisherReleaseVersionAttribute(string releaseVersion)
93
94
- this.Version = releaseVersion;
95
- }
96
97
-
98
private static RunApplication GetRunApplication(IServiceProvider provider)
99
{
100
var putNamedValues = provider.GetRequiredService<PutNamedValues>();
0 commit comments