We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df863d2 commit 3c9d918Copy full SHA for 3c9d918
1 file changed
src/ScmBackup/Properties/AssemblyInfo.cs
@@ -5,9 +5,9 @@
5
// General Information about an assembly is controlled through the following
6
// set of attributes. Change these attribute values to modify the information
7
// associated with an assembly.
8
-[assembly: AssemblyVersion("1.0.0")]
9
-[assembly: AssemblyFileVersion("1.0.0")]
10
-[assembly: AssemblyInformationalVersion("1.0.0-PROD")]
+[assembly: AssemblyVersion("0.0.0")]
+[assembly: AssemblyFileVersion("0.0.0")]
+[assembly: AssemblyInformationalVersion("0.0.0-DEV")]
11
[assembly: AssemblyTitle("SCM Backup")]
12
[assembly: AssemblyDescription("Backup repositories from cloud hosters to your local machine or S3 bucket")]
13
[assembly: AssemblyConfiguration("")]
0 commit comments