We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb2a68 commit 821414bCopy full SHA for 821414b
.versionrc.js
@@ -0,0 +1,11 @@
1
+// `npx commit-and-tag-version`
2
+
3
+const buildprops = {
4
+ filename: "AudioAlign/AudioAlign.csproj",
5
+ type: "csproj",
6
+};
7
8
+module.exports = {
9
+ bumpFiles: [buildprops],
10
+ packageFiles: [buildprops],
11
AudioAlign/AudioAlign.csproj
@@ -7,7 +7,7 @@
<Product>AudioAlign: Audio Synchronization and Analysis Tool</Product>
<Company>Mario Guggenberger / protyposis.net</Company>
<Copyright>Copyright © 2010-2023 Mario Guggenberger</Copyright>
- <Version>1.5.0</Version>
+ <Version>1.6.0</Version>
<NeutralLanguage>en</NeutralLanguage>
12
</PropertyGroup>
13
<ItemGroup>
0 commit comments