Skip to content

Commit 8c5a638

Browse files
authored
Set Assembly version attribute for 1.19.1 release (#1549)
* changes for 1.19.1 release * add version to CrossCompatibility assembly
1 parent 3ce4dc9 commit 8c5a638

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Engine/Engine.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<VersionPrefix>1.19.1</VersionPrefix>
55
<TargetFrameworks>netcoreapp3.1;netstandard2.0;net452</TargetFrameworks>
66
<AssemblyName>Microsoft.Windows.PowerShell.ScriptAnalyzer</AssemblyName>
7+
<AssemblyVersion>1.19.1</AssemblyVersion>
78
<PackageId>Engine</PackageId>
89
<RootNamespace>Microsoft.Windows.PowerShell.ScriptAnalyzer</RootNamespace> <!-- Namespace needs to match Assembly name for ressource binding -->
910
</PropertyGroup>

PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Microsoft.PowerShell.CrossCompatibility.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<VersionPrefix>1.19.1</VersionPrefix>
45
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
6+
<AssemblyVersion>1.19.1</AssemblyVersion>
57
</PropertyGroup>
68

79
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">

Rules/Rules.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<VersionPrefix>1.19.1</VersionPrefix>
55
<TargetFrameworks>netcoreapp3.1;netstandard2.0;net452</TargetFrameworks>
66
<AssemblyName>Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules</AssemblyName>
7+
<AssemblyVersion>1.19.1</AssemblyVersion>
78
<PackageId>Rules</PackageId>
89
<RootNamespace>Microsoft.Windows.PowerShell.ScriptAnalyzer</RootNamespace> <!-- Namespace needs to match Assembly name for ressource binding -->
910
</PropertyGroup>

0 commit comments

Comments
 (0)