We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b651a commit ae39892Copy full SHA for ae39892
2 files changed
build.bat
@@ -6,7 +6,7 @@
6
@ECHO OFF
7
8
Rem | Set Params
9
-Set "VersionPrefix=1.3.6.73"
+Set "VersionPrefix=1.3.6.72"
10
Set "filename=CoreKeeperInventoryEditor-%VersionPrefix%"
11
12
Rem | Put the expected location of vswhere into a variable.
src/CoreKeeperInventoryEditor/Properties/AssemblyInfo.cs
@@ -33,5 +33,5 @@
33
// by using the '*' as shown below:
34
// [assembly: AssemblyVersion("1.0.*")]
35
[assembly: AssemblyVersion("1.0.0.0")]
36
-[assembly: AssemblyFileVersion("1.3.6.73")]
+[assembly: AssemblyFileVersion("1.3.6.72")]
37
0 commit comments