Skip to content

Commit

Permalink
fix build versions on assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
asos-gurpreetsingh committed Aug 13, 2024
1 parent 6ddc8d8 commit fe0d1e9
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 102 deletions.
33 changes: 0 additions & 33 deletions src/Common/Properties/AssemblyInfo.cs

This file was deleted.

9 changes: 9 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project>
<PropertyGroup>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
</PropertyGroup>
</Project>
33 changes: 0 additions & 33 deletions src/NotificationHubs/Properties/AssemblyInfo.cs

This file was deleted.

32 changes: 0 additions & 32 deletions src/ServiceBusExplorer.Tests/Properties/AssemblyInfo.cs

This file was deleted.

3 changes: 3 additions & 0 deletions src/ServiceBusExplorer.Tests/ServiceBusExplorer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion src/ServiceBusExplorer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B59933A5-4AE0-4340-9102-578619A93341}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
..\LICENSE.txt = ..\LICENSE.txt
Directory.Build.props = Directory.Build.props
EventGridExplorer_README.md = EventGridExplorer_README.md
..\LICENSE.txt = ..\LICENSE.txt
..\README.md = ..\README.md
EndProjectSection
EndProject
Expand Down
3 changes: 0 additions & 3 deletions src/ServiceBusExplorer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
// associated with an assembly.
[assembly: AssemblyTitle("Service Bus Explorer")]
[assembly: AssemblyDescription("The Service Bus Explorer allows users to connect to a Service Bus namespace and easily administer and test the entities of an Azure Service Bus namespace. The tool provides advanced features like import/export functionality and the ability to test entities.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Paolo Salvatori")]
[assembly: AssemblyProduct("Service Bus Explorer")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]


// The following GUID is for the ID of the typelib if this project is exposed to COM
Expand Down

0 comments on commit fe0d1e9

Please sign in to comment.