Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Generate assembly versions #113

Merged
merged 1 commit into from
Sep 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions build/NetStandard.settings
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
<RuntimeIdentifiers>win-x86;win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
</PropertyGroup>

<!-- Versioning -->
<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<!-- Signing -->
<PropertyGroup>
<MicroBuild_DoNotStrongNameSign>true</MicroBuild_DoNotStrongNameSign>
Expand Down
5 changes: 1 addition & 4 deletions src/Analysis/Engine/Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@
// THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS
// OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY
// IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
// MERCHANTABLITY OR NON-INFRINGEMENT.
// MERCHANTABILITY OR NON-INFRINGEMENT.
//
// See the Apache Version 2.0 License for specific language governing
// permissions and limitations under the License.

using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("AnalysisTests")]
[assembly: AssemblyDescription("")]

[assembly: ComVisible(false)]
[assembly: Guid("3e11e47d-2321-4769-96b9-38b1eaf8e4eb")]