Skip to content

Commit

Permalink
Forgot to change the assemblyname for the protocol project
Browse files Browse the repository at this point in the history
  • Loading branch information
MichielOda committed Oct 24, 2023
1 parent 24847a6 commit 440c7af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assemblers.Protocol/Assemblers.Protocol.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Skyline.DataMiner.CICD.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>Skyline.DataMiner.CICD.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyName>Skyline.DataMiner.CICD.Assemblers.Protocol</AssemblyName>
<RootNamespace>Skyline.DataMiner.CICD.Assemblers.Protocol</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>SkylineCommunications</Authors>
Expand Down

0 comments on commit 440c7af

Please sign in to comment.