File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4
4
<VersionPrefix >1.19.1</VersionPrefix >
5
5
<TargetFrameworks >netcoreapp3.1;netstandard2.0;net452</TargetFrameworks >
6
6
<AssemblyName >Microsoft.Windows.PowerShell.ScriptAnalyzer</AssemblyName >
7
+ <AssemblyVersion >1.19.1</AssemblyVersion >
7
8
<PackageId >Engine</PackageId >
8
9
<RootNamespace >Microsoft.Windows.PowerShell.ScriptAnalyzer</RootNamespace > <!-- Namespace needs to match Assembly name for ressource binding -->
9
10
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
+ <VersionPrefix >1.19.1</VersionPrefix >
4
5
<TargetFrameworks >netstandard2.0;net452</TargetFrameworks >
6
+ <AssemblyVersion >1.19.1</AssemblyVersion >
5
7
</PropertyGroup >
6
8
7
9
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
Original file line number Diff line number Diff line change 4
4
<VersionPrefix >1.19.1</VersionPrefix >
5
5
<TargetFrameworks >netcoreapp3.1;netstandard2.0;net452</TargetFrameworks >
6
6
<AssemblyName >Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules</AssemblyName >
7
+ <AssemblyVersion >1.19.1</AssemblyVersion >
7
8
<PackageId >Rules</PackageId >
8
9
<RootNamespace >Microsoft.Windows.PowerShell.ScriptAnalyzer</RootNamespace > <!-- Namespace needs to match Assembly name for ressource binding -->
9
10
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments