1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

Fixed version numbers in nuspec files

This commit is contained in:
Darth Affe 2017-12-09 09:32:07 +01:00
parent 487f397d90
commit a5195cc716
16 changed files with 39 additions and 39 deletions

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET.Devices</id>
<title>RGB.NET.Devices</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
@ -15,12 +15,12 @@
<copyright>Copyright © Wyrez 2017</copyright>
<language>en-US</language>
<dependencies>
<dependency id="RGB.NET.Devices.Asus" version="1.0" />
<dependency id="RGB.NET.Devices.CoolerMaster" version="1.0" />
<dependency id="RGB.NET.Devices.Corsair" version="1.0" />
<dependency id="RGB.NET.Devices.Logitech" version="1.0" />
<dependency id="RGB.NET.Devices.Msi" version="1.0" />
<dependency id="RGB.NET.Devices.Novation" version="1.0" />
<dependency id="RGB.NET.Devices.Asus" version="0.0.1" />
<dependency id="RGB.NET.Devices.CoolerMaster" version="0.0.1" />
<dependency id="RGB.NET.Devices.Corsair" version="0.0.1" />
<dependency id="RGB.NET.Devices.Logitech" version="0.0.1" />
<dependency id="RGB.NET.Devices.Msi" version="0.0.1" />
<dependency id="RGB.NET.Devices.Novation" version="0.0.1" />
</dependencies>
</metadata>
</package>

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET.Presets</id>
<title>RGB.NET.Presets</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
@ -15,9 +15,9 @@
<copyright>Copyright © Wyrez 2017</copyright>
<language>en-US</language>
<dependencies>
<dependency id="RGB.NET.Brushes" version="1.0" />
<dependency id="RGB.NET.Decorators" version="1.0" />
<dependency id="RGB.NET.Groups" version="1.0" />
<dependency id="RGB.NET.Brushes" version="0.0.1" />
<dependency id="RGB.NET.Decorators" version="0.0.1" />
<dependency id="RGB.NET.Groups" version="0.0.1" />
</dependencies>
</metadata>
</package>

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET</id>
<title>RGB.NET</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
@ -15,9 +15,9 @@
<copyright>Copyright © Wyrez 2017</copyright>
<language>en-US</language>
<dependencies>
<dependency id="RGB.NET.Core" version="1.0" />
<dependency id="RGB.NET.Devices" version="1.0" />
<dependency id="RGB.NET.Presets" version="1.0" />
<dependency id="RGB.NET.Core" version="0.0.1" />
<dependency id="RGB.NET.Devices" version="0.0.1" />
<dependency id="RGB.NET.Presets" version="0.0.1" />
</dependencies>
</metadata>
</package>

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET.Brushes</id>
<title>RGB.NET.Brushes</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
@ -15,7 +15,7 @@
<copyright>Copyright © Wyrez 2017</copyright>
<language>en-US</language>
<dependencies>
<dependency id="RGB.NET.Core" version="1.0" />
<dependency id="RGB.NET.Core" version="0.0.1" />
<dependency id="System.ValueTuple" version="4.3.1" />
</dependencies>
</metadata>

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET.Core</id>
<title>RGB.NET.Core</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET.Decorators</id>
<title>RGB.NET.Decorators</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
@ -15,8 +15,8 @@
<copyright>Copyright © Wyrez 2017</copyright>
<language>en-US</language>
<dependencies>
<dependency id="RGB.NET.Core" version="1.0" />
<dependency id="RGB.NET.Brushes" version="1.0" />
<dependency id="RGB.NET.Core" version="0.0.1" />
<dependency id="RGB.NET.Brushes" version="0.0.1" />
<dependency id="System.ValueTuple" version="4.3.1" />
</dependencies>
</metadata>

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET.Devices.Asus</id>
<title>RGB.NET.Devices.Asus</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
@ -15,7 +15,7 @@
<copyright>Copyright © Wyrez 2017</copyright>
<language>en-US</language>
<dependencies>
<dependency id="RGB.NET.Core" version="1.0" />
<dependency id="RGB.NET.Core" version="0.0.1" />
<dependency id="System.ValueTuple" version="4.3.1" />
</dependencies>
</metadata>

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET.Devices.CoolerMaster</id>
<title>RGB.NET.Devices.CoolerMaster</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
@ -15,7 +15,7 @@
<copyright>Copyright © Wyrez 2017</copyright>
<language>en-US</language>
<dependencies>
<dependency id="RGB.NET.Core" version="1.0" />
<dependency id="RGB.NET.Core" version="0.0.1" />
<dependency id="System.ValueTuple" version="4.3.1" />
</dependencies>
</metadata>

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET.Devices.Corsair</id>
<title>RGB.NET.Devices.Corsair</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
@ -15,7 +15,7 @@
<copyright>Copyright © Wyrez 2017</copyright>
<language>en-US</language>
<dependencies>
<dependency id="RGB.NET.Core" version="1.0" />
<dependency id="RGB.NET.Core" version="0.0.1" />
<dependency id="System.ValueTuple" version="4.3.1" />
</dependencies>
</metadata>

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET.Devices.Logitech</id>
<title>RGB.NET.Devices.Logitech</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
@ -15,7 +15,7 @@
<copyright>Copyright © Wyrez 2017</copyright>
<language>en-US</language>
<dependencies>
<dependency id="RGB.NET.Core" version="1.0" />
<dependency id="RGB.NET.Core" version="0.0.1" />
<dependency id="System.ValueTuple" version="4.3.1" />
</dependencies>
</metadata>

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET.Devices.Msi</id>
<title>RGB.NET.Devices.Msi</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
@ -15,7 +15,7 @@
<copyright>Copyright © Wyrez 2017</copyright>
<language>en-US</language>
<dependencies>
<dependency id="RGB.NET.Core" version="1.0" />
<dependency id="RGB.NET.Core" version="0.0.1" />
<dependency id="System.ValueTuple" version="4.3.1" />
</dependencies>
</metadata>

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET.Devices.Novation</id>
<title>RGB.NET.Devices.Novation</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
@ -15,7 +15,7 @@
<copyright>Copyright © Wyrez 2017</copyright>
<language>en-US</language>
<dependencies>
<dependency id="RGB.NET.Core" version="1.0" />
<dependency id="RGB.NET.Core" version="0.0.1" />
<dependency id="System.ValueTuple" version="4.3.1" />
<dependency id="Sanford.Multimedia.Midi" version="6.4.1" />
</dependencies>

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET.Groups</id>
<title>RGB.NET.Groups</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
@ -15,7 +15,7 @@
<copyright>Copyright © Wyrez 2017</copyright>
<language>en-US</language>
<dependencies>
<dependency id="RGB.NET.Core" version="1.0" />
<dependency id="RGB.NET.Core" version="0.0.1" />
<dependency id="System.ValueTuple" version="4.3.1" />
</dependencies>
</metadata>

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET.Input.Corsair</id>
<title>RGB.NET.Input.Corsair</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET.Input</id>
<title>RGB.NET.Input</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>

View File

@ -3,7 +3,7 @@
<metadata>
<id>RGB.NET.WPF</id>
<title>RGB.NET.WPF</title>
<version>1.0.0.0</version>
<version>0.0.1</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
@ -15,7 +15,7 @@
<copyright>Copyright © Wyrez 2017</copyright>
<language>en-US</language>
<dependencies>
<dependency id="RGB.NET.Core" version="1.0" />
<dependency id="RGB.NET.Core" version="0.0.1" />
<dependency id="System.ValueTuple" version="4.3.1" />
</dependencies>
</metadata>