Skip to content

Commit 8637095

Browse files
committed
Update pkgs and version in csproj
Update version, changelog, and release notes
1 parent 1b2e0cc commit 8637095

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# CHANGELOG
2+
## 1.0.4
3+
4+
### Patch
5+
- Dependency updates
6+
27
## 1.0.3
38

49
### Bug Fixes

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@{
55
RootModule = './Microsoft.PowerShell.PSResourceGet.dll'
66
NestedModules = @('./Microsoft.PowerShell.PSResourceGet.psm1')
7-
ModuleVersion = '1.0.3'
7+
ModuleVersion = '1.0.4'
88
CompatiblePSEditions = @('Core', 'Desktop')
99
GUID = 'e4e0bda1-0703-44a5-b70d-8fe704cd0643'
1010
Author = 'Microsoft Corporation'
@@ -55,6 +55,11 @@
5555
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5656
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5757
ReleaseNotes = @'
58+
## 1.0.4
59+
60+
### Patch
61+
- Dependency updates
62+
5863
## 1.0.3
5964
6065
### Bug Fixes

src/code/Microsoft.PowerShell.PSResourceGet.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<OutputType>Library</OutputType>
66
<RootNamespace>Microsoft.PowerShell.PSResourceGet</RootNamespace>
77
<AssemblyName>Microsoft.PowerShell.PSResourceGet</AssemblyName>
8-
<AssemblyVersion>1.0.3.0</AssemblyVersion>
9-
<FileVersion>1.0.3</FileVersion>
10-
<InformationalVersion>1.0.3</InformationalVersion>
8+
<AssemblyVersion>1.0.4.0</AssemblyVersion>
9+
<FileVersion>1.0.4.0</FileVersion>
10+
<InformationalVersion>1.0.4.0</InformationalVersion>
1111
<TargetFrameworks>net472;netstandard2.0</TargetFrameworks>
1212
<LangVersion>9.0</LangVersion>
1313
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="NuGet.Commands" Version="6.8.0" />
18-
<PackageReference Include="NuGet.Common" Version="6.8.0" />
19-
<PackageReference Include="NuGet.Configuration" Version="6.8.0" />
20-
<PackageReference Include="NuGet.Packaging" Version="6.8.0" />
21-
<PackageReference Include="NuGet.ProjectModel" Version="6.8.0" />
22-
<PackageReference Include="NuGet.Protocol" Version="6.8.0" />
17+
<PackageReference Include="NuGet.Commands" Version="6.9.1" />
18+
<PackageReference Include="NuGet.Common" Version="6.9.1" />
19+
<PackageReference Include="NuGet.Configuration" Version="6.9.1" />
20+
<PackageReference Include="NuGet.Packaging" Version="6.9.1" />
21+
<PackageReference Include="NuGet.ProjectModel" Version="6.9.1" />
22+
<PackageReference Include="NuGet.Protocol" Version="6.9.1" />
2323
<PackageReference Include="PowerShellStandard.Library" Version="7.0.0-preview.1" />
2424
<PackageReference Include="System.Net.Http" Version="4.3.4" />
2525
<PackageReference Include="System.Text.Json" Version="8.0.0" />

0 commit comments

Comments
 (0)