Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 609b462

Browse files
Merge pull request microsoft#113 from AlexanderSher/master
Generate assembly versions
2 parents 4bd0e54 + cc88855 commit 609b462

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

build/NetStandard.settings

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
<RuntimeIdentifiers>win-x86;win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
2525
</PropertyGroup>
2626

27-
<!-- Versioning -->
28-
<PropertyGroup>
29-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
30-
</PropertyGroup>
31-
3227
<!-- Signing -->
3328
<PropertyGroup>
3429
<MicroBuild_DoNotStrongNameSign>true</MicroBuild_DoNotStrongNameSign>

src/Analysis/Engine/Test/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@
99
// THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS
1010
// OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY
1111
// IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
12-
// MERCHANTABLITY OR NON-INFRINGEMENT.
12+
// MERCHANTABILITY OR NON-INFRINGEMENT.
1313
//
1414
// See the Apache Version 2.0 License for specific language governing
1515
// permissions and limitations under the License.
1616

1717
using System.Reflection;
1818
using System.Runtime.InteropServices;
1919

20-
[assembly: AssemblyTitle("AnalysisTests")]
21-
[assembly: AssemblyDescription("")]
22-
2320
[assembly: ComVisible(false)]
2421
[assembly: Guid("3e11e47d-2321-4769-96b9-38b1eaf8e4eb")]

0 commit comments

Comments
 (0)