Skip to content

Commit 29ca04d

Browse files
committed
Bump version numbers and fix nuspec files
1 parent e984623 commit 29ca04d

11 files changed

Lines changed: 17 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
2018-02-27
22

3-
Core 1.1.3
3+
Core 1.1.3.1
4+
45
Shell 1.1.3
6+
57
ShellExtensions 1.1.3
8+
69
Sensors 1.1.3
10+
711
ExtendedLinguisticServices 1.1.3
812
- Fix Enabled property not working properly #1
913
- Fixed marshaling errors and memory leaks with TaskDialogButton's #2

source/WindowsAPICodePack/Core/Core.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>$description$</description>
1313
<summary>Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.</summary>
14-
<releaseNotes>See CHANGELOG.md in project site. https://github.com/contre/Windows-API-Code-Pack-1.1/CHANGELOG.md </releaseNotes>
14+
<releaseNotes>See CHANGELOG.md in project site. https://github.com/contre/Windows-API-Code-Pack-1.1/blob/master/CHANGELOG.md </releaseNotes>
1515
<copyright>Copyright 2018</copyright>
1616
<language>en-US</language>
1717
<tags>WindowsAPICodePack</tags>

source/WindowsAPICodePack/Core/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
// Build Number
3939
// Revision
4040
//
41-
[assembly: AssemblyVersion("1.1.3.0")]
42-
[assembly: AssemblyFileVersion("1.1.3.0")]
41+
[assembly: AssemblyVersion("1.1.3.1")]
42+
[assembly: AssemblyFileVersion("1.1.3.1")]
4343
[assembly: NeutralResourcesLanguageAttribute("en")]

source/WindowsAPICodePack/ExtendedLinguisticServices/ExtendedLinguisticServices.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>$description$</description>
1313
<summary>Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.</summary>
14-
<releaseNotes>See CHANGELOG.md in project site. https://github.com/contre/Windows-API-Code-Pack-1.1/CHANGELOG.md </releaseNotes>
14+
<releaseNotes>See CHANGELOG.md in project site. https://github.com/contre/Windows-API-Code-Pack-1.1/blob/master/CHANGELOG.md </releaseNotes>
1515
<copyright>Copyright 2018</copyright>
1616
<language>en-US</language>
1717
<tags>WindowsAPICodePack</tags>

source/WindowsAPICodePack/ExtendedLinguisticServices/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// General Information about an assembly is controlled through the following
1010
// set of attributes. Change these attribute values to modify the information
1111
// associated with an assembly.
12-
[assembly: AssemblyTitle("Microsoft.WindowsAPICodePack.ExtendedLinguisticServices")]
12+
[assembly: AssemblyTitle("Microsoft-WindowsAPICodePack-ExtendedLinguisticServices")]
1313
[assembly: AssemblyDescription("WindowsAPICodePack for Extended Linguistic Services")]
1414
[assembly: AssemblyConfiguration("")]
1515
[assembly: AssemblyCompany("Microsoft")]

source/WindowsAPICodePack/Sensors/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// General Information about an assembly is controlled through the following
99
// set of attributes. Change these attribute values to modify the information
1010
// associated with an assembly.
11-
[assembly: AssemblyTitle("Microsoft.WindowsAPICodePack.Sensors")]
11+
[assembly: AssemblyTitle("Microsoft-WindowsAPICodePack-Sensors")]
1212
[assembly: AssemblyDescription("WindowsAPICodePack for Sensors")]
1313
[assembly: AssemblyConfiguration("")]
1414
[assembly: AssemblyCompany("Microsoft")]

source/WindowsAPICodePack/Sensors/Sensors.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package >
33
<metadata>
4-
<id>Microsoft-WindowsAPICodePack-Core</id>
4+
<id>Microsoft-WindowsAPICodePack-Sensors</id>
55
<version>$version$</version>
66
<title>$title$</title>
77
<authors>rpastric</authors>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>$description$</description>
1313
<summary>Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.</summary>
14-
<releaseNotes>See CHANGELOG.md in project site. https://github.com/contre/Windows-API-Code-Pack-1.1/CHANGELOG.md </releaseNotes>
14+
<releaseNotes>See CHANGELOG.md in project site. https://github.com/contre/Windows-API-Code-Pack-1.1/blob/master/CHANGELOG.md </releaseNotes>
1515
<copyright>Copyright 2018</copyright>
1616
<language>en-US</language>
1717
<tags>WindowsAPICodePack</tags>

source/WindowsAPICodePack/Shell/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// General Information about an assembly is controlled through the following
1111
// set of attributes. Change these attribute values to modify the information
1212
// associated with an assembly.
13-
[assembly: AssemblyTitle("Microsoft.WindowsAPICodePack.Shell")]
13+
[assembly: AssemblyTitle("Microsoft-WindowsAPICodePack-Shell")]
1414
[assembly: AssemblyDescription("WindowsAPICodePack for Shell")]
1515
[assembly: AssemblyConfiguration("")]
1616
[assembly: AssemblyCompany("Microsoft")]

source/WindowsAPICodePack/Shell/Shell.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>$description$</description>
1313
<summary>Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.</summary>
14-
<releaseNotes>See CHANGELOG.md in project site. https://github.com/contre/Windows-API-Code-Pack-1.1/CHANGELOG.md </releaseNotes>
14+
<releaseNotes>See CHANGELOG.md in project site. https://github.com/contre/Windows-API-Code-Pack-1.1/blob/master/CHANGELOG.md </releaseNotes>
1515
<copyright>Copyright 2018</copyright>
1616
<language>en-US</language>
1717
<tags>WindowsAPICodePack</tags>

source/WindowsAPICodePack/ShellExtensions/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("Microsoft.WindowsAPICodePack.ShellExtensions")]
8+
[assembly: AssemblyTitle("Microsoft-WindowsAPICodePack-ShellExtensions")]
99
[assembly: AssemblyDescription("WindowsAPICodePack for ShellExtensions")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Microsoft")]

0 commit comments

Comments
 (0)