Skip to content

Commit b4e7a0d

Browse files
committed
remove extra function
1 parent f29cba1 commit b4e7a0d

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

tools/code/publisher/App.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,6 @@ public static void ConfigureRunApplication(IHostApplicationBuilder builder)
8585
builder.Services.TryAddSingleton(GetRunApplication);
8686
}
8787

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-
9888
private static RunApplication GetRunApplication(IServiceProvider provider)
9989
{
10090
var putNamedValues = provider.GetRequiredService<PutNamedValues>();

0 commit comments

Comments
 (0)