We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce17e4 commit fe51c8dCopy full SHA for fe51c8d
2 files changed
SOURCE/AudioDeviceCmdlets.nuspec
@@ -3,8 +3,8 @@
3
<metadata>
4
<id>AudioDeviceCmdlets</id>
5
<description>AudioDeviceCmdlets is a suite of PowerShell Cmdlets to control audio devices on Windows</description>
6
- <version>3.0.0.2</version>
7
- <releaseNotes>Package v3.0 for NuGet publication</releaseNotes>
+ <version>3.1.0.0</version>
+ <releaseNotes>TBD</releaseNotes>
8
<authors>Francois Gendron</authors>
9
<projectUrl>https://github.com/frgnca/AudioDeviceCmdlets</projectUrl>
10
<copyright>Copyright (c) 2016-2018 Francois Gendron</copyright>
SOURCE/Properties/AssemblyInfo.cs
@@ -29,5 +29,5 @@
29
// Build Number
30
// Revision
31
//
32
-[assembly: AssemblyVersion("3.0.0.2")]
33
-[assembly: AssemblyFileVersion("3.0.0.2")]
+[assembly: AssemblyVersion("3.1.0.0")]
+[assembly: AssemblyFileVersion("3.1.0.0")]
0 commit comments